Skip to content

feat(google-genai): add Gemini 3.5/3.6/3.7/3.8 Flash model capabilities - #177

Merged
mtraute merged 4 commits into
mainfrom
feat/gemini-3-flash-model-capabilities
Sep 4, 2026
Merged

feat(google-genai): add Gemini 3.5/3.6/3.7/3.8 Flash model capabilities#177
mtraute merged 4 commits into
mainfrom
feat/gemini-3-flash-model-capabilities

Conversation

@erzaehlsalex

@erzaehlsalex erzaehlsalex commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Register gemini-3.7-flash, gemini-3.6-flash, gemini-3.5-flash, and gemini-3.5-flash-lite as Gemini 3 thinking-level models.
  • Also register Omnifact's gemini-3.1-pro-preview and gemini-3.1-flash-lite IDs so they do not fall back to the Gemini 2.5 thinkingBudget default.
  • Update Google GenAI docs and add a changeset.

Test plan

  • npx vitest run packages/google-genai/src/model-capabilities.test.ts
  • Confirm google.chatModel('gemini-3.7-flash') / gemini-3.6-flash report reasoning.thinkingParam === 'thinkingLevel'
  • Optional live call with reasoning effort to verify Google accepts the mapped thinkingLevel

Made with Cursor

Alex Augustin and others added 2 commits August 14, 2026 09:38
Register newer Gemini 3 Flash IDs as thinking-level models so reasoning maps to thinkingLevel instead of the 2.5 thinkingBudget default.

Co-authored-by: Cursor <cursoragent@cursor.com>
Register gemini-3.8-flash as a thinking-level model so reasoning maps to thinkingLevel instead of the 2.5 thinkingBudget default.

Co-authored-by: moritz <moritz@omnifact.ai>
@cursor cursor Bot changed the title feat(google-genai): add Gemini 3.5/3.6/3.7 Flash model capabilities feat(google-genai): add Gemini 3.5/3.6/3.7/3.8 Flash model capabilities Sep 4, 2026
mtraute and others added 2 commits September 4, 2026 12:22
Updated the model name from `gemini-3.1-flash-image-preview` to `gemini-3.1-flash-image` in the documentation to reflect the accurate naming convention for the Gemini native image generation model.
@mtraute
mtraute merged commit 5524a95 into main Sep 4, 2026
3 checks passed
@mtraute
mtraute deleted the feat/gemini-3-flash-model-capabilities branch September 4, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants