fix(model-requirements): use supported variant for gemini-3-pro#1512
Merged
code-yeongyu merged 1 commit intodevfrom Feb 5, 2026
Merged
fix(model-requirements): use supported variant for gemini-3-pro#1512code-yeongyu merged 1 commit intodevfrom
code-yeongyu merged 1 commit intodevfrom
Conversation
Gemini 3 Pro only supports 'low' and 'high' thinking levels according to Google's official API documentation. The 'max' variant is not supported and would result in API errors. Changed variant: 'max' -> 'high' for gemini-3-pro in: - oracle agent - metis agent - momus agent - ultrabrain category - deep category - artistry category Ref: https://ai.google.dev/gemini-api/docs/thinking-mode Closes #1433
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
variant: "max"tovariant: "high"for all gemini-3-pro entriesChanges
Original PR
Rebased from #1434 by @sk0x0y (closed due to fork push permission constraints)
Closes #1433
Summary by cubic
Switched gemini-3-pro thinking variant from "max" to "high" across model requirements to match Google’s supported modes and prevent API errors.
Written for commit b7f7cb4. Summary will update on new commits.