From b92eef8fc76138deaead77cdf6df213f501a7815 Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Thu, 16 Jul 2026 10:32:11 +0200 Subject: [PATCH] Enable Grok 4.5 --- apps/web/src/lib/ai-gateway/providers/openrouter/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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[]) {