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