Mistral Large 3 API
256K context · Released Jan 28, 2026 · By Mistral AI · Apache 2.0
Mistral Large 3 costs $1.2 per million input tokens and $3.6 per million output tokens, against an official rate of $2 and $6 — 40% below official pricing. It is a Mistral AI model under the Apache 2.0 licence, with a 256K context window, callable through an OpenAI-compatible endpoint with the model id `mistralai/mistral-large-3`. This model is listed for reference and is not currently served by an upstream provider, so requests for it return no available channel.
Not currently available. No configured upstream serves this model, so a request for it returns no available channel. The rate below is what it will cost when it is enabled.
Input
$1.20/M
$2.00/M
Output
$3.60/M
$6.00/M
Savings
40%
off official
- No markup
- OpenAI SDK compatible
- No minimum spend
- Apache 2.0
EU-developed, Apache 2.0, and the strongest European-language coverage in the catalog. Often the answer when data residency is part of the conversation.
Copy this and go
The model id is already filled in. Nothing in this snippet needs editing except your key.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://router.xark.io/api/v1" # ← the only line that changes
)
response = client.chat.completions.create(
model="mistralai/mistral-large-3",
messages=[{"role": "user", "content": "Hello"}]
)
Mistral Large 3 pricing across providers
Rates as published by each provider. We update these when they change; if you spot one that's stale, tell us and we'll fix it.
| Provider | Input | Output |
|---|---|---|
| AI Token Router | $1.20/M | $3.60/M |
| Official (Mistral AI) | $2.00/M | $6.00/M |
| OpenRouter | $1.94/M | $5.82/M |
| DeepInfra | $1.50/M | $4.50/M |
| Together AI | $1.90/M | $5.70/M |
Cached input on Mistral Large 3 is billed at $0.24/M — roughly 80% below the standard input rate. For agent loops with a large fixed system prompt this is usually the number that matters most.
What it's good at
- EU-facing products with residency requirements
- French, German, Spanish and Italian workloads
- Enterprise deployments needing permissive licensing
Other text models
Mistral Large 3 questions
Every figure below is read from the same catalogue entry as the table above, so the two cannot disagree.
What does Mistral Large 3 cost on AI Token Router, and what is the official rate?
Input is $1.20/M here against $2.00/M official, and output is $3.60/M against $6.00/M official — $0.80/M off every million input tokens and $2.40/M off every million output tokens. The headline 40% blends the two, weighted three to one towards output, because real workloads write far more than they read and a flat average of the two percentages would overstate what you actually save. Both figures are printed side by side on this page: the official rate is the only benchmark that makes ours mean anything.
Can I call Mistral Large 3 right now?
No. Mistral Large 3 is catalogued but not currently servable — no configured upstream provider carries it, so a request naming `mistralai/mistral-large-3` returns `no available channel` instead of a result. The rate on this page is what it will cost once an upstream serves it, not something you can spend today. The text models you can call today are Kimi K2.6, Kimi K3, GLM-5.2, DeepSeek V4 Pro and DeepSeek V4 Flash. 7 of the 24 catalogued models are callable, and every page says which it is.
Does Mistral Large 3 support prompt caching, and what does a cached token cost?
Yes. A repeated prefix — a fixed system prompt, a tool schema, a document you keep querying — is served from the model's KV cache and billed at $0.24/M instead of the standard $1.20/M, which is 80% below the input rate. Mistral AI's own cached rate is $0.40/M, so the discount applies on top of a rate that is already below official. Nothing has to be set on the request; the prefix is matched automatically. On an agent loop, where most of every request is unchanged from the last one, this is usually the largest single line on the bill.
How do I call Mistral Large 3 from my code?
Point an OpenAI SDK at `https://router.xark.io/api/v1` and pass `model="mistralai/mistral-large-3"` — the chat completions endpoint is `https://router.xark.io/api/v1/chat/completions`. Request shape, streaming frames, the usage block and the error envelope all match what your OpenAI client already handles, so the base URL and the model id are the only two lines that change. The bare name `mistral-large-3`, without the provider prefix, resolves to the same model. An integration written before the ids were namespaced therefore keeps working.
How large is Mistral Large 3's context window?
256K — 262,144 tokens in a single request, shared between everything you send and everything the model generates back. For comparison, the widest context in this catalogue is Llama 4 Maverick at 1M. Context is billed like any other input: filling the window costs the input rate on every token in it, every turn, which is why the cached-input rate matters more than the window size on a workload that resends the same prefix.
What licence is Mistral Large 3 under, and can I use it commercially?
Mistral Large 3 is published by Mistral AI under the Apache 2.0 licence. Apache 2.0 is a standard permissive licence: commercial use, modification and redistribution are allowed, subject to keeping the notices and stating what you changed. It also carries an explicit patent grant from the contributors, which terminates if you bring a patent claim over the work — that grant is usually the reason a legal team prefers it to MIT. No user threshold and no field-of-use restriction apply.
How does Mistral Large 3 pricing here compare with other providers carrying it?
Of the 3 other providers we track carrying Mistral Large 3, the lowest is DeepInfra at $1.50/M input and $4.50/M output, against our $1.20/M input and $3.60/M output. That is where the rates stood when we last reconciled them, and it can change without notice — we are not claiming to be the cheapest source for this model, only that our rate sits below Mistral AI's official $2.00/M. If you find one of these figures stale, tell us and we will correct it.
What is Mistral Large 3 actually good at?
EU-developed, Apache 2.0, and the strongest European-language coverage in the catalog. Often the answer when data residency is part of the conversation. In practice that points at eU-facing products with residency requirements, french, German, Spanish and Italian workloads and enterprise deployments needing permissive licensing. The specifics that actually decide a fit — the rate, the licence and what it will and will not serve today — are all on this page rather than behind a sales conversation.