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