diff --git a/src/shared/constants/modelSpecs.ts b/src/shared/constants/modelSpecs.ts index 6830c6a7b2..d2b53770f5 100644 --- a/src/shared/constants/modelSpecs.ts +++ b/src/shared/constants/modelSpecs.ts @@ -187,54 +187,6 @@ export const MODEL_SPECS: Record = { supportsTools: true, supportsVision: true, }, - // Output limit published at https://ai.google.dev/gemini-api/docs/models/gemini-3.8-flash. - // Thinking budgets follow the 3.7 Flash high/medium/low/tiered split. - "gemini-3.8-flash-high": { - maxOutputTokens: 65536, - contextWindow: 1048576, - defaultThinkingBudget: 24576, - thinkingBudgetCap: 24576, - supportsThinking: true, - supportsTools: true, - supportsVision: true, - }, - "gemini-3.8-flash-medium": { - maxOutputTokens: 65536, - contextWindow: 1048576, - defaultThinkingBudget: 8192, - thinkingBudgetCap: 24576, - supportsThinking: true, - supportsTools: true, - supportsVision: true, - }, - "gemini-3.8-flash-low": { - maxOutputTokens: 65536, - contextWindow: 1048576, - defaultThinkingBudget: 1024, - thinkingBudgetCap: 24576, - supportsThinking: true, - supportsTools: true, - supportsVision: true, - }, - "gemini-3.8-flash": { - maxOutputTokens: 65536, - contextWindow: 1048576, - defaultThinkingBudget: 8192, - thinkingBudgetCap: 24576, - supportsThinking: true, - supportsTools: true, - supportsVision: true, - aliases: ["gemini-3.8-flash-tiered"], - }, - "gemini-3.8-flash-tiered": { - maxOutputTokens: 65536, - contextWindow: 1048576, - defaultThinkingBudget: 8192, - thinkingBudgetCap: 24576, - supportsThinking: true, - supportsTools: true, - supportsVision: true, - }, // Gemini 3.7 Flash tiers: high 24.5k, medium 8k, low 1k thinking tokens. "gemini-3.7-flash-high": {