Final Router

Mistral · model

Mistral Large

European hosting, Function calling. Called through Final Router's one OpenAI-compatible endpoint at Mistral's list price, with no markup on tokens.

Model id: mistral/mistral-large-latest
Input price$0.5per 1M tokens
Output price$1.5per 1M tokens
Context window262Ktokens
Typical speed760msmedian
Quality score85/100composite
ProviderMistralprocessed in EU
Verified 2026-08-21Mistral's own list price, with no markup on tokens - a 5.5% fee applies only when you add credits.

Call Mistral Large in one line

Mistral Large speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.

Call Mistral Large
from openai import OpenAI

client = OpenAI(
    api_key="fr_live_...",                     # your Final Router key
    base_url="https://finalrouter.com/api/v1"  # the only line you change
)

resp = client.chat.completions.create(
    model="mistral/mistral-large-latest",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Data & residency

Mistral is a Paris company directly subject to the GDPR, and La Plateforme processes in the EU by default with no configuration. Their own documentation notes temporary transfers for some features and subprocessors, so this is EU by default rather than EU without exception.

Training: not used to train the model. Retention: Not used for training on the paid API; opt-in schemes exist separately.

Mistral's policy, read 2026-08-21 →

Route it, don't pin it

Name Mistral Large as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.

Start free

Mistral Large FAQ

How much does Mistral Large cost through Final Router?
$0.5 per million input tokens and $1.5 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
What is Mistral Large's context window?
262,144 tokens.
Does Mistral Large train on my data?
No. On the endpoint Final Router calls, Mistral does not train on your prompts. Data is processed in EU.
How do I call Mistral Large?
Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "mistral/mistral-large-latest". Your existing code does not change.

Compare with

All comparisons

mistral-large-latestLatency and quality are seed figures used for routing order, not billing. Prices are what you are charged.