From fa883d66db0e59d394c0becc62313569a249da74 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 19 Nov 2025 14:54:53 -0800 Subject: [PATCH] feat: update models.json to add gemini-3 (#104) --- src/models.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 } }, {