Skip to content

Commit f4b3c44

Browse files
committed
add gemini-2.0-pro-exp-02-05 model to vertex
1 parent 2243036 commit f4b3c44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,14 @@ export const vertexModels = {
496496
inputPrice: 0.15,
497497
outputPrice: 0.6,
498498
},
499+
"gemini-2.0-pro-exp-02-05": {
500+
maxTokens: 8192,
501+
contextWindow: 2_097_152,
502+
supportsImages: true,
503+
supportsPromptCache: false,
504+
inputPrice: 0,
505+
outputPrice: 0,
506+
},
499507
"gemini-2.0-flash-lite-001": {
500508
maxTokens: 8192,
501509
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)