← AI Hashrate 中文

Mistral

Mistral · 4 models

Mistral's catalog spans the classic 7B v0.3, the Devstral 2 24B coding model, and the 119B/128B Small 4 / Medium 3.5 flagships at 256K context. Mix of Apache-2.0 and Modified MIT licenses.

Mistral AI is the French lab that turned "small but mighty" into a brand. Its open-weight catalog now stretches from the classic Mistral 7B — still one of the most fine-tuned models in the community — up to the 119B Mistral Small 4 and 128B Mistral Medium 3.5 flagships, both pushing 256K context windows. Along the way it picked up Devstral 2, a 24B model aimed squarely at coding agents.

For local inference the family is friendly to plan around: everything ships as GGUF, most of the line is Apache-2.0, and the two big models split neatly into "one big MoE that idles cheap" and "one dense heavyweight that wants serious VRAM." Below we size each model for Q4 at 8K context using our standard formula: Q4 VRAM ≈ q4_gb + 0.025 × active_b × 8 + 1 GB of overhead.

Size ladder

What makes the family interesting

MoE where it matters. Mistral Small 4 is the standout for homelab builders: MoE inference cost is driven by the 6.5B active parameters, not the 119B total, so tok/s lands in single-GPU-friendly territory — you pay in VRAM, not in speed. The KV cache term also keys off active parameters, which keeps long-context costs modest relative to a dense model of the same total size.

256K context on the 2026 models. Devstral 2, Small 4, and Medium 3.5 all ship 256K context. Be aware that our 8K estimates above are the shopping baseline; at much longer contexts the KV cache grows linearly and can add tens of GB on the dense Medium 3.5. Budget headroom if long documents are your use case.

Licensing is mostly permissive, with one exception. 7B v0.3, Devstral 2, and Small 4 are Apache-2.0 — do what you want. Medium 3.5 uses a Modified MIT license; read it before building a product on top.

Which one should you pick

If you can only buy one GPU tier for Mistral in 2026, 96GB is the value king — it unlocks Small 4, the model where Mistral's MoE engineering pays off most at home.

Links

Models in this family

4 models in the Mistral family, grouped by series. Q4 (GB) is weights-only; total VRAM adds KV cache and overhead — the fit check links compute it for a representative retail GPU at 8K context.

Mistral 7B

ModelParams (B)Ctx (K)Q4 (GB)LicenseFit check
Mistral-7B-Instruct-v0.37.2324.0Apache 2.0on Arc B570 10GB

Mistral Small 4

ModelParams (B)Ctx (K)Q4 (GB)LicenseFit check
Mistral-Small-4-119B-2603119.025665.45apache-2.0on Mac Studio M3 Ultra 96GB

Mistral Medium 3.5

ModelParams (B)Ctx (K)Q4 (GB)LicenseFit check
Mistral-Medium-3.5-128B128.025670.4Modified MITon MacBook Pro M3 Max 128GB

Devstral 2

ModelParams (B)Ctx (K)Q4 (GB)LicenseFit check
Devstral-Small-2-24B-Instruct-251224.025613.2apache-2.0on RX 7900 XT 20GB