feat: add Gemini 3.1 Pro Preview model (#1037)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-02-19 12:34:23 -08:00
committed by GitHub
parent b956a00301
commit a496204409

View File

@@ -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",