by Mistral·Text·256K context·Released 2025-12-10·Mistral Commercial
Overview
Mistral's flagship, a strong general-purpose model with excellent multilingual coverage and reliable function calling. A good European-hosted option for production assistants and agents that need solid reasoning without going all the way to the most expensive frontier tiers. Available from a few providers with steady uptime; priced for serious workloads rather than high-volume bulk jobs.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence76
Coding78
Instruction following88
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Lambda | $2.20 | $6.60 | 92 tok/s | 99.6% |
| Hyperbolic | $2.36 | $7.08 | 86 tok/s | 99.4% |
| Parasail | $2.82 | $8.46 | 79 tok/s | 99.3% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-large-3",
"messages": [{ "role": "user", "content": "Hello" }]
}'