Browse Source

Merge pull request #1543 from shohei-ihaya/vertex

add gemini-2.0-pro-exp-02-05 model to vertex
Matt Rubens 10 months ago
parent
commit
b5f6e37982
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/shared/api.ts

+ 8 - 0
src/shared/api.ts

@@ -498,6 +498,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,