Updated value of max tokens for gemini-2.5-pro-03-25 to correct one (#1985)

Updated value of max tokens for gemini 2.5 to correct one
This commit is contained in:
Eugène P. 2025-03-26 03:25:07 +03:00 committed by GitHub
parent 1d1c33549c
commit f071a43b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -748,7 +748,7 @@ export type GeminiModelId = keyof typeof geminiModels
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-001"
export const geminiModels = {
"gemini-2.5-pro-exp-03-25": {
maxTokens: 8192,
maxTokens: 65_536,
contextWindow: 1_048_576,
supportsImages: true,
supportsPromptCache: false,