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.
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.
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.
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Mistral-7B-Instruct-v0.3 | 7.2 | 32 | 4.0 | Apache 2.0 | on Arc B570 10GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Mistral-Small-4-119B-2603 | 119.0 | 256 | 65.45 | apache-2.0 | on Mac Studio M3 Ultra 96GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Mistral-Medium-3.5-128B | 128.0 | 256 | 70.4 | Modified MIT | on MacBook Pro M3 Max 128GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Devstral-Small-2-24B-Instruct-2512 | 24.0 | 256 | 13.2 | apache-2.0 | on RX 7900 XT 20GB |