MiniMax's open-weight entries are two large MoEs: the 229B M2.7 (200K context) and the 428B M3 (1M context). Both use MiniMax's own community licenses rather than OSI terms.
MiniMax is a Chinese AI lab whose open-weight releases target one specific niche: very large Mixture-of-Experts (MoE) models that pair huge total parameter counts with small active-parameter counts, plus extremely long context windows. The family on AI Hashrate has two members: MiniMax-M2.7 (229B total, 10B active, 200K context) and MiniMax-M3 (428B total, 23B active, 1M context). Both are community favorites for agent and coding workloads, with million-plus Hugging Face downloads — but their weight size alone puts them beyond any ordinary gaming GPU. Here is what running them locally actually takes.
All VRAM figures below use our standard estimator: Q4 weights + KV cache at 8K context + 1 GB runtime overhead. Each model page shows the full 4K–32K matrix.
MoE economics. M2.7 stores 229B parameters but activates only about 10B per token (256 experts, 8 per token), so decode speed is closer to a 10B-class dense model than to anything its file size suggests. M3 activates 23B per token (128 experts, 4 per token) — heavier per token, but remarkably light for a 428B model. This is the family's whole pitch: flagship-tier knowledge at mid-tier compute cost per token.
Long context — and what it costs. The KV cache grows linearly with context length. On our estimator M2.7 adds ≈0.25 GB per 1K tokens, so its full 200K window means roughly +50 GB on top of the 8K baseline. M3 adds ≈0.58 GB per 1K tokens; running its full 1M context locally would demand ≈589 GB of KV cache alone. In practice, run M3 at 32K–128K and you still get a context window most workloads never exhaust.
Licensing. Both models ship under MiniMax's own licenses (MiniMax License for M2.7, MiniMax Community License for M3) rather than OSI-approved terms. Read the terms before any commercial deployment.
If you must pick one: M2.7 for most local rigs, because 192GB-class hardware can already run it at full Q4 quality; M3 only if you own 256GB+ of VRAM, or you genuinely need the 1M context and can tolerate Q2.
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| MiniMax-M2.7 | 228.7 | 200 | 125.8 | MiniMax License | on Mac Studio M2 Ultra 192GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| MiniMax-M3 | 428.0 | 1024 | 235.4 | minimax-community | — |