← All models
Try in Chat
Mistral Small 3.2 Vision
mistral-small-3.2-24b-instruct-2506
Mistral Small with vision capabilities. Fast and efficient multimodal model.
visionchatfasttools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.17/M tokens | €0.39/M tokens | 128K |
| OVHcloud | Gravelines, France | €0.10/M tokens | €0.30/M tokens | 128K |
Scaleway Paris, France
- Input
- €0.17/M
- Output
- €0.39/M
- Context
- 128K
OVHcloud Gravelines, France
- Input
- €0.10/M
- Output
- €0.30/M
- Context
- 128K
Specifications
Context window
128K
Providers
2
Released
Jun 2025
Try Mistral Small 3.2 Vision
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
68.0%
Better than 9% of models
Knowledge
Massive Multitask Language Understanding
72.5%
Better than 0% 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-small-3.2-24b-instruct-2506",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'