diff --git a/lib/ai/providers.ts b/lib/ai/providers.ts index c2dec546c..7a1a03116 100644 --- a/lib/ai/providers.ts +++ b/lib/ai/providers.ts @@ -158,6 +158,7 @@ export const PROVIDERS: Record = { outputWindow: 4096, capabilities: { streaming: true, tools: true, vision: true }, }, + { id: 'o4-mini', name: 'o4-mini', @@ -324,22 +325,6 @@ export const PROVIDERS: Record = { }, }, }, - { - id: 'gemini-3-pro-preview', - name: 'Gemini 3 Pro Preview', - contextWindow: 1048576, - outputWindow: 65536, - capabilities: { - streaming: true, - tools: true, - vision: true, - thinking: { - toggleable: false, - budgetAdjustable: true, - defaultEnabled: true, - }, - }, - }, { id: 'gemini-3-flash-preview', name: 'Gemini 3 Flash Preview',