Mistral Medium 3.1
Mistral
Mistral Medium 3 delivers frontier performance while being an order of magnitude less expensive. For instance, the model performs at or above 90% of Claude Sonnet 3.7 on benchmarks across the board at a significantly lower cost.
- Language
- Tool use
- Vision
- Context
- 128K
- Max output
- 64K
- Input / 1M
- $0.400
- Output / 1M
- $2.00
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass mistral/mistral-medium as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral/mistral-medium",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.400
Output
Per 1M completion tokens
$2.00
A 1M-token prompt with 250K tokens of output costs about $0.900.
