← All models
Try in Chat
Mistral Small 4
mistral-small-2603
Mistral's latest small model with reasoning, code, and vision capabilities.
chatreasoningcodevision
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Mistral AI | Paris, France | €0.10/M tokens | €0.30/M tokens |
Specifications
Context window
128K
Providers
1
Released
Mar 2026
Try Mistral Small 4
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-small-2603",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'