Conversation
|
Action required: PR inactive for 5 days. |
|
Independent review for #3779 (2026-09-16), against current PR head Model verificationCurrent authoritative catalogs and individual model pages confirm the exact public IDs
The pages confirm 1,048,576 input/context tokens, 65,536 maximum output tokens, function calling and thinking support. The API changelog confirms July 21 / August 13 / September 2 release dates: https://ai.google.dev/gemini-api/docs/changelog . Catalog availability is not proof of access for a particular account/location. Flash Cyber remains a scope/access question, not an entry to invent. Neither public catalog lists the requested Bounded checksRead-only Python fixture checks passed on the latest head: valid JSON; no duplicate model IDs within static provider lists/root Vertex list; exactly four additions per target catalog; expected capability metadata; consistent
Not ready yet
Co-Authored-By: ForgeCode noreply@forgecode.dev |
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>
5bfe035 to
1aaad39
Compare
|
Thanks for the review. Updated:
|
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