fix: update gemini-2.0-flash-thinking-exp-0121 model maxTokens to 65536

This commit is contained in:
Johann Taberlet 2025-01-22 14:59:57 +01:00
parent 00297499a0
commit c0733e6daa

View file

@ -259,8 +259,8 @@ export const geminiModels = {
inputPrice: 0,
outputPrice: 0,
},
"gemini-2.0-flash-thinking-exp-01-21": {
maxTokens: 8192,
"gemini-2.0-flash-thinking-exp-0121": {
maxTokens: 65536,
contextWindow: 1_048_576,
supportsImages: true,
supportsPromptCache: false,