Skip to content

Commit 841f3da

Browse files
authored
feat: update gemini pro 2.0 exp to 2.5 exp in Vertex AI (RooCodeInc#2526)
* feat: update gemini pro 2.0 exp to 2.5 exp in vertexai * added changeset
1 parent 9653830 commit 841f3da

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/nasty-radios-dance.md

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+
updated gemini-2.0-pro-exp-02-05 to gemini-2.5-pro-exp-03-25 for Vertex AI

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shared/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ export const vertexModels = {
367367
inputPrice: 0,
368368
outputPrice: 0,
369369
},
370-
"gemini-2.0-pro-exp-02-05": {
371-
maxTokens: 8192,
372-
contextWindow: 2_097_152,
370+
"gemini-2.5-pro-exp-03-25": {
371+
maxTokens: 65536,
372+
contextWindow: 1_048_576,
373373
supportsImages: true,
374374
supportsPromptCache: false,
375375
inputPrice: 0,

0 commit comments

Comments
 (0)