feat: add Gemini 3 Flash model support (#260)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-17 12:16:19 -08:00
committed by GitHub
parent 06b393b2b2
commit e53b0630a0
2 changed files with 9 additions and 1 deletions

View File

@@ -372,6 +372,14 @@
"isFeatured": true,
"updateArgs": { "context_window": 180000, "temperature": 1.0 }
},
{
"id": "gemini-3-flash",
"handle": "google_ai/gemini-3-flash-preview",
"label": "Gemini 3 Flash",
"description": "Google's fastest Gemini 3 model",
"isFeatured": true,
"updateArgs": { "context_window": 180000, "temperature": 1.0 }
},
{
"id": "gemini-flash",
"handle": "google_ai/gemini-2.5-flash",