Mistral is putting a new open-weight model into early access this month without disclosing a single benchmark
CEO Arthur Mensch confirmed a new "fat but sparse" Mixture-of-Experts family for July. He did not confirm its size, its scores, or its license.

Janet Torvalds
July 7, 2026Arthur Mensch, the CEO of Mistral AI, spent part of this week telling people a new model is coming and almost nothing about what it is.
In a LinkedIn essay laying out the company's strategy, Mensch wrote that Mistral has "a very exciting model to come this summer," that it will ship with open weights, and that early access opens in July to partners in research, government, and industry. He paired it with a more honest line: "Today, we do not yet own the best language models, but we've constantly reduced that gap."
That is the announcement. No parameter count. No benchmark numbers. No license terms. No firm release date beyond "this summer." For a company whose open-weight releases have historically punched above its size, that is enough to get the developer community talking. It is not enough to evaluate anything.
What Mistral did say: "fat but sparse"
In a separate post, Mensch described the new family as "fat but sparse." That phrase is not filler. It describes an architecture.
A Mixture-of-Experts (MoE) model splits the network into many specialized sub-networks, called experts, and adds a gating function that routes each incoming token to only a few of them. The model can carry a very large total parameter count while activating just a slice of it on any given token, so the compute per token stays closer to that of a much smaller model. Mistral helped popularize the approach in the open-weight world with its Mixtral models in 2023. Its current flagship, Mistral Large 3, released in late 2025, runs 675 billion total parameters with 41 billion active, under an Apache 2.0 license.
"Fat but sparse" says the new model is bigger in total than Large 3, with the active share kept low. Mensch has not said how much bigger.
The part "sparse" hides
There is a hardware cost buried in the word sparse, and anyone planning to run this model on their own machines should read it carefully. Only a fraction of experts fire per token, but all of the expert weights have to sit in memory at once. The gating network cannot route to an expert that is not loaded, so the full weight set has to be resident before the model knows which experts a token will need.
For Large 3, the 675 billion parameters fit on a single eight-GPU server, but only because those GPUs are high-end enough to hold the whole set in memory together. The bottleneck is memory bandwidth, not raw processing throughput. A model with a higher total parameter count needs a proportionally higher hardware tier. If you are sizing infrastructure for on-premise deployment, size it against the total parameter count, not the smaller active figure that makes the model sound cheap to run. Large 3 generates around 38 tokens per second, slower than lighter models in its class, which is the same memory-bandwidth tax showing up as latency.
Why anyone cares about a French lab's weights
Open weights mean an organization can download the trained model, run it on its own hardware, and fine-tune it without sending requests back to the vendor. Under Apache 2.0, the license Large 3 shipped with, it can also redistribute and use the model commercially without asking Mistral's permission. Meta's Llama models are more widely deployed but ship under a custom license that restricts companies above 700 million monthly active users and forbids using the weights to train competing models. Mistral's terms carry no such carve-outs. OpenAI keeps its frontier models behind an API.
That combination of frontier-class ambition, permissive licensing, and on-premise deployment is why European banks, hospitals, and public-sector buyers watch Mistral more closely than its size would suggest. A company incorporated in France and operating under EU jurisdiction, offering weights that never leave a customer's own infrastructure, answers a data-governance question that a US provider offering "EU data residency" does not: data stored in Frankfurt but governed by US law is still governed by US law.
There is a deadline attached. EU AI Act enforcement powers, including requests for information and model access, take effect August 2, 2026. Mistral has signed the General Purpose AI Code of Practice, along with roughly two dozen other providers including Anthropic, Google, Microsoft, and OpenAI.
The money moved faster than the model
Mistral's annual recurring revenue passed $400 million in early 2026, and Mensch says the company is on track for more than $1 billion by year end. A 1.7 billion euro Series C led by ASML in September 2025 valued it at 11.7 billion euros. TechCrunch reports new fundraising talks above a $23 billion valuation. The company bought the cloud platform Koyeb in February and committed to a 4 billion euro data center buildout across France and Sweden, including a hydropower-backed site in Borlange. Training Large 3 took roughly 3,000 Nvidia H200 GPUs. The new infrastructure is what a larger successor would run on.
The number that is missing
Here is the one that matters. On the Artificial Analysis Intelligence Index, a composite of reasoning, knowledge, math, and coding, Large 3 scores below the median for comparable open-weight non-reasoning models, and proprietary models from Anthropic, Google, and OpenAI lead on the hardest reasoning tests. Mensch's own framing agrees: Mistral does not own the best models yet.
So the question this summer is not whether Mistral will ship an open-weight model. It will. The question is whether the new one closes the benchmark gap or just adds parameters, and that is the thing the announcement does not answer. Early access in July should. Until the numbers land, "a very exciting model" is a claim, not a result.
Sources (5)
- Mistral AI Targets Frontier Gap With Open-Weight Model Entering July Early Accesswww.techtimes.com
- What is Mistral AI? Everything to know about the OpenAI competitortechcrunch.com
- Mistral Large 3 announcementmistral.ai
- Artificial Analysis Intelligence Index: Mistral Large 3artificialanalysis.ai
- Mixture-of-Experts deployment analysisblogs.nvidia.com