Magic Tools
LLM VRAM Calculator (all models)

Can You Run Qwen3.8-Flash-Next (180B MoE)? VRAM Requirements

Qwen3.8-Flash-Next (180B MoE) has 180B total parameters (MoE, 6B active per token). Running it at Q4_K_M (GGUF) with 16K context takes roughly 111 GB of memory (102 GB weights + 0.4 GB KV cache + runtime overhead). The minimum viable hardware is about Mac 128GB unified. All numbers are planning estimates, verified 2026-09-05.

⚠ Some architecture details of this model are estimated — treat results as ballpark figures.

VRAM by quantization (16K context)

QuantizationWeightsTotal neededMinimum hardware
FP16 / BF16335 GB362 GBMac M3 Ultra 512GB
FP8168 GB181 GBMac M3 Ultra 512GB
Q8_0 (GGUF)178 GB192 GBMac M3 Ultra 512GB
Q6_K (GGUF)137 GB149 GBAMD MI300X 192GB
Q5_K_M (GGUF)119 GB129 GBH200 141GB
MXFP488.8 GB96.3 GBMac 128GB unified
NVFP488.8 GB96.3 GBMac 128GB unified
Q4_K_M (GGUF)recommended102 GB111 GBMac 128GB unified
Q3_K_M (GGUF)78.8 GB85.5 GBMac 128GB unified
Q2_K (GGUF)58.7 GB63.7 GBA100 / H100 80GB

How context length changes memory (Q4_K_M (GGUF))

ContextKV cacheTotal needed
4K0.1 GB111 GB
16K0.4 GB111 GB
64K1.5 GB112 GB
128K3.0 GB113 GB
256K6.0 GB116 GB

KV cache grows linearly with context; FP8 KV cache halves it again (try it in the calculator below).

Customize the estimate

Back

LLM VRAM Calculator — Can I Run It?

Estimate how much GPU memory (VRAM) you need to run open-weight LLMs like Kimi K3, DeepSeek R1, Qwen3, or Llama locally. Pick a model, quantization, and context length — the calculator adds up weights, KV cache, and runtime overhead, then shows which GPUs or Macs can fit it. Runs entirely in your browser: no upload, no signup.

180B total params · 6B active (MoE) · max 256K context · specs partially estimated

Recommended balance · ~0.61 bytes/param

Estimated memory needed

113 GB

Model weights102 GB
KV cache (131,072 tokens)3.0 GB
Runtime overhead8.2 GB

Architecture details for this model are estimated — treat results as a ballpark.

Will it fit?

RTX 3060 12GB11× needed
RTX 4060 Ti 16GB8× needed
RTX 3090 / 4090 24GB6× needed
RTX 5090 32GB4× needed
A100 40GB4× needed
A100 / H100 80GB2× needed
H200 141GB✓ fits
AMD MI300X 192GB✓ fits
B200 192GB✓ fits
Mac 24GB unified✗ too big
Mac 36GB unified✗ too big
Mac 64GB unified✗ too big
Mac 128GB unified✓ fits
Mac M3 Ultra 512GB✓ fits

Assumes ~92% of device memory is usable. Multi-GPU counts are for tensor/pipeline parallel serving (vLLM, SGLang); Apple Silicon uses unified memory via llama.cpp or MLX.

FAQ

How much VRAM does Qwen3.8-Flash-Next (180B MoE) need?

About 111 GB at the recommended Q4_K_M (GGUF) quantization with 16K context: 102 GB for weights, 0.4 GB for KV cache, plus runtime overhead. Longer context grows the KV cache.

What is the minimum hardware for Qwen3.8-Flash-Next (180B MoE)?

Roughly Mac 128GB unified, assuming 92% of device memory is usable. Lower-end setups can try more aggressive quantization (Q3/Q2) at a noticeable quality cost.

Can I run Qwen3.8-Flash-Next (180B MoE) on a Mac?

Yes. At Q4_K_M (GGUF) with 16K context it needs about 111 GB, which fits the unified memory of a Mac M3 Ultra 512GB via llama.cpp or MLX.

Which quantization should I use for Qwen3.8-Flash-Next (180B MoE)?

Q4_K_M is the recommended balance of size and quality; with headroom, Q6_K or Q8_0 reduce quality loss further.

VRAM requirements for other models