Back to Models
Mistral: Ministral 3 3B 2512
mistralai/ministral-3b-2512Dec 2, 2025131.1K context$0.10/M in · $0.10/M out
Description
The smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities.
Specifications
Provider
mistralai
Context Length
131.1K
Max Output
—
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
| Output | $0.10 |
| Cache Read | $0.01 |
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-3b-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'