Requesty
EU Data Residency

Claude with EU data residency

Route Claude Opus, Sonnet and Haiku through EU-region deployments on AWS Bedrock and Google Vertex AI. The full request path stays in Europe.

https://router.eu.requesty.ai/v1

Anthropic's first-party API does not offer a guaranteed EU-only processing region. For European teams with data-residency requirements, the way to run Claude inside the EU today is through cloud deployments: AWS Bedrock in eu-central-1 (Frankfurt), eu-west-1 (Ireland), eu-west-3 (Paris) and eu-north-1 (Stockholm), and Google Vertex AI in EU regions.

Requesty exposes every one of those EU-region Claude deployments behind one OpenAI-compatible endpoint, routed through our Frankfurt gateway with zero data retention. Prompts and completions are processed under EU jurisdiction end to end, gateway and model.

Claude models available in EU regions

Live from the Requesty model catalog. Prices per 1M tokens. Regions are merged per model and platform.

ModelPlatformEU regionsInput /1MOutput /1MContext
Claude Fable 5Google Vertex AIEU multi-region$11.00$55.001M
Claude Fable 5.1Google Vertex AIEU multi-region$11.00$55.001M
Claude Opus 4.5AWS BedrockFrankfurt, Ireland, Paris, Stockholm$5.50$27.50200K
Claude Opus 4.5Google Vertex AIBelgium$5.50$27.50200K
Claude Opus 4.6Google Vertex AIBelgium$5.50$27.501M
Claude Opus 4.7AWS BedrockFrankfurt, Ireland, Paris, Stockholm$5.50$27.501M
Claude Opus 4.7Google Vertex AIEU multi-region$5.50$27.501M
Claude Opus 4.8AWS BedrockFrankfurt, Ireland, Paris, Stockholm$5.50$27.501M
Claude Opus 4.8Google Vertex AIEU multi-region$5.50$27.501M
Claude Opus 5AWS BedrockFrankfurt, Ireland, Paris, Stockholm$5.50$27.501M
Claude Opus 5Google Vertex AIEU multi-region$5.50$27.501M
Claude Sonnet 4.5AWS BedrockFrankfurt, Ireland, Paris, Stockholm$3.30$16.501M
Claude Sonnet 4.5Google Vertex AIBelgium$3.30$16.501M
Claude Sonnet 4.6AWS BedrockFrankfurt, Ireland, Paris, Stockholm$3.30$16.501M
Claude Sonnet 4.6Google Vertex AIBelgium$3.30$16.501M
Claude Sonnet 4AWS BedrockFrankfurt, Ireland, Paris, Stockholm$3.00$15.001M
Claude Sonnet 4Google Vertex AIBelgium$3.00$15.001M
Claude Sonnet 5AWS BedrockFrankfurt, Ireland, Stockholm$2.20$11.001M
Claude Sonnet 5Google Vertex AIEU multi-region$2.20$11.001M
Claude Haiku 4.5AWS BedrockFrankfurt, Ireland, Paris, Stockholm$1.10$5.50200K
Claude Haiku 4.5Google Vertex AIBelgium$1.10$5.50200K

Pricing matches provider list prices. Full catalog on the models page.

One base URL. Full EU residency.

OpenAI SDK compatible: point it at the EU gateway and pick an EU-region model.

main.py
from openai import OpenAI

client = OpenAI(
    base_url="https://router.eu.requesty.ai/v1",
    api_key="your-requesty-key"
)

response = client.chat.completions.create(
    model="bedrock/claude-sonnet-5@eu-central-1",
    messages=[{"role": "user", "content": "Hello!"}]
)

Frequently asked questions

Not through its first-party API: Anthropic does not currently offer a guaranteed EU-only processing region there. EU data residency for Claude is available through cloud deployments: AWS Bedrock EU regions (Frankfurt, Ireland, Paris, Stockholm) and Google Vertex AI EU regions. Requesty routes to all of them through one API.

Route through an EU-region cloud deployment instead of the api.anthropic.com endpoint. With Requesty, set the base URL to the EU gateway and request a model such as bedrock/claude-sonnet-5@eu-central-1. The request is processed in Frankfurt and the model runs in an EU region, so the full path stays in Europe.

There is no official EU-only endpoint on the first-party Anthropic API. The EU endpoints that exist are the cloud-platform ones: Bedrock EU regions and Vertex AI EU regions. Requesty wraps these behind https://router.eu.requesty.ai/v1, one OpenAI-compatible endpoint hosted in Frankfurt.

Claude Opus, Claude Sonnet and Claude Haiku all have EU-region deployments on AWS Bedrock (eu-central-1, eu-west-1, eu-west-3, eu-north-1) and Google Vertex AI EU regions, at the same per-token prices as the corresponding US deployments on those platforms.

Yes. Requesty processes requests in Frankfurt with zero data retention, so request and response bodies are never stored, and offers a Data Processing Agreement. Combined with an EU-region model deployment, prompts are processed under EU jurisdiction for the entire request path.

EU data residency for other model families: OpenAI GPT · Gemini · Mistral, or see the full EU AI Gateway and our Data Processing Agreement.

Run Claude in the EU today

One base-URL change. Free to get started, no credit card required.