codestral-latestMistral AI
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- August 2025
capabilities 2/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | EU | 131K | $0.33 | $0.99 | $0.33 | 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/codestral-latestthis model has no managed policy yet, so call the provider endpoint directly. every id in the endpoints table works the same way
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/codestral-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
Codestral-latest is Mistral AI’s state-of-the-art open-weight language model built specifically for software development and code generation. It is fine-tuned to assist developers with code generation, completion, refactoring, and debugging across more than 80 programming languages.
questions 5
Which providers serve codestral-latest?
How much does codestral-latest cost?
Is codestral-latest open weights?
What is the context window of codestral-latest?
How do I use codestral-latest with the OpenAI SDK?
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-medium-latest | 131K | $0.44 | 1 |
| mistral-small-2603 | 256K | $0.17 | 1 |
| mistral-large-latest | 131K | $0.55 | 1 |
route codestral-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
