fix(provider): add Gemini 3.8, 3.7, 3.6 Flash and 3.5 Flash-Lite models - #3868
Open
hz-xiaxz wants to merge 2 commits into
Open
fix(provider): add Gemini 3.8, 3.7, 3.6 Flash and 3.5 Flash-Lite models#3868hz-xiaxz wants to merge 2 commits into
hz-xiaxz wants to merge 2 commits into
Conversation
Add the four Gemini models Google released between July and September 2026 to the vertex_ai and google_ai_studio providers, and to vertex.json: - gemini-3.8-flash - gemini-3.7-flash - gemini-3.6-flash - gemini-3.5-flash-lite All four expose a 1,048,576-token input window and support function calling and thinking, matching the existing gemini-3.5-flash entry. The Flash Cyber variants are intentionally left out because they are only available through Google's limited-access Fairwind program. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Action required: PR inactive for 5 days. |
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.
Summary
Add the Gemini Flash models Google released between July and September 2026 so they can be selected with
:modelon thevertex_aiandgoogle_ai_studioproviders:gemini-3.8-flash(released 2026-09-02)gemini-3.7-flash(released 2026-08-13)gemini-3.6-flash(released 2026-07-21)gemini-3.5-flash-lite(released 2026-07-21)This is additive only. No existing model entries are removed or changed, per the feedback on #3748.
Changes
crates/forge_repo/src/provider/provider.json: add the four models to thevertex_aiandgoogle_ai_studiomodel lists, placed next to the existinggemini-3.5-flashentry.vertex.json: add the same four models with thegoogle/prefix.All entries use the same shape as
gemini-3.5-flash:context_length1048576, tools and parallel tool calls supported, reasoning supported, text + image input. Token limits and capabilities were taken from the Gemini API model pages:Not included
gemini-3.5-flash-cyberandgemini-3.8-flash-cyberare only available through Google's limited-access Fairwind program and are not listed in the public Gemini API model catalog, so they are left out.Testing
cargo test -p forge_repoBoth JSON files were also parsed with a script to confirm they are valid and contain no duplicate model ids within a provider.
Related
Supersedes #3780 (closed by the stale bot). Fixes #3779.
🤖 Generated with Claude Code