From c0733e6daa36d64bae1a48fad66a5dd2b526df64 Mon Sep 17 00:00:00 2001 From: Johann Taberlet Date: Wed, 22 Jan 2025 14:59:57 +0100 Subject: [PATCH] fix: update gemini-2.0-flash-thinking-exp-0121 model maxTokens to 65536 --- src/shared/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index b7db566895..718ef986bf 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -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,