Skip to content

fix(model-requirements): use supported variant for gemini-3-pro#1512

Merged
code-yeongyu merged 1 commit intodevfrom
fix/gemini-3-pro-variant
Feb 5, 2026
Merged

fix(model-requirements): use supported variant for gemini-3-pro#1512
code-yeongyu merged 1 commit intodevfrom
fix/gemini-3-pro-variant

Conversation

@code-yeongyu
Copy link
Owner

@code-yeongyu code-yeongyu commented Feb 5, 2026

Summary

  • Change variant: "max" to variant: "high" for all gemini-3-pro entries
  • Google API only supports "low" and "high" thinking levels for Gemini 3 Pro

Changes

  • oracle agent
  • metis agent
  • momus agent
  • ultrabrain category
  • deep category
  • artistry category

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.

  • Bug Fixes
    • Set variant "high" for gemini-3-pro in oracle, metis, and momus agents.
    • Updated ultrabrain, deep, and artistry categories to use "high" in fallback chains/requirements.

Written for commit b7f7cb4. Summary will update on new commits.

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
@code-yeongyu code-yeongyu merged commit b3864d6 into dev Feb 5, 2026
5 checks passed
@code-yeongyu code-yeongyu deleted the fix/gemini-3-pro-variant branch February 5, 2026 09:04
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

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.

[Bug]: gemini-3-pro fallback uses unsupported variant 'max'

2 participants