From 557ce9fd7090d5e49c9a3dfd3aab6b0ee177d03d Mon Sep 17 00:00:00 2001 From: David Lo Dico Date: Fri, 20 Feb 2026 11:57:20 +0100 Subject: [PATCH] Add EUrouter to Inference API category --- src/data/services.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/services.ts b/src/data/services.ts index 56b6bad..365bce8 100644 --- a/src/data/services.ts +++ b/src/data/services.ts @@ -569,6 +569,15 @@ export const categories: Category[] = [ country: '🇫🇷', link: 'https://www.edenai.co/', }, + { + name: 'EUrouter', + description: + 'OpenAI-compatible AI gateway for EU customers. Routes requests to 10+ providers with built-in EU data residency, GDPR compliance, and zero-data-retention controls.', + icon: '🇪🇺', + country: '🇪🇺', + link: 'https://eurouter.ai', + addedDate: '2026-02-20', + }, ], }, {