-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feat: added support for gemini-3-pro-preview for gemini cli provider #4071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: a904cbc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
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:
cursorful-video-1764346720990.mp4 |
|
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? |
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
How to Test
Discord username: injsrc