GPUs tracked41Price history3 dayssince Sep 3, 2026Price points (24h)11,753 pointsBiggest 24h dropBiggest 24h riseData updated Sep 5, 2026

How Much VRAM Does Qwen3.8 Flash Next Need to Run Locally?

See devices that run it

Qwen3.8 Flash Next is a MoE model with 176B total parameters and 6B active per token. At Q4 it needs 100GB of VRAM to sit entirely on the GPU; with experts offloaded to system RAM it needs only 4GB of VRAM plus 97GB of RAM. The cheapest device that holds it is the DGX Spark 128GB, with no used-price data yet, at roughly 44.7 tokens/s. In offload mode the cheapest card that runs it is the GeForce RTX 2080 Ti, at roughly 21 tokens/s.

Qwen3.8 Flash Next details

Launch dateAug 24, 2026
Hugging Face repoQwen/Qwen3.8-Flash-Next
Revision
ArchitectureMoE
Ollama tag
Min VRAM at Q4100 GB · Q4_K_M · 8K
Experts offloaded4 GB VRAM + 97 GB RAM
Parameters176B
MoE6B
Layers48
Hidden size2,560
KV heads2
Head dim256
Max context256K
VendorAlibaba

VRAM needed for Qwen3.8 Flash Next by quantization and context

Total at 8K

MoE: all 176B parameters must stay resident in memory, while speed is set by the 6B active per token.

QuantizationWeightsGBTotal at 8KGBTotal at 32KGBTotal at 128KGB
1-bit74.5GGUF42.543.145.3
2-bit78.9GGUF66.667.269.4
3-bit90GGUF85.586.188.3
4-bit111.3GGUF99.399.9102.1
5-bit158.3GGUF119.9120.5122.8
8-bit188.2GGUF183.6184.2186.4
FP16354GGUF345.4346348.2

Total = weights + KV cache (FP16) + 1GB runtime overhead. Weights marked GGUF are measured file sizes from the repository; the rest are estimated from bytes per parameter. Contexts beyond this model's 256K limit show a dash. Each tier takes whichever file of that bit width the repository has, preferring unsloth dynamic quants, so the exact file name varies by model.

Which GPUs can run Qwen3.8 Flash Next?

Q4_K_M · 8K context · sorted by eBay used price
DeviceVRAMGBUsed priceEst. t/sSuggested context
DGX Spark 128GB128No listings44.7128K
Mac Studio M4 Max 128GB128No listings63.7128K
Mac Studio M5 Max 128GB128No listings69.4128K
MacBook Pro M4 Max 128GB128No listings63.7128K
MacBook Pro M5 Max 128GB128No listings69.4128K
Ryzen AI Max+ 395 128GB128No listings31.8128K
Mac Studio M3 Ultra 512GB512No listings84.7128K

Fits when weights + KV cache + runtime overhead is at or below usable memory, single card. "Offload" on MoE models means it runs with expert weights in system RAM (only attention layers and KV cache stay in VRAM); that speed assumes 70 GB/s RAM bandwidth. The context column is the largest tier that fits.

GPUs that run Qwen3.8 Flash Next with experts offloaded to RAM

Expert weights live in system RAM (needs at least 97 GB); VRAM holds only attention layers, shared experts and the KV cache, at least 4 GB at Q4. Speed is bound by RAM bandwidth (estimated at 70 GB/s) and is far slower than a full-VRAM setup.

Run Qwen3.8 Flash Next with Ollama, llama.cpp or vLLM

Ollama

The Ollama library has no official tag for it yet.

llama.cpp

llama.cpp pulls the GGUF straight from Hugging Face; -c sets the context length.

llama-server -hf unsloth/Qwen3.8-Flash-Next-GGUF:Q4_K_M -c 8192
vLLM

vLLM serves the original-precision weights, which needs far more memory than GGUF and usually more than one GPU.

vllm serve Qwen/Qwen3.8-Flash-Next

File names follow that week's model-library snapshot; the definitions are in the methodology. Methodology

FAQ

How much VRAM does Qwen3.8 Flash Next need?

At Q4_K_M with an 8K context Qwen3.8 Flash Next needs about 100GB of VRAM; 120GB leaves comfortable headroom.

What is the cheapest GPU that runs Qwen3.8 Flash Next?

The DGX Spark 128GB: 128GB of VRAM at roughly 44.7 tokens/s. We have no used-price data for it yet.

Can you run Qwen3.8 Flash Next with Ollama?

Not yet: the Ollama library has no official tag for it. You can load the GGUF with llama.cpp instead.