docs: add Gemini 3.7 Flash to available-models docs - #530
Conversation
Add Gemini 3.7 Flash (gemini-3.7-flash) to the Google models table on the Model Choice page, and update the Gemini Enterprise BYOLLM example to reference 3.7 Flash as the current Flash example. Co-Authored-By: Warp Agent <agent@warp.dev>
|
@warp-agent-staging[bot] I'm starting a first review of this pull request. You can follow along in the session on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR was generated with Warp. |
There was a problem hiding this comment.
Overview
This PR updates the available-models documentation to include Gemini 3.7 Flash and refreshes the Gemini Enterprise example to cite the current Flash model. The diff is limited to static documentation content, with no changed links, commands, code, tests, or spec commitments to validate.
Concerns
- No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz


Summary
Adds Gemini 3.7 Flash (
gemini-3.7-flash) to the public available-models docs, matching the server-side model registration that already shipped in QUALITY-1634 (warp-server PR #14804 / release cherry-pick #14847).src/content/docs/agents/inference/model-choice.mdx— added a Gemini 3.7 Flash row to the Google models table, placed above Gemini 3.6 Flash as the newest model.src/content/docs/enterprise/enterprise-features/byollm-gemini-enterprise.mdx— updated the "Native Gemini models" example in the Model availability section from "Gemini 3.1 Pro and Gemini 3.6 Flash" to "Gemini 3.1 Pro and Gemini 3.7 Flash" so the example cites the current Flash model.On "variants": Google ships a single GA model id,
gemini-3.7-flash(no-preview, no Flash-Lite, no separate reasoning-tier ids like the GPT/Grok low/medium/high tiers). So this PR adds exactly one row — there are no separate 3.7 "variants" to document, and no fabricated rows were added.No warp-server or client code changes are part of this PR.
Verification
npm run buildcompleted successfully (364 pages, no errors)..agents/skills/style_lint/style_lint.py --changed— 0 issues introduced by this change (the report flags only pre-existing header-case/terminology/screenshot-width issues in these two files, unrelated to this diff, and out of scope for this change).astro preview) and used computer-use to load both pages. Confirmed the Google table on Model Choice now reads Gemini 3.1 Pro / Gemini 3.7 Flash / Gemini 3.6 Flash / Gemini 3.5 Flash in that order, and the Gemini Enterprise BYOLLM "Native Gemini models" bullet now reads "...for example, Gemini 3.1 Pro and Gemini 3.7 Flash.".Computer-use screenshots (2)
Google models table under "Available models" on the Agent model choice page, showing Gemini 3.1 Pro, 3.7 Flash, 3.6 Flash, and 3.5 Flash rows with their model_id codes.
The "Model availability" section on the BYOLLM: Gemini Enterprise (Vertex AI) page, showing the "Native Gemini models" and "Claude partner models on Vertex AI" bullet points.