DEV Community

Damien Gallagher
Damien Gallagher

Posted on • Originally published at buildrlab.com

Mistral Medium 3.5 is an open-weights coding and agent model with a 256k context window

Mistral Medium 3.5 is an open-weights coding and agent model with a 256k context window

Mistral just made the local/open model race more interesting. Mistral Medium 3.5 is now in public preview, and the important bit is not just another benchmark bump — it is a 128B dense model, released as open weights under a modified MIT license, aimed directly at coding agents, tool use, and long-context work.

For builders, that puts it in the awkward-but-useful middle ground: too big for a laptop, but potentially very attractive for teams that want frontier-ish coding/agent behaviour without handing every repo, prompt, and trace to a closed hosted model.

What Mistral announced

Mistral says Medium 3.5 combines instruction following, reasoning, and coding in one model, with:

  • 128B dense parameters
  • 256k context window
  • Open weights, under a modified MIT license
  • Configurable reasoning effort per request
  • A vision encoder trained from scratch for variable image sizes and aspect ratios
  • Reported 77.6% on SWE-bench Verified
  • Reported 91.4 on τ³-Telecom, a tool/agent benchmark
  • Self-hosting possible on as few as four GPUs, according to Mistral

The same launch also ties Medium 3.5 into Mistral Vibe, the company’s agent product for long-running coding work. Vibe can now run remote cloud sessions, start tasks from the CLI or Le Chat, and “teleport” a local CLI session up to the cloud so the job keeps running while you step away.

Mistral is also previewing a Work mode in Le Chat for multi-step research, analysis, and cross-tool tasks. That is the same strategic move everyone is making right now: the chat UI is becoming an agent runner, not just a place to ask questions.

Why this matters

The headline for engineering teams is optionality.

If Medium 3.5 performs close to Mistral’s claims in real coding workloads, it gives teams another serious path between “use a closed API for everything” and “run smaller open models that fall apart on longer agent traces.” A 256k context window is especially relevant for codebases, logs, design docs, and multi-file refactors where the agent needs more than a few snippets to stay useful.

The open-weights angle matters too. Regulated companies, infrastructure-heavy startups, and teams with sensitive repos are still looking for models they can evaluate, host, fine-tune, or at least keep closer to their own environment. Four GPUs is not cheap, but it is inside the range of what a serious platform team can budget for if the model replaces enough external usage or unlocks private-agent workflows.

The Vibe integration is also worth watching. Cursor, Claude Code, Codex-style CLIs, and remote software agents are all converging on the same workflow: start a job locally, let it run somewhere durable, review the diff when it is done. Mistral clearly wants Medium 3.5 to be the model behind that loop.

The caveats

Public-preview launches always need real-world testing. SWE-bench is useful, but it does not tell you how the model behaves on your stack, your test suite, your weird monorepo, or your production constraints. The “modified MIT” license also deserves a proper read before anyone builds a commercial workflow around the weights.

The practical question is not “does it beat every closed model?” It is: is it good enough, controllable enough, and economical enough to run closer to your code and data? That is where Medium 3.5 could be genuinely useful.

Sources

Top comments (0)