From a4962044093e4690fda627890e659be7459c9eb7 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Thu, 19 Feb 2026 12:34:23 -0800 Subject: [PATCH] feat: add Gemini 3.1 Pro Preview model (#1037) Co-authored-by: Letta --- src/models.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/models.json b/src/models.json index dc2f505..daadf37 100644 --- a/src/models.json +++ b/src/models.json @@ -782,6 +782,14 @@ "context_window": 128000 } }, + { + "id": "gemini-3.1", + "handle": "google_ai/gemini-3.1-pro-preview", + "label": "Gemini 3.1 Pro", + "description": "Google's latest and smartest model", + "isFeatured": true, + "updateArgs": { "context_window": 180000, "temperature": 1.0 } + }, { "id": "gemini-3", "handle": "google_ai/gemini-3-pro-preview",