← All models
Try in Chat
Ministral 3 3B
ministral-3b-latest
Mistral's ultra-compact 3B parameter edge model with chat and vision capabilities.
chatvisionfasttools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.10/M tokens | €0.10/M tokens | 128K |
Mistral AI Paris, France
- Input
- €0.10/M
- Output
- €0.10/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Dec 2025
Try Ministral 3 3B
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": "ministral-3b-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'