feat(antigravity): add Gemini 3.8 Flash medium model - #50
Conversation
Co-authored-by: Wine Fox <fox@ling.plus>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟢 Approval recommended
The new model entry is consistent with the existing gemini-3.8-flash-high configuration and aligns with the stated thinking-level constraint.
Pull request overview
This PR updates the shared models.json catalog to include the official Google Antigravity model slug gemini-3.8-flash-medium, ensuring downstream consumers (e.g., CLIProxyAPI’s startup refresh) can continue to route to the Medium variant.
Changes:
- Added a new
antigravitymodel entry forgemini-3.8-flash-medium. - Matched
gemini-3.8-flash-highfor context length, output token limits, modalities, and metadata structure. - Restricted thinking levels to
low/medium/high(nominimal) for Gemini 3.8 Flash.
File summaries
| File | Description |
|---|---|
| models.json | Adds the gemini-3.8-flash-medium model entry consistent with existing Antigravity Gemini 3.8 Flash conventions. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
gemini-3.8-flash-mediumsluggemini-3.8-flash-hightoken limits, modalities, and metadata conventionslow,medium, andhighthinking levels; Gemini 3.8 Flash rejectsminimalRationale
Google Antigravity's Headless documentation lists both
gemini-3.8-flash-highandgemini-3.8-flash-medium. CLIProxyAPI refreshes its embedded catalog from this repository at startup, so the Medium route must also exist here to remain available after refresh.Paired CLIProxyAPI change: router-for-me/CLIProxyAPI#5423
Sources
Verification
jq -everified one Medium entry with 1,048,576 context, 65,536 output, and exactlylow/medium/highthinking levels