Choose the endpoint that best fits your application’s requirements—whether that’s using the default US region or ensuring your data stays within the European Union.Documentation Index
Fetch the complete documentation index at: https://assemblyai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Default Endpoint
The default endpoint (llm-gateway.assemblyai.com) processes your LLM Gateway requests in the US region. If you don’t specify a base URL, this is the endpoint used by default.
EU Data Residency
The EU endpoint (llm-gateway.eu.assemblyai.com) guarantees your data never leaves the European Union. This is designed for organizations with strict data residency and governance requirements—your request and response data will remain entirely within the EU.
Endpoints
| Endpoint | Base URL | Description |
|---|---|---|
| US (default) | https://llm-gateway.assemblyai.com/v1/chat/completions | Data stays in the US |
| EU | https://llm-gateway.eu.assemblyai.com/v1/chat/completions | Data stays in the EU |
EU model availability
The EU endpoint currently supports Anthropic Claude and Google Gemini models. OpenAI models are only available through the US endpoint.| Provider | US | EU |
|---|---|---|
| Anthropic Claude | Yes | Yes |
| Google Gemini | Yes | Yes |
| OpenAI GPT | Yes | No |
| Alibaba Cloud Qwen | Yes | No |
| Moonshot AI Kimi | Yes | No |
Which endpoint should I use?
- No data residency requirements? Use the default endpoint. No configuration change is needed.
- Need EU data residency? Use the EU endpoint to ensure your data stays within the European Union. Note that only Claude and Gemini models are available in the EU region.
How to use it
Update your request URL to your preferred endpoint. Select an endpoint tab below to see examples for each.- US (default)
- EU data residency
The US endpoint is the default. No configuration change is required.