Overview
Mistral Medium 3.5 is Mistral AI's frontier-class multimodal model, "optimized for agentic and coding use cases." Mistral's changelog dates the release to April 28, 2026 (the model card carries version 26.04); the public announcement followed on May 22, 2026, presenting the model in public preview alongside Vibe remote agents.
It is a dense 128B-parameter model with a 256K context window, and Mistral calls it "our first flagship merged model" — instruction-following, reasoning, and coding consolidated into a single set of weights, with reasoning effort configurable per request rather than split across separate model variants.
The most consequential change from the previous generation is licensing. Mistral Medium 3.1 was a proprietary Premier-tier model. Medium 3.5 ships as open weights under a modified MIT license.
Medium 3.5 is not Mistral's overall flagship — that is Mistral Large 3. It is the tier Mistral tunes hardest for agentic and software-engineering work.
Capabilities
- Merged reasoning and instruction weights: One model handles quick chat and long agentic runs. Mistral notes that "reasoning effort is now configurable per request."
- Agentic coding: The model behind Mistral's Vibe remote agents, which run asynchronous, parallel coding sessions in isolated cloud sandboxes.
- Multimodal input: A custom-trained vision encoder handles variable image sizes and aspect ratios rather than forcing a fixed crop.
- 256K context: Twice the 128K window of Mistral Medium 3.1.
- Open weights: Downloadable and self-hostable under a modified MIT license.
- Full API surface: Chat completions, function calling, agents and conversations, built-in tools, structured outputs, predicted outputs, and prefix completion.
Technical Specifications
- Model ID:
mistral-medium-3-5-26-04(rolling alias:mistral-medium-latest) - Version: 26.04
- Architecture: Dense transformer, 128B parameters
- Context window: 256K tokens
- Modalities: Text and image input; text output
- Vision encoder: Custom-trained, accepts variable image sizes and aspect ratios
- Reasoning: Configurable effort per request
- License: Modified MIT (open weights)
- Availability: Mistral API (La Plateforme), Le Chat, Mistral Vibe, and self-hosting from published weights
Mistral has not published a knowledge cutoff date or a maximum output token count for Medium 3.5.
Where Medium 3.5 sits in Mistral's lineup
| Mistral Medium 3.5 | Mistral Large 3 | |
|---|---|---|
| Model ID | mistral-medium-3-5-26-04 | mistral-large-2512 |
| Released | April 28, 2026 | December 2, 2025 |
| Architecture | Dense, 128B | Sparse MoE, 675B total / 41B active |
| Context window | 256K | 256K |
| Multimodal | Yes | Yes |
| Input price | $1.50 / MTok | $0.50 / MTok |
| Output price | $7.50 / MTok | $1.50 / MTok |
| License | Modified MIT | Apache 2.0 per the announcement; "Open v25.12" per the docs model card |
Two things stand out. First, Mistral Large 3 — not Medium 3.5 — is the company's general-purpose flagship: a 675B total / 41B active sparse Mixture-of-Experts model trained from scratch on 3,000 NVIDIA H200 GPUs, and Mistral's first MoE since the Mixtral series.
Second, and counterintuitively, Medium 3.5 costs three to five times more per token than the flagship. A plausible architectural explanation: Large 3 activates 41B parameters per token, while dense Medium 3.5 activates all 128B on every token.
Note also that the license label for Large 3 is inconsistent across Mistral's own materials — the launch announcement says Apache 2.0, while the documentation model card records "Open v25.12."
Use Cases
- Autonomous coding agents: The model powering Vibe remote agents — cloud coding sessions that run asynchronously and in parallel, integrating with GitHub, Linear, Jira, Sentry, Slack, and Teams.
- Long-context software work: 256K tokens is enough for large repositories, dependency trees, and multi-file refactors in a single prompt.
- Tool-using enterprise agents: Function calling, built-in tools, and structured outputs across multi-step business workflows.
- Document and chart understanding: Multimodal input for scanned documents, screenshots, diagrams, and figures.
- Sovereign and on-premises deployment: Open weights under a modified MIT license make EU-jurisdiction and air-gapped deployments possible without a proprietary agreement.
- Cost-tiered routing: Configurable reasoning effort lets a single deployment serve both cheap chat turns and expensive agentic runs.
Performance / Benchmarks
Mistral has published two headline figures for Medium 3.5. Both are first-party, reported by Mistral:
- SWE-Bench Verified: 77.6% — "ahead of Devstral 2 and models like Qwen3.5 397B A17B."
- τ³-Telecom: 91.4 — Mistral's cited measure of agentic capability.
Mistral has not published a broader benchmark table for Medium 3.5 in its model card or announcement, so no MMLU, GPQA, or math scores are listed here.
For context on the flagship: Mistral states that Mistral Large 3 debuted at #2 in the open-source non-reasoning category (#6 among open-source models overall) on the LMArena leaderboard. LMArena is a third-party human-preference leaderboard, not a Mistral evaluation.
Limitations
- Not the flagship: Mistral Large 3 is the general-purpose flagship. Medium 3.5 is tuned for agentic and coding work, and Mistral has not published head-to-head general-knowledge comparisons between the two.
- Priced above the flagship: At $1.50/$7.50 versus Large 3's $0.50/$1.50, routing general work to Medium 3.5 costs more than routing it to a larger model.
- Dense, so no MoE sparsity discount: All 128B parameters activate on every token, which sets a floor on both serving cost and self-hosted memory.
- Thin published benchmark record: Two reported numbers, both first-party, with no independent evaluation cited by Mistral.
- No published knowledge cutoff: Mistral does not state a training data cutoff for Medium 3.5.
- Modified, not standard, MIT: The weights are open, but the license is a modified MIT rather than plain MIT or Apache 2.0. Read the terms before assuming permissive reuse.
- Public preview framing: Mistral's announcement described the model as "available in public preview," so behavior and availability may still shift.
Pricing & Access
API pricing
- Input: $1.50 / MTok
- Output: $7.50 / MTok
By comparison, Mistral Large 3 is $0.50 / MTok input and $1.50 / MTok output.
Access paths
- Mistral API (La Plateforme) —
mistral-medium-3-5-26-04, or themistral-medium-latestalias - Le Chat — including Work mode for complex tasks
- Mistral Vibe — CLI and cloud remote agents, on Pro, Team, and Enterprise plans
- Self-hosted — open weights on Hugging Face under a modified MIT license
Migrating from Medium 3.1
mistral-medium-2508 was marked deprecated on May 22, 2026, with retirement scheduled for August 31, 2026 and Mistral Medium 3.5 named as its replacement. The move brings a 128K → 256K context increase and open weights, but pricing and behavior both differ — re-test prompts rather than assuming a drop-in swap.
Ecosystem & Tools
- Mistral AI Documentation: API reference, model cards, and the deprecation schedule.
- Mistral Models Overview: Live catalog with versions, licenses, and retirement dates.
- Hugging Face: Open weights for Medium 3.5, Large 3, Small 4, Ministral 3, Devstral 2, and Voxtral.
- Mistral Vibe: CLI and cloud remote agents for asynchronous coding sessions, with GitHub, Linear, Jira, Sentry, Slack, and Teams integrations.
- Le Chat: Mistral's assistant interface, including Work mode.
Community & Resources
- Remote agents in Vibe. Powered by Mistral Medium 3.5. - The public announcement, with the SWE-Bench Verified and τ³-Telecom figures
- Mistral Medium 3.5 Model Card - Specs, capabilities, and pricing
- Mistral 3 Announcement - Mistral Large 3 architecture, training, and LMArena placement
- Mistral Large 3 Model Card
- Mistral Models Overview - Includes the legacy-model deprecation and retirement table
- Mistral Changelog - Dated release history
- Mistral Pricing