All models
Mistral: Pixtral Large
mistral/pixtral-largeby Mistraltextimage
124B multimodal model with frontier-level image understanding, strong document and chart analysis, and long-context reasoning.
- Input
- $2/M
- Output
- $6/M
- Context
- 128K tokens
- Max output
- 8.2K tokens
- Released
- Apr 2025
Providers
| Provider | Model ID | Input | Output | Context |
|---|---|---|---|---|
| Amazon Bedrock | us.mistral.pixtral-large-2502-v1:0 | $2/M | $6/M | 128K |
API
Use any OpenAI-compatible SDK. Create a key in your dashboard.
shell
curl https://getopentoken.com/v1/chat/completions \
-H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral/pixtral-large",
"messages": [{"role": "user", "content": "What is the meaning of life?"}]
}'