|
|
@@ -472,6 +472,25 @@ export const openRouterDefaultModelInfo: ModelInfo = {
|
|
|
export type VertexModelId = keyof typeof vertexModels
|
|
|
export const vertexDefaultModelId: VertexModelId = "claude-3-7-sonnet@20250219"
|
|
|
export const vertexModels = {
|
|
|
+ "gemini-2.5-flash-preview-05-20:thinking": {
|
|
|
+ maxTokens: 65_535,
|
|
|
+ contextWindow: 1_048_576,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ inputPrice: 0.15,
|
|
|
+ outputPrice: 3.5,
|
|
|
+ thinking: true,
|
|
|
+ maxThinkingTokens: 24_576,
|
|
|
+ },
|
|
|
+ "gemini-2.5-flash-preview-05-20": {
|
|
|
+ maxTokens: 65_535,
|
|
|
+ contextWindow: 1_048_576,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ inputPrice: 0.15,
|
|
|
+ outputPrice: 0.6,
|
|
|
+ thinking: false,
|
|
|
+ },
|
|
|
"gemini-2.5-flash-preview-04-17:thinking": {
|
|
|
maxTokens: 65_535,
|
|
|
contextWindow: 1_048_576,
|