Back to Models
Mistral: Pixtral Large 2411
mistralai/pixtral-large-2411Nov 19, 2024131.1K context$2.00/M in · $6.00/M out
Description
Pixtral Large is a 124B parameter, open-weight, multimodal model built on top of Mistral Large 2. The model is able to understand documents, charts and natural images.
The model is available under the Mistral Research License (MRL) for research and educational use, and the Mistral Commercial License for experimentation, testing, and production for commercial purposes.
Specifications
Provider
mistralai
Context Length
131.1K
Max Output
—
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.00 |
| Output | $6.00 |
| Cache Read | $0.20 |
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/pixtral-large-2411",
"messages": [{"role": "user", "content": "Hello!"}]
}'