Requesty
EU Data Residency

OpenAI models with EU data residency

Route GPT-5, GPT-5 Mini and the GPT-4.1 family through Azure OpenAI EU regions. The full request path stays in Europe.

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

OpenAI offers European data residency only on qualifying API tiers, and api.openai.com processing defaults to the US. The established way to run GPT models with guaranteed EU processing is Azure OpenAI, which deploys them in EU regions: France Central, Sweden Central and UK South.

Requesty exposes those Azure EU deployments behind one OpenAI-compatible endpoint, routed through our Frankfurt gateway with zero data retention. You keep the OpenAI SDK and change one base URL.

GPT models available in EU regions

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

ModelPlatformEU regionsInput /1MOutput /1MContext
GPT-5Azure OpenAIFrance Central, Sweden Central, UK South$1.25$10.00200K
GPT-5.1Azure OpenAIFrance Central, Sweden Central$1.25$10.00200K
GPT-4.1Azure OpenAIFrance Central, Sweden Central, UK South$2.00$8.001.0M
o4-miniAzure OpenAIFrance Central, Sweden Central$1.10$4.40200K
GPT-5 MiniAzure OpenAIFrance Central, Sweden Central, UK South$0.25$2.00200K
GPT-4.1 MiniAzure OpenAIFrance Central, UK South$0.40$1.601.0M
GPT-4.1 NanoAzure OpenAIFrance Central, Sweden Central, UK South$0.10$0.401.0M
GPT-5 NanoAzure OpenAIFrance Central, Sweden Central$0.05$0.40200K

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="azure/gpt-5@francecentral", messages=[{"role": "user", "content": "Hello!"}] )

Frequently asked questions

OpenAI offers European data residency for eligible API customers on qualifying tiers, but standard api.openai.com traffic is processed in the US. The widely used route to guaranteed EU processing for GPT models is Azure OpenAI in EU regions such as France Central and Sweden Central — which is what Requesty routes to.

Azure OpenAI provides EU-region endpoints for GPT models (France Central, Sweden Central, UK South). Requesty wraps them behind https://router.eu.requesty.ai/v1 — one OpenAI-compatible endpoint hosted in Frankfurt, so you do not have to manage per-region Azure deployments yourself.

GPT-5, GPT-5 Mini, GPT-5 Nano, GPT-4.1, GPT-4.1 Mini, GPT-4.1 Nano and o4-mini all have Azure EU-region deployments routable through Requesty, at the same per-token prices as the corresponding US deployments.

Not with Requesty. We operate the Azure EU deployments; you call one OpenAI-compatible API with your Requesty key, pick a model such as azure/gpt-5@francecentral, and get EU-region processing without an Azure account, quotas or deployment management.

Yes. The Requesty gateway processes requests in Frankfurt with zero data retention and a DPA is available. Together with Azure EU-region model processing, the full request path — gateway and model — stays under EU jurisdiction.

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

Run OpenAI GPT in the EU today

One base-URL change. $10 free credits, no credit card required.