feat: update models.json to add gemini-3 (#104)
This commit is contained in:
@@ -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 }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user