mistral-medium-latestMistral AI
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- April 2026
- eu routing
- available
capabilities 2/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | EU | 131K | $0.44 | $2.20 | $0.44 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| MMLU Pro | 49.1 | |
| GPQA Diamond | 34.9 | |
| LiveCodeBench | 9.9 | |
| Intelligence Index | 5.5 | |
| Humanity's Last Exam | 3.5 | |
| 5 evals | mean | 20.6 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2023-12-11.
mistral-medium-latestrequesty routes this id across every provider serving mistral-medium-latest, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="mistral-medium-latest", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
mistral-large-latest is the routing tag used by Mistral AI to point to their most advanced flagship medium language model
questions 6
Which providers serve mistral-medium-latest?
How much does mistral-medium-latest cost?
Is mistral-medium-latest open weights?
What is the context window of mistral-medium-latest?
How do I use mistral-medium-latest with the OpenAI SDK?
Should I call mistral-medium-latest by its managed id or a provider id?
more from mistral ai 6
| model | context | from /M | providers |
|---|---|---|---|
| leanstral-1-5 | 262K | free | 1 |
| devstral-latest | 256K | $0.44 | 1 |
| mistral-medium-3-5 | 262K | $1.65 | 1 |
| mistral-small-2603 | 256K | $0.17 | 1 |
| mistral-large-latest | 131K | $0.55 | 1 |
| codestral-latest | 131K | $0.33 | 1 |
route mistral-medium-latest through one endpoint
One key for 1 provider on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
