by Mistral·Text·128K context·Released 2025-11-08·Apache 2.0
Overview
Mistral's compact open model, refreshed for better tool use and structured output. Apache-2.0 and widely hosted, it's even-tempered and predictable for everyday tasks like chat, extraction and routing. Not the strongest reasoner in its price band, but reliable and easy to deploy, with competitive live pricing across several providers.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence44
Coding61
Instruction following84
Providers
LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 8 providers by routed volume.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Lambda | $0.12 | $0.33 | 124 tok/s | 99.6% |
| Hyperbolic | $0.13 | $0.35 | 115 tok/s | 99.4% |
| Parasail | $0.15 | $0.42 | 107 tok/s | 99.3% |
| DeepInfra | $0.18 | $0.49 | 98 tok/s | 99.1% |
| Together | $0.19 | $0.52 | 89 tok/s | 99% |
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-small-3.2",
"messages": [{ "role": "user", "content": "Hello" }]
}'