Compare commits

...

1 Commits

Author SHA1 Message Date
Dennis Bartlett f05fc3c14d Add gemini model back to vertex provider 2025-05-14 16:17:55 -07:00
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Add gemini model back to vertex provider
+8
View File
@@ -433,6 +433,14 @@ export const vertexModels = {
inputPrice: 0,
outputPrice: 0,
},
"gemini-2.5-pro-exp-03-25": {
maxTokens: 65536,
contextWindow: 1_048_576,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
},
"gemini-2.5-pro-preview-05-06": {
maxTokens: 65536,
contextWindow: 1_048_576,