Requesty
EU Data Residency

Mistral with EU data residency

Mistral is a European AI company with EU-hosted inference. Route every Mistral model through one Frankfurt-hosted, OpenAI-compatible endpoint.

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

Mistral AI is headquartered in Paris and serves its API from EU infrastructure, which makes it the natural first pick for European teams with data-residency requirements. La Plateforme processes requests inside the EU by default.

Routing Mistral through Requesty keeps that EU residency — our gateway runs in Frankfurt with zero data retention — and adds what a single-provider API lacks: failover, caching, cost tracking, and EU-region access to Claude, GPT and Gemini behind the same key when one model family is not enough.

Mistral models available in EU regions

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

ModelPlatformEU regionsInput /1MOutput /1MContext
Mistral Medium 3.5Mistral La PlateformeEU multi-region$1.50$7.50262K
Pixtral LargeMistral La PlateformeEU multi-region$2.00$5.00131K
DevstralMistral La PlateformeEU multi-region$0.40$2.00256K
Devstral Medium 2507Mistral La PlateformeEU multi-region$0.40$2.00131K
Mistral MediumMistral La PlateformeEU multi-region$0.40$2.00131K
Mistral LargeMistral La PlateformeEU multi-region$0.50$1.50131K
CodestralMistral La PlateformeEU multi-region$0.30$0.90131K
Mistral SmallMistral La PlateformeEU multi-region$0.15$0.60256K
Devstral SmallMistral La PlateformeEU multi-region$0.10$0.30131K
Open Mistral 7BMistral La PlateformeEU multi-region$0.25$0.2533K

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="mistral/mistral-large-latest", messages=[{"role": "user", "content": "Hello!"}] )

Frequently asked questions

Yes. Mistral AI is a French company and its API, La Plateforme, runs on EU infrastructure. Routing Mistral through Requesty keeps the full request path in Europe: our gateway processes requests in Frankfurt with zero data retention, and Mistral processes inference inside the EU.

Mistral operates under EU jurisdiction and GDPR as a French company. Requesty adds a Frankfurt-hosted gateway with zero data retention and a Data Processing Agreement on request, covering the routing layer of your stack as well.

Mistral Large, Mistral Medium, Mistral Small, Pixtral Large, Codestral, Devstral and Open Mistral 7B are all routable through Requesty at Mistral list prices, alongside EU-region Claude, GPT and Gemini deployments behind the same API key.

A gateway adds automatic failover when an endpoint degrades, response caching, per-key spend limits, audit logging and cost analytics — and lets you mix Mistral with EU-region Claude, GPT and Gemini without managing four providers. The request path stays entirely in the EU.

The same as calling Mistral directly: Requesty passes through provider list prices per token. Mistral Small starts at $0.15 per 1M input tokens and Mistral Large at $0.50 per 1M input tokens.

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

Run Mistral in the EU today

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