Skip to content

Conversation

@inj-src
Copy link
Contributor

@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

🦋 Changeset detected

Latest commit: a904cbc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another 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
Contributor 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?

@chrarnoldus chrarnoldus linked an issue Dec 2, 2025 that may be closed by this pull request
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.

{question} is gemini 3 through gemini cli provider available?

3 participants