feat: update models.json to add gemini-3 (#104)

This commit is contained in:
Charles Packer
2025-11-19 14:54:53 -08:00
committed by GitHub
parent 0b44de5f5d
commit fa883d66db

View File

@@ -17,6 +17,13 @@
"context_window": 180000
}
},
{
"id": "gemini-3",
"handle": "google_ai/gemini-3-pro-preview",
"label": "Gemini 3 Pro",
"description": "Google's smartest model",
"updateArgs": { "context_window": 180000 }
},
{
"id": "opus",
"handle": "anthropic/claude-opus-4-1-20250805",
@@ -232,7 +239,7 @@
"id": "gemini-pro",
"handle": "google_ai/gemini-2.5-pro",
"label": "Gemini 2.5 Pro",
"description": "Google's smartest model",
"description": "Google's last generation flagship model",
"updateArgs": { "context_window": 180000 }
},
{