diff --git a/src/shared/api.ts b/src/shared/api.ts index 44f8f787eeb..53608d94d01 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -482,6 +482,14 @@ export const vertexModels = { inputPrice: 0.15, outputPrice: 0.6, }, + "gemini-2.5-pro-preview-03-25": { + maxTokens: 65_535, + contextWindow: 1_048_576, + supportsImages: true, + supportsPromptCache: false, + inputPrice: 2.5, + outputPrice: 15, + }, "gemini-2.5-pro-exp-03-25": { maxTokens: 65_535, contextWindow: 1_048_576,