← All models
Try in Chat
Magistral Small
magistral-small-latest
Mistral's compact reasoning model for efficient problem-solving.
chatreasoningtools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.48/M tokens | €1.44/M tokens | 128K |
Mistral AI Paris, France
- Input
- €0.48/M
- Output
- €1.44/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Sep 2025
Try Magistral Small
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
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": "magistral-small-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'