Pixtral Large
Pixtral Large was Mistral AI's 124B open-weight multimodal model for image understanding, document analysis, reasoning, and text generation. It launched in November 2024 with a 128K context window and was built on Mistral Large 2 with an additional vision encoder.
The lifecycle is now the most important fact: Mistral marks Pixtral Large as deprecated, with a deprecation date of February 27, 2026, and names Mistral Medium 3.5 as its replacement. Teams with an existing Pixtral workflow should treat this as a migration guide, not a recommendation to start a new production dependency.
> Disclosure: This guide is published by Verdent. Third-party model details come from official public sources. Deprecated endpoints, provider catalogs, and pricing can change without preserving historical behavior.
What Is Pixtral Large
Pixtral Large combined a 123B multimodal decoder with an approximately 1B-parameter vision encoder. It accepted text and images within a 128K context window and was released both through Mistral's API and as downloadable weights.
Its launch use cases included document question answering, chart and figure understanding, multilingual OCR, visual reasoning, and image-grounded text generation. For developers, those capabilities also supported workflows such as reading a product screenshot, extracting UI structure, and drafting code or test cases from visual evidence.
Pixtral Large should not be confused with Pixtral 12B. They are separate models with different sizes, licenses, deployment requirements, and deprecation histories.
Vision-to-Code Capabilities
Vision-to-code is a pipeline, not a single benchmark. A model must first interpret the image, then map visual elements to a component system, generate code, and verify the rendered result.
Useful evaluation dimensions include:
- layout hierarchy and component boundaries;
- text, spacing, color, and responsive behavior;
- reuse of the repository's existing design system;
- accessibility labels and keyboard behavior;
- visual diff against the reference image;
- code quality, tests, and build success.
Pixtral Large could analyze screenshots and diagrams, but the surrounding agent still needed repository search, file editing, command execution, browser rendering, and iterative comparison. A screenshot-to-code claim should therefore report the full harness rather than crediting the model alone.
For migration, preserve a small visual acceptance set with screenshots, expected behavior, and rendered baselines. Re-run it on the replacement before changing production traffic.
Pixtral Large vs Image-Capable GPT-5.5
GPT-5.5 Vision is not an official OpenAI model ID. The official model is gpt-5.5, and OpenAI's model documentation lists image input as a supported capability. This comparison therefore uses image-capable GPT-5.5 rather than presenting a nonexistent model name.
| Decision factor | Pixtral Large | GPT-5.5 with image input |
|---|---|---|
| Lifecycle | Deprecated by Mistral | Current OpenAI API model |
| Model access | Historical Mistral API and downloadable weights | Hosted OpenAI API |
| Context | 128K | 1.05M |
| Weight access | Open weights under Mistral licensing terms | No downloadable model weights |
| Primary decision | Migrate an existing visual workflow | Evaluate a maintained hosted multimodal model |
This is not a fair “which model wins” comparison unless the same images, prompt, tools, rendering loop, and acceptance checks are used. The endpoint lifecycle should be checked before image quality because a deprecated model cannot be the default choice for new work without an explicit support plan.
Multimodal Coding Use Cases
Pixtral Large remains relevant when documenting or migrating workflows such as:
- Screenshot to component: infer layout and create a first implementation.
- UI regression analysis: compare a current render with a reference and identify likely causes.
- Diagram to interface: convert architecture diagrams into typed boundaries or scaffolding.
- Document to extraction code: inspect forms or tables and draft a parser with validation.
- Error screenshot triage: read visible messages and connect them to repository evidence.
For each use case, separate visual comprehension from code execution. A model may describe the screen correctly while producing code that does not build, or generate plausible code while missing a visual constraint.
If self-hosted multimodal work is the goal, compare maintained open models such as Gemma 4 rather than assuming Pixtral Large is still the current Mistral option.
Screenshot-to-Code Evaluation Example
This is an evaluation design, not a claimed Pixtral output.
| Evaluation input | Example specification |
|---|---|
| Screenshot input | One reference image showing the target desktop and mobile states |
| Repository context | Existing component tree, design tokens, route, and test commands |
| Example prompt | “Recreate this layout in the existing component system. Reuse tokens, preserve accessibility, and do not change unrelated files.” |
| Expected files | The target component, its styles or tokens, and a focused visual test or story |
| Build/test checks | Type check, lint, unit tests, production build, and accessibility checks |
| Visual-diff acceptance | Compare defined viewport captures; reject overflow, spacing drift, missing states, and unrelated visual changes |
Preserve the screenshot, prompt, repository commit, generated diff, command output, and before/after captures. Those artifacts make a migration comparison reproducible without inventing a successful run.
Pricing & Access
Pixtral Large's original API and weight-access options should not be presented as current pricing. Mistral's model card marks the endpoint deprecated and points users to Mistral Medium 3.5. Current replacement pricing belongs to the replacement model, not to Pixtral Large.
Historically, downloadable Pixtral Large weights were offered under the Mistral Research License for research, with a separate commercial-license route for commercial self-deployment. That is different from Pixtral 12B's Apache 2.0 release.
Before migration, record the current provider and model ID, hosted-versus-weight requirement, commercial licensing needs, image-token accounting, replacement price, support horizon, and visual acceptance results.
Using Pixtral Large in Verdent
Pixtral Large is not in Verdent's current built-in model lineup. An OpenRouter BYOK catalog might still expose a Pixtral label, but you must verify the provider's endpoint status. A third party may retain a snapshot after the original vendor deprecates its API model, and that snapshot has its own support and pricing conditions.
For an existing Verdent trial:
- identify the exact provider model ID;
- confirm whether it is a frozen snapshot or a redirected alias;
- run the stored visual acceptance set;
- compare a maintained replacement under identical settings;
- remove the deprecated route if support, quality, or cost is unclear.
Verdent can connect to OpenRouter with BYOK and route a validated model into chat or selected agent roles. That path does not extend to Smart Suggestions or automatic context compression. For a deprecated endpoint, confirmation in the provider catalog is required before any workflow claim.
Sources: Review Mistral's Pixtral status.
Frequently Asked Questions
Is Pixtral Large deprecated or simply renamed?
Mistral's model card marks Pixtral Large as deprecated and recommends a maintained model. A provider may keep a snapshot or alias, but that does not turn the original endpoint into a current renamed release.
Is Pixtral Large the same model as Pixtral 12B?
No. They are separate checkpoints with different sizes, model cards, access paths, and license terms. Pixtral 12B's Apache 2.0 status should not be transferred to Pixtral Large.
What should a team verify if Pixtral still appears in a provider catalog?
Verify the exact model ID, whether it is a snapshot or redirect, its support status, current pricing, context limit, and applicable license before using it in a new workflow.
What evidence should be preserved during a screenshot-to-code migration test?
Keep the input screenshot, prompt, repository revision, selected model ID, generated diff, build and test logs, viewport captures, and visual-diff decision.
Validate Pixtral Large for your workflow
Check Verdent’s available model options, then compare Pixtral Large against a maintained multimodal alternative before routing it into UI-to-code work.