Documentation
Build on EU-Router
Everything you need to route LLM traffic through European infrastructure: a five-minute quickstart, the supported API reference, and SDKs for Python and TypeScript.
Getting started
Create an API key and route your first request in about five minutes.
Open
Authentication
API keys, session security, spend limits and rotation.
Open
API reference
Supported endpoints, parameters, routing extensions, and error codes.
Open
SDKs & libraries
Python and TypeScript clients, plus drop-in OpenAI SDK compatibility.
Open
The whole idea, in one request
EU-Router supports the documented OpenAI-compatible chat subset. If you have ever called /v1/chat/completions, you already know how to use it:
hello-europe.sh
curl $EU_ROUTER_BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $EU_ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "<model-from-v1-models>", "messages": [{"role": "user", "content": "Hello, Europe."}]}'Base URLs
- API
- Current site origin + /v1
- Console
- Current site origin + /console/