Skip to content

feat(antigravity): add Gemini 3.8 Flash medium model - #50

Open
Lynricsy wants to merge 1 commit into
router-for-me:mainfrom
Lynricsy:feat/antigravity-gemini-3.8-flash-medium
Open

feat(antigravity): add Gemini 3.8 Flash medium model#50
Lynricsy wants to merge 1 commit into
router-for-me:mainfrom
Lynricsy:feat/antigravity-gemini-3.8-flash-medium

Conversation

@Lynricsy

@Lynricsy Lynricsy commented Sep 2, 2026

Copy link
Copy Markdown

Summary

  • add the official Antigravity gemini-3.8-flash-medium slug
  • mirror the existing gemini-3.8-flash-high token limits, modalities, and metadata conventions
  • expose only low, medium, and high thinking levels; Gemini 3.8 Flash rejects minimal

Rationale

Google Antigravity's Headless documentation lists both gemini-3.8-flash-high and gemini-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 -e verified one Medium entry with 1,048,576 context, 65,536 output, and exactly low/medium/high thinking levels

Co-authored-by: Wine Fox <fox@ling.plus>
Copilot AI lite review requested due to automatic review settings September 2, 2026 16:20
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T16:22:30.836062Z 1bf1225 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 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 antigravity model entry for gemini-3.8-flash-medium.
  • Matched gemini-3.8-flash-high for context length, output token limits, modalities, and metadata structure.
  • Restricted thinking levels to low/medium/high (no minimal) 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.

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.

2 participants