Skip to content

Conversation

@inj-src
Copy link

@inj-src inj-src commented Nov 28, 2025

Context

Added support for the gemini-3-pro-preview model to enhance the capabilities of the gemini CLI provider.

Implementation

Implemented the new model by defining its parameters, including max tokens, context window, and pricing details. No significant refactoring was necessary, and the new model integrates seamlessly with existing structures.

Screenshots

before after
image image

How to Test

  • Use the gemini CLI provider with the gemini-3-pro-preview model.
  • Verify that the model accepts the defined parameters and functions as expected.

Discord username: injsrc

@changeset-bot
Copy link

changeset-bot bot commented Nov 28, 2025

⚠️ No Changeset found

Latest commit: f7437f2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chrarnoldus
Copy link
Collaborator

thanks, but apparently just adding the model is not enough, see discussion here: #3864

@inj-src
Copy link
Author

inj-src commented Nov 28, 2025

thanks, but apparently just adding the model is not enough, see discussion here: #3864

I have tested it, and it works as Intended. The Gemini 3 Pro model replies correctly. It is confirmed that the model works. I have rechecked it by running some tests. The results are the same as how Gemini 3 Pro should perform

Note:

  1. I have a Gemini Pro subscription, and I have access to Gemini 3 Pro in Gemini CLI.
  2. I have removed deprecated models in a local build of Kilo, which is why the model selector was small
cursorful-video-1764346720990.mp4

@mcowger
Copy link
Contributor

mcowger commented Nov 29, 2025

I wonder if it only works via Gemini Pro vs free (but beta included) Gemini consumer account?

Is there a way you can query the metadata from google to exclude the model if not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants