Pixtral Large

by Mistral

Pixtral Large is a 124B open-weights multimodal model built on Mistral Large 2, designed for frontier-level image and document understanding. It combines a 1B-parameter vision encoder with a 123B text backbone, supporting a 128K token context window that fits a minimum of 30 high-resolution images in a single request. The model excels at understanding documents, charts, and natural images while retaining strong text-only comprehension. On the MathVista visual reasoning benchmark it scores 69.4%, leading the models Mistral tested, and it achieves leading results on document and chart understanding benchmarks such as DocVQA and ChartQA. Pixtral Large is suited to document-heavy retrieval-augmented generation, agentic workflows, and knowledge exploration. It is available under the Mistral Research License and the Mistral Commercial License. It has since been marked as deprecated in favor of newer Mistral vision models, but remains a capable choice for document and reasoning-intensive visual tasks.

Key info

Input
Output
Features
Context window
128K
Max output
8K
Input price
$2.00 /1M
Output price
$6.00 /1M
  • EU residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

Pixtral Large runs on 1 route through the Opper gateway. Compare residency, ZDR, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
AWS BedrockEUZero data retentionNo$2.00$6.00

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting Pixtral Large has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

AWS Bedrock β€” SwedenπŸ‡ΈπŸ‡ͺ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. EU; DPA available.

Zero data retention
On by default on Pay-as-you-go.
Training
No training on customer data.
Logging
None
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable β€” data stays in EU

Get started

Call Pixtral Large through the Opper gateway with one API key. Let your coding agent set it up, or call it directly β€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent β€” Claude Code, Cursor, Codex, and more β€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "aws/pixtral-large-2502-eu",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Pixtral Large with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Mistral

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
Pixtral Large by Mistral β€” pricing, benchmarks, ZDR, EU hosting | Opper AI