Back to Models
Mistral: Mistral Large 3 2512
mistralai/mistral-large-2512Dec 1, 2025262.1K context$0.50/M in · $1.50/M out
Description
Mistral Large 3 2512 is Mistral’s most capable model to date, featuring a sparse mixture-of-experts architecture with 41B active parameters (675B total), and released under the Apache 2.0 license.
Specifications
Provider
mistralai
Context Length
262.1K
Max Output
—
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.50 |
| Output | $1.50 |
| Cache Read | $0.05 |
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/mistral-large-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'