Skip to content

Commit 7937530

Browse files
pashpashpashCline Evaluation
andauthored
Remove free gemini models (RooCodeInc#3494)
* removing free gemini provider * changeset --------- Co-authored-by: Cline Evaluation <[email protected]>
1 parent 3657e90 commit 7937530

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.changeset/gold-days-kiss.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+
removing free gemini models

src/shared/api.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -433,14 +433,6 @@ 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-
},
444436
"gemini-2.5-pro-preview-05-06": {
445437
maxTokens: 65536,
446438
contextWindow: 1_048_576,
@@ -566,14 +558,6 @@ export const openAiModelInfoSaneDefaults: OpenAiCompatibleModelInfo = {
566558
export type GeminiModelId = keyof typeof geminiModels
567559
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-001"
568560
export const geminiModels = {
569-
"gemini-2.5-pro-exp-03-25": {
570-
maxTokens: 65536,
571-
contextWindow: 1_048_576,
572-
supportsImages: true,
573-
supportsPromptCache: false,
574-
inputPrice: 0,
575-
outputPrice: 0,
576-
},
577561
"gemini-2.5-pro-preview-05-06": {
578562
maxTokens: 65536,
579563
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)