File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -477,13 +477,24 @@ export const openRouterDefaultModelInfo: ModelInfo = {
477477export type VertexModelId = keyof typeof vertexModels
478478export const vertexDefaultModelId : VertexModelId = "claude-3-7-sonnet@20250219"
479479export const vertexModels = {
480+ "gemini-2.5-flash-preview-04-17:thinking" : {
481+ maxTokens : 65_535 ,
482+ contextWindow : 1_048_576 ,
483+ supportsImages : true ,
484+ supportsPromptCache : false ,
485+ inputPrice : 0.15 ,
486+ outputPrice : 3.5 ,
487+ thinking : true ,
488+ maxThinkingTokens : 24_576 ,
489+ } ,
480490 "gemini-2.5-flash-preview-04-17" : {
481491 maxTokens : 65_535 ,
482492 contextWindow : 1_048_576 ,
483493 supportsImages : true ,
484494 supportsPromptCache : false ,
485495 inputPrice : 0.15 ,
486496 outputPrice : 0.6 ,
497+ thinking : false ,
487498 } ,
488499 "gemini-2.5-pro-preview-03-25" : {
489500 maxTokens : 65_535 ,
You can’t perform that action at this time.
0 commit comments