File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " claude-dev " : patch
3+ ---
4+
5+ removing free gemini models
Original file line number Diff line number Diff 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 = {
566558export type GeminiModelId = keyof typeof geminiModels
567559export const geminiDefaultModelId : GeminiModelId = "gemini-2.0-flash-001"
568560export 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 ,
You can’t perform that action at this time.
0 commit comments