feat(gemini): add 3.1 pro preview support (#9553)
Add 3.1 model metadata for Google AI and update Gemini tests/examples to use the new handle. 👾 Generated with [Letta Code](https://letta.com) Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
GOOGLE_MODEL_TO_CONTEXT_LENGTH = {
|
||||
"gemini-3-pro-preview": 1048576,
|
||||
"gemini-3.1-pro-preview": 1048576,
|
||||
"gemini-3-flash-preview": 1048576,
|
||||
"gemini-2.5-pro": 1048576,
|
||||
"gemini-2.5-flash": 1048576,
|
||||
|
||||
Reference in New Issue
Block a user