Back to Models
Mistral: Ministral 3 14B 2512
mistralai/ministral-14b-2512Dec 2, 2025262.1K context$0.20/M in · $0.20/M out
Description
The largest model in the Ministral 3 family, Ministral 3 14B offers frontier capabilities and performance comparable to its larger Mistral Small 3.2 24B counterpart. A powerful and efficient language model with vision capabilities.
Specifications
Provider
mistralai
Context Length
262.1K
Max Output
—
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.20 |
| Output | $0.20 |
| Cache Read | $0.02 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/ministral-14b-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'