diff --git a/apps/web/src/lib/ai-gateway/providers/openrouter/index.ts b/apps/web/src/lib/ai-gateway/providers/openrouter/index.ts index 219e30ed79..92c501d1af 100644 --- a/apps/web/src/lib/ai-gateway/providers/openrouter/index.ts +++ b/apps/web/src/lib/ai-gateway/providers/openrouter/index.ts @@ -119,10 +119,7 @@ export function shouldSuppressOpenRouterModel(model: KiloExclusiveModel): boolea } const unavailableModels = [ - // these models are not available in the EU - 'grok-latest', - 'grok-4.5', - 'sakana/fugu', + 'sakana/fugu', // this model is not available in the EU ]; async function enhancedModelList(models: OpenRouterModel[]) {