Skip to content

Commit b5f6e37

Browse files
authored
Merge pull request RooCodeInc#1543 from shohei-ihaya/vertex
add gemini-2.0-pro-exp-02-05 model to vertex
2 parents ff54c63 + f4b3c44 commit b5f6e37

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
@@ -498,6 +498,14 @@ export const vertexModels = {
498498
inputPrice: 0.15,
499499
outputPrice: 0.6,
500500
},
501+
"gemini-2.0-pro-exp-02-05": {
502+
maxTokens: 8192,
503+
contextWindow: 2_097_152,
504+
supportsImages: true,
505+
supportsPromptCache: false,
506+
inputPrice: 0,
507+
outputPrice: 0,
508+
},
501509
"gemini-2.0-flash-lite-001": {
502510
maxTokens: 8192,
503511
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)