eu-central-1). All processing and storage by Requesty stays in the EU. Combine with EU-only approved models for full end-to-end data residency.

Your request enters in Frankfurt, stays in the EU, and reaches EU-hosted models across AWS, Azure, and GCP.
Configure EU routing in the Requesty Console.
How It Works
There are two layers to consider for EU data residency:Using the EU endpoint guarantees that Requesty’s processing and storage stays in the EU. To also guarantee that model inference stays in the EU, you must use an EU region model (see below).
EU Endpoint
Same API key, same request format, same features. Just swap the base URL.
Quick Start
- OpenAI SDK (Python)
- OpenAI SDK (TypeScript)
- Anthropic SDK
- cURL
Approve EU Only Models
By default, the EU endpoint can route to any model, including models hosted outside the EU. The Requesty processing stays in the EU, but the model inference might not. To guarantee that both Requesty processing and model inference stay in the EU, restrict your organization to EU region models only:1
Open the Model Library
Go to Model Library and switch to Table view for the best overview.
2
Filter by EU Regions
Click the Regions filter and select EU regions: EU, FRANCECENTRAL, SWEDENCENTRAL, or any other European region.
3
Select and Approve
Select all the EU models you want to allow, then click Add Selected to Approved Models. This restricts your organization to only use these models.

- AWS Bedrock: Models with
@eu-central-1,@eu-west-1,@eu-north-1suffixes (Claude, Llama, Mistral) - Google Vertex: Models with
@eusuffix (e.g.vertex/gemini-3.5-flash@eu,vertex/gemini-3.1-flash-lite@eu) - Azure: Models with
@francecentral,@swedencentralsuffixes - Mistral: Hosted in EU by default
Strict EU Enforcement
Switching the base URL tohttps://router.eu.requesty.ai is a client-side change. Nothing stops a developer in your organization from still pointing their SDK at the global endpoint. If you need a hard guarantee that all traffic from your organization goes through the EU endpoint, Requesty can enforce this server-side.
With strict EU enforcement enabled, any request from your organization to a non-EU endpoint (e.g. router.requesty.ai) is rejected. Every user and every API key in your organization must use https://router.eu.requesty.ai.
Strict EU enforcement is activated on request. Contact [email protected] from your organization’s account and we will enable it for you.
Use with AI Coding Tools
Claude Code
Cline / Roo Code
In your VS Code settings, set the API base URL to:Combine with Routing Policies
EU routing works with all Requesty features. Create routing policies that stay entirely within EU infrastructure:EU Failover Policy
Create a Fallback Policy across EU regions:EU Load Balancing
Distribute across EU regions with a Load Balancing Policy:Other Regional Endpoints
Requesty also offers regional endpoints outside the EU:All regional endpoints use the same API key. No additional configuration needed, just change the base URL.