Eden AI exposes a regional endpoint that routes your requests exclusively through providers and models cleared for European processing. Use it when your workload requires data residency in the EU or when your compliance posture forbids fallback to providers outside the region.Documentation Index
Fetch the complete documentation index at: https://www.edenai.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
| Region | Base URL |
|---|---|
| Global (default) | https://api.edenai.run |
| EU | https://api.eu.edenai.run |
Your API key works on both endpoints. There is no separate EU key to issue.
Calling the EU endpoint
Discovering EU-available models
When you hit the discovery endpoints onapi.eu.edenai.run, the response is automatically filtered to providers and models that are available in the EU.
Discovery endpoints (
/v3/models, /v3/info) are public — no API key needed to browse availability.- LLMs
- Expert Models
regions array so you can see at a glance which regions cover it:
Error: provider not available in the EU
If you call the EU endpoint with a model or provider that has not been cleared for European processing, Eden AI rejects the request before any provider is contacted. HTTP 451 — Unavailable For Legal Reasons LLM endpoints (/v3/chat/completions, /v3/embeddings, …) return the error in OpenAI-compatible shape:
/v3/universal-ai) return the same status with the FastAPI envelope:
code: "region_not_allowed" on LLM responses.
Behavior notes
- Caching is region-scoped. Cached responses on the global endpoint and the EU endpoint never share state.
- Sandbox works the same way. Calls authenticated with
sandbox_api_tokenhonor the same regional filtering — point your sandbox traffic atapi.eu.edenai.runto mirror the production routing. - Fallback respects the region. When a fallback list is provided, every entry must be EU-eligible. Non-EU fallbacks trigger a 451 the same way a non-EU primary does.
- No silent downgrade. There is no automatic re-route from the EU endpoint to the global endpoint. If no EU-eligible provider exists for your request, the call fails — it does not leak out of the region.
Next Steps
LLM Models
Browse available LLM models and their regions
Expert Model Providers
Discover providers per feature in the EU
Servers Location
Where Eden AI and its providers host data
Data Retention
How long Eden AI keeps your data