Stylized Mistral flame as a Mixture-of-Experts network on a dark background

    Mistral 3, Large 3 & Vibe: Why the Latest Update Puts Europe's AI Hope Back in the Game

    8. Juni 20265 min read
    Till Freitag

    TL;DR:Mistral 3 (Dec 2025) brought Large 3 as a 675B MoE under Apache 2.0 back to the top of open weights. Medium 3.5 (May 2026) packs chat, reasoning and code into one 128B model. And Le Chat became Vibe – a remote coding agent built for real async workflows. Europe is relevant in the AI race again."

    Till Freitag

    Quick reality check: where Mistral stood six months ago

    In late 2025 the mood around Mistral was sober. Llama 4, DeepSeek-R1, Qwen3.5 and Kimi K2.5 had carved up the open-weights market. Mistral Large 2 was solid but no longer a frontier model. Le Chat was a decent ChatGPT competitor – without a wow moment.

    If you had asked in spring 2026 whether Europe still had its own frontier lab, you would have gotten a cautious "kind of."

    Six months later it looks different. The reason is a remarkably dense release cadence out of Paris.

    Mistral 3: the December 2025 breakout

    On December 2, 2025, Mistral announced Mistral 3 – shipping four models at once:

    ModelArchitectureParametersLicense
    Mistral Large 3Sparse MoE41B active / 675B totalApache 2.0
    Ministral 3 14BDense14BApache 2.0
    Ministral 3 8BDense8BApache 2.0
    Ministral 3 3BDense3BApache 2.0

    Three things matter here:

    1. Large 3 is Mistral's first Mixture-of-Experts model since Mixtral – and at 675B total parameters it sits right next to DeepSeek and Kimi.
    2. Everything is Apache 2.0 – truly free open weights, not "modified MIT with MAU thresholds" like Llama or Kimi.
    3. Multimodal and multilingual out of the box – 40+ languages natively, including vision. Exactly where US models often stumble on German, French or Italian content.

    Large 3 debuted as #2 in the OSS Non-Reasoning category on LMArena – a comeback nobody priced in back in November. A reasoning variant was announced in parallel.

    Why it's technically interesting

    Mistral co-optimized Large 3 with vLLM, Red Hat and NVIDIA. Concretely:

    • NVFP4 checkpoint out of the box – runs on a single 8×H100 or 8×A100 node via vLLM
    • TensorRT-LLM and SGLang support at launch (not months later)
    • Blackwell-optimized MoE and attention kernels for GB200 NVL72

    For builders: you can self-host Large 3 from day one without waiting for community quantizations. For GDPR-pressured organizations that's gold. (More on quantization formats →)

    Medium 3.5: the new default workhorse (May 2026)

    In May 2026 came the update everyone is talking about: Mistral Medium 3.5.

    SpecValue
    ArchitectureDense
    Parameters128B
    LicenseModified MIT (open weights)
    Self-hostingFrom 4 GPUs
    ModesInstruct + Reasoning + Code in one model
    Reasoning effortConfigurable per request

    The trick: Medium 3.5 fuses three things that used to be separate models – instruction following, reasoning and coding. You pick per request how deeply the model "thinks." Same idea as GPT-5.2 and Claude Opus 4.5, but in a 128B model you can host yourself.

    Real-world performance: Medium 3.5 beats the old Large-2 generation on most coding and agentic benchmarks and gets close to frontier models – at a fraction of the inference cost.

    For our stack: Medium 3.5 is a realistic candidate as the default model for tool-calling agents without handing control to OpenAI or Anthropic.

    Le Chat becomes Vibe: the move that's actually new

    On May 22, 2026 Mistral launched Vibe – and soon after rebranded Le Chat entirely into Vibe. This is more than a rename.

    What Vibe brings technically:

    1. Remote coding agents in the cloud. Start a coding task in the Vibe CLI or chat – the job keeps running in a cloud sandbox even after you close your laptop.
    2. Teleport. Lift a local CLI session into the cloud. The workflow many miss in Cursor and Claude Code.
    3. Work Mode in Le Chat / Vibe. Multi-step tasks with parallel tool use – classic agentic AI, inside the Mistral stack, no MCP duct-tape.
    4. VS Code extension. Vibe ships as a plugin – competing directly with Cursor, Composer 2 and Claude Code in the IDE.

    This is exactly the move that pulls Mistral out of the pure model-provider role and into the tool layer – where the money is being made right now (see the Cursor/Kimi discussion →).

    Where Mistral sits in the stack now

    Cross-referencing our current open-source LLM comparison, the picture is clear:

    Use caseRecommendation
    Frontier open weights on your own infraMistral Large 3 or Kimi K2.5
    Default coding agent (managed)Vibe (Medium 3.5) or Claude
    Self-hosted "workhorse" for tool callingMedium 3.5
    Edge / laptop / on-deviceMinistral 3 8B or Gemma 4
    GDPR-critical EU workloadsMistral stack (EU lab, EU hosting possible)

    That last point isn't trivial. Mistral is the only frontier lab headquartered in the EU. Anyone rolling out AI in regulated sectors (healthcare, public sector, banking) in 2026 should at least have evaluated whether the Mistral line is the politically and legally cleaner path – even if US models still lead on isolated benchmarks.

    What we're actually doing

    At Till Freitag we're running three parallel experiments:

    1. Medium 3.5 as backend for our internal agents. Comparing latency and tool-calling accuracy against Claude Sonnet 4.5 on real monday.com workflows.
    2. Vibe in the toolbox rotation. Our vibe coders test Vibe alongside Cursor and Claude Code – focus on remote sessions for longer refactors.
    3. Large 3 for multilingual content pipelines. Especially DE/FR/IT content where English-centric models often miss the tone.

    Early results are honestly better than I expected. Medium 3.5 in particular holds up surprisingly well in our RevOps use cases.

    What to do now

    1. If you're on Llama or Mixtral today: Test Medium 3.5 – it's the direct upgrade path without an architecture rewrite.
    2. If you use Cursor or Claude Code: Try Vibe for a week. The remote sessions especially are a different workflow.
    3. If you're building a self-hosting stack: Large 3 on vLLM is the cleanest open-weights path right now with a real Apache 2.0 license.
    4. If you handle regulated data in the EU: Mistral belongs on the shortlist from now on.

    Bottom line

    Mistral was filed under "had its moment" in early 2026. With Mistral 3, Medium 3.5 and Vibe the lab is back at the frontier in six months – not on every single benchmark, but in the overall package of open licenses, EU hosting, honestly open models and a serious tool layer.

    The latest update isn't just "pretty good." It's the most important sign of life a European AI lab has shown in years.


    → Open-source LLM comparison: 20+ models → Kimi K2.5 & Cursor: what the Composer 2 move means → GGUF, GGML, Safetensors – formats for local AI → Our AI services at Till Freitag

    TeilenLinkedInWhatsAppE-Mail

    Related Articles

    Visualization of a large pale neural network sphere and a smaller bright sphere in cyan/yellow – the shrinking frontier of open models
    June 8, 20265 min

    Nex-N2-Pro: How the Open-Model Frontier Shrunk 75 % in Six Weeks

    Six weeks ago, DeepSeek-V4-Pro with 1.6 trillion parameters was the largest open-weight model ever released. Today, Nex-

    Read more
    Open-Source LLMs Compared 2026 – 25+ Models You Should KnowDeep Dive
    March 7, 202610 min

    Open-Source LLMs Compared 2026 – 25+ Models You Should Know

    From Llama to Qwen to Gemma 4: all major open-source LLMs at a glance – with GitHub stars, parameters, licenses, and cle

    Read more
    Open-Source LLMs Compared 2026 – 25+ Models You Should KnowDeep Dive
    March 7, 20269 min

    Open-Source LLMs Compared 2026 – 25+ Models You Should Know

    From Llama to Qwen to Gemma 4: Every major open-source LLM at a glance – with GitHub stars, parameters, licenses, and cl

    Read more
    GLM-5.2 vs. Kimi K2.7 Code – split-screen illustration with Z-letter mark and crescent moon symbol
    June 21, 20267 min

    GLM-5.2 vs. Kimi K2.7 Code: Two Open-Weight Releases in One Week – Two Very Different Bets

    Within four days in June 2026, Z.ai (GLM-5.2) and Moonshot AI (Kimi K2.7 Code) shipped their next-generation open-weight

    Read more
    Visualization of Kimi K2.6 long-horizon agents: a Moonshot crescent symbol alongside distributed sub-agent nodes over a coordination gridDeep Dive
    April 21, 20268 min

    Kimi K2.6: The Most Interesting AI Optimization in 2026 Isn't Intelligence – It's Duration

    Moonshot AI open-sourced Kimi K2.6 yesterday. 1 trillion parameters, 300 sub-agents, 13 hours of autonomous code refacto

    Read more
    Kimi K2.5: The Chinese Open-Weight Model Behind Cursor's Composer 2
    March 26, 20265 min

    Kimi K2.5: The Chinese Open-Weight Model Behind Cursor's Composer 2

    Cursor's Composer 2 is secretly built on Moonshot AI's Kimi K2.5 – a 1 trillion parameter open-weight model from Beijing

    Read more
    Gemma 4 12B Coder running locally on a developer laptop – code symbols streaming from a 12B chip
    June 15, 20264 min

    Gemma 4 12B Coder: Local Code Generation Becomes the Default

    Google ships the Gemma 4 12B Coder — the specialized coding variant of the Gemma 4 stack. 12B parameters in GGUF format,

    Read more
    Geopolitical AI landscape between western and eastern technologyDeep Dive
    April 13, 20268 min

    China's AI Offensive: From Hunter Alpha to DeepSeek V4 on Huawei Chips

    An anonymous 1T model, a DeepSeek mix-up, and the reveal that Xiaomi was behind it. Meanwhile, DeepSeek V4 on Huawei chi

    Read more
    Gemma 4 AI model running on a compact mini PC – frontier intelligence goes local
    April 6, 20264 min

    Gemma 4: Frontier Intelligence Goes Laptop-Sized – The Hype Is Real

    Google's Gemma 4 delivers GPT-4 level intelligence in 14 GB. 85 tokens per second on consumer hardware, 256K context, na

    Read more