[Feat] Add Gemini 3.6 Flash model#975
Merged
Merged
Conversation
Contributor
Author
|
No code issues found. The two new Reviewed e6df3ae |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
taltas
approved these changes
Jul 21, 2026
navedmerchant
marked this pull request as ready for review
July 21, 2026 18:41
navedmerchant
requested review from
JamesRobert20,
edelauna,
hannesrudolph and
navedmerchant
as code owners
July 21, 2026 18:41
navedmerchant
enabled auto-merge
July 21, 2026 18:41
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.
Related GitHub Issue
None — requested directly by a maintainer via the linked task thread (add the newly released Gemini 3.6 Flash the same way the last Gemini model was added).
Description
Adds
gemini-3.6-flashto the Gemini and Vertex providers, mirroring the Gemini 3.5 Flash addition (#331) exactly: one model entry in each ofpackages/types/src/providers/gemini.tsandpackages/types/src/providers/vertex.ts, no default-model change (the 3.5 Flash PR did not change the default either).Specs were taken from Google's official documentation (not copied from the 3.5 entry):
gemini-3.6-flash, GA (released July 21, 2026), 1,048,576 context window, 65,536 max output tokens, text output with image/audio/video input, thinking and context caching supported.cacheWritesPricein the 3.5 entry. Note the $7.50 output price is 3.6's actual rate (3.5 Flash is $9.00).Reviewers may want to spot-check the pricing against the Agent Platform generative-AI pricing page.
Test Procedure
pnpm testfrom the repo root passes (all 10 turbo tasks; 230 types tests, 33 gemini/vertex provider tests).Pre-Submission Checklist
Screenshots / Videos
No UI changes — model registry entries only. Zoo Code is a VS Code extension; the new model surfaces in the Gemini and Vertex provider model dropdowns in settings.
Documentation Updates
Additional Notes
packages/types/src/providers/vscode-llm.tsintentionally not updated: that list reflects models exposed by VS Code's built-in LM API, which does not offer Gemini 3.6 Flash yet (same reasoning as when 3.5 Flash was added).Get in Touch
Opened via Roomote on behalf of the requester — follow up via the linked task thread in the provenance note above.