Skip to content

Commit 277b20a

Browse files
authored
Add gemini model back to vertex provider (RooCodeInc#3538)
1 parent 55d12d7 commit 277b20a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
Add gemini model back to vertex provider

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,14 @@ export const vertexModels = {
433433
inputPrice: 0,
434434
outputPrice: 0,
435435
},
436+
"gemini-2.5-pro-exp-03-25": {
437+
maxTokens: 65536,
438+
contextWindow: 1_048_576,
439+
supportsImages: true,
440+
supportsPromptCache: false,
441+
inputPrice: 0,
442+
outputPrice: 0,
443+
},
436444
"gemini-2.5-pro-preview-05-06": {
437445
maxTokens: 65536,
438446
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)