diff --git a/src/models.json b/src/models.json index 98e13f5..07b3e27 100644 --- a/src/models.json +++ b/src/models.json @@ -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 } }, {