Add Gemini 3.1 Pro to Antigravity provider#1683
Closed
Whamp wants to merge 1 commit intobadlogic:mainfrom
Closed
Conversation
Contributor
|
Hi @Whamp, thanks for your interest in contributing! We ask new contributors to open an issue first before submitting a PR. This helps us discuss the approach and avoid wasted effort. Next steps:
This PR will be closed automatically. See https://github.com/badlogic/pi-mono/blob/main/CONTRIBUTING.md for more details. |
Contributor
Author
|
Sorry i got fooled by the new version released notification in my pi. I thought vacation was over. Nothing to see here ! |
yorha59
added a commit
to yorha59/pi-mono
that referenced
this pull request
Feb 28, 2026
Gemini 3.1 Pro models need to go through the same thinking level routing as 3-pro models (LOW/HIGH instead of MINIMAL/LOW/MEDIUM/HIGH). Without this fix, 3.1-pro falls through to the generic budget-based thinking path instead of using Google's native thinking levels. Credit: PR badlogic#1683 by @Whamp
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.
Hey, I have a fork where I've added Gemini 3.1 Pro support to the Antigravity provider. Two model entries (
gemini-3.1-pro-highandgemini-3.1-pro-low) following the same thinking-level split as the existing 3-pro models.Also bumps the Antigravity version to 1.18.0 and updates the thinking-level routing to handle the 3.1-pro model ID.