Fixes maximum token limit for Gemini provider 2.5 pro exp (#2737)

Corrects the maximum token limit for the "gemini-2.5-pro-exp-03-25" model, ensuring accurate configuration.
This commit is contained in:
Nico Bihan 2025-04-17 23:35:06 -05:00 committed by GitHub
parent fffebf1a2e
commit b5a77e34a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -649,7 +649,7 @@ export const geminiModels = {
outputPrice: 0.6,
},
"gemini-2.5-pro-exp-03-25": {
maxTokens: 65_536,
maxTokens: 65_535,
contextWindow: 1_048_576,
supportsImages: true,
supportsPromptCache: false,