google_ai: Update Gemini models#43117
Merged
rtfeldman merged 7 commits intozed-industries:mainfrom Nov 28, 2025
Merged
Conversation
Contributor
Author
|
For the Gemini 2.5 Flash and Flash-Lite models, although the better performing Please let me know if you have any feedback on this. |
rtfeldman
reviewed
Nov 28, 2025
| Self::Gemini25Flash => "gemini-2.5-flash", | ||
| Self::Gemini25Pro => "gemini-2.5-pro", | ||
| Self::Gemini3ProPreview => "gemini-3-pro-preview", | ||
| Self::Gemini3Pro => "gemini-3-pro-preview", |
Contributor
There was a problem hiding this comment.
It's weird that they still only have this available as "-preview" but that is what the docs currently say, so I guess that's what we're going with!
11happy
pushed a commit
to 11happy/zed
that referenced
this pull request
Dec 1, 2025
Closes zed-industries#43040 Release Notes: - Remove the end-of-support Gemini 1.5 model from the options. - Remove the older Gemini 2.0 model from the options. - Please let me know if you think it's better to keep it, as it is still a usable model. - Update the incorrect amounts for some input/output tokens. - Update the default model to Gemini 2.5 Flash-Lite. - Rename variant `Gemini3ProPreview` to `Gemini3Pro` When this PR is merged, users will be able to select the following Gemini models. - 2.5 Flash - 2.5 Flash-Lite - 2.5 Pro - 3 Pro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #43040
Release Notes:
Gemini3ProPreviewtoGemini3ProWhen this PR is merged, users will be able to select the following Gemini models.