File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -611,6 +611,14 @@ export const openRouterDefaultModelInfo: ModelInfo = {
611611export type VertexModelId = keyof typeof vertexModels
612612export const vertexDefaultModelId : VertexModelId = "claude-3-7-sonnet@20250219"
613613export const vertexModels = {
614+ "gemini-2.5-pro-exp-03-25" : {
615+ maxTokens : 65_536 ,
616+ contextWindow : 1_048_576 ,
617+ supportsImages : true ,
618+ supportsPromptCache : false ,
619+ inputPrice : 0 ,
620+ outputPrice : 0 ,
621+ } ,
614622 "gemini-2.0-flash-001" : {
615623 maxTokens : 8192 ,
616624 contextWindow : 1_048_576 ,
@@ -759,6 +767,14 @@ export const requestyModelInfoSaneDefaults: ModelInfo = {
759767export type GeminiModelId = keyof typeof geminiModels
760768export const geminiDefaultModelId : GeminiModelId = "gemini-2.0-flash-001"
761769export const geminiModels = {
770+ "gemini-2.5-pro-exp-03-25" : {
771+ maxTokens : 65_536 ,
772+ contextWindow : 1_048_576 ,
773+ supportsImages : true ,
774+ supportsPromptCache : false ,
775+ inputPrice : 0 ,
776+ outputPrice : 0 ,
777+ } ,
762778 "gemini-2.0-flash-001" : {
763779 maxTokens : 8192 ,
764780 contextWindow : 1_048_576 ,
You can’t perform that action at this time.
0 commit comments