From 00297499a01e056ab3e48a0562d73613b41ad972 Mon Sep 17 00:00:00 2001 From: Johann Taberlet Date: Wed, 22 Jan 2025 14:55:18 +0100 Subject: [PATCH] feat: add gemini-2.0-flash-thinking-exp-01-21 model --- src/shared/api.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/shared/api.ts b/src/shared/api.ts index 2eeb6387ed..b7db566895 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -259,6 +259,14 @@ export const geminiModels = { inputPrice: 0, outputPrice: 0, }, + "gemini-2.0-flash-thinking-exp-01-21": { + maxTokens: 8192, + contextWindow: 1_048_576, + supportsImages: true, + supportsPromptCache: false, + inputPrice: 0, + outputPrice: 0, + }, "gemini-exp-1206": { maxTokens: 8192, contextWindow: 2_097_152,