feat(antigravity): add gemini-3.5-flash-extra-low (Low) model

- Add gemini-3.5-flash-extra-low across CLI menu, provider models, usage, pricing
- Add MITM synonyms (high/medium/extra-low) and split pattern so Low no longer falls through to Medium
- Strip models/ prefix in getMappedModel for AG public name normalization

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
AbdoKnbGit
2026-06-06 10:42:47 +07:00
committed by decolua
co-authored by Cursor
parent 40cfa63eb8
commit e6c09aad15
7 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -82,9 +82,9 @@ export const PROVIDER_MODELS = {
{ id: "iflow-rome-30ba3b", name: "iFlow ROME" },
],
ag: [ // Antigravity - special case: models call different backends
{ id: "gemini-3.5-flash-extra-low", name: "Gemini 3.5 Flash (Extra Low)" },
{ id: "gemini-3-flash-agent", name: "Gemini 3.5 Flash (High)" },
{ id: "gemini-3.5-flash-low", name: "Gemini 3.5 Flash (Medium)" },
{ id: "gemini-3.5-flash-extra-low", name: "Gemini 3.5 Flash (Low)" },
{ id: "gemini-pro-agent", name: "Gemini 3.1 Pro (High)" },
{ id: "gemini-3.1-pro-low", name: "Gemini 3.1 Pro (Low)" },
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6 (Thinking)" },