← All models
Try in Chat
Mistral Medium 3.5
mistral-medium-3.5
Mistral's 128B medium-tier multimodal model with chat and vision.
chatvisionreasoning
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €1.68/M tokens | €8.40/M tokens |
Specifications
Context window
128K
Providers
1
Released
May 2026
Try Mistral Medium 3.5
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-medium-3.5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'