← All models
Try in Chat
Mistral Medium
mistral-medium-latest
Balanced model for general-purpose tasks with strong performance.
chattools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €1.44/M tokens | €7.18/M tokens | 128K |
Mistral AI Paris, France
- Input
- €1.44/M
- Output
- €7.18/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Oct 2025
Try Mistral Medium
Use this model directly in the ozeye chat interface.
Benchmarks
Scores on standardized evaluations. Higher percentages are better. Rank percentile shows where this model lands among all models on ozeye.
Coding
Python function generation
70.0%
Better than 27% of models
Knowledge
Massive Multitask Language Understanding
80.0%
Better than 50% of models
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-medium-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'