From 5c75d07e0994e11e997bdd877242ce6a9cb8347d Mon Sep 17 00:00:00 2001 From: Tuan Dinh Date: Tue, 15 Sep 2026 11:30:31 +0700 Subject: [PATCH] fix: remove duplicate Gemini 3.8 model specs --- src/shared/constants/modelSpecs.ts | 48 ------------------------------ 1 file changed, 48 deletions(-) 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": {