From f4b3c44371af324185e5f7ad733c5649e2fc1122 Mon Sep 17 00:00:00 2001 From: shohei-ihaya Date: Tue, 11 Mar 2025 02:09:18 +0900 Subject: [PATCH] add gemini-2.0-pro-exp-02-05 model to vertex --- src/shared/api.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/shared/api.ts b/src/shared/api.ts index 98d595cd03..f527e6a392 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -496,6 +496,14 @@ export const vertexModels = { inputPrice: 0.15, outputPrice: 0.6, }, + "gemini-2.0-pro-exp-02-05": { + maxTokens: 8192, + contextWindow: 2_097_152, + supportsImages: true, + supportsPromptCache: false, + inputPrice: 0, + outputPrice: 0, + }, "gemini-2.0-flash-lite-001": { maxTokens: 8192, contextWindow: 1_048_576,