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 2.4T A95B Need to Run Locally?

See devices that run it

Qwen3.8 2.4T A95B is a MoE model with 2,446B total parameters and 95B active per token. At Q4 it needs 1,366GB of VRAM to sit entirely on the GPU; with experts offloaded to system RAM it needs only 30GB of VRAM plus 1,337GB of RAM. No single card in the database fits it; it needs multiple GPUs or the unified memory of a Mac Studio. In offload mode the cheapest card that runs it is the Arc Pro B65, at roughly 2 tokens/s.

Qwen3.8 2.4T A95B details

Launch dateAug 8, 2026
Hugging Face repoQwen/Qwen3.8-2.4T-A95B
Revision
ArchitectureMoE
Ollama tag
Min VRAM at Q41,366 GB · Q4_K_M · 8K
Experts offloaded30 GB VRAM + 1,337 GB RAM
Parameters2,446B
MoE95B
Layers92
Hidden size8,192
KV heads4
Head dim256
Max context256K
VendorAlibaba

VRAM needed for Qwen3.8 2.4T A95B by quantization and context

Total at 8K

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

QuantizationWeightsGBTotal at 8KGBTotal at 32KGBTotal at 128KGB
1-bit564GGUF575.8577.9586.6
2-bit730.7GGUF910.6912.8921.4
3-bit955.5GGUF1,173.81,175.91,184.5
4-bit1,310.9GGUF1,365.11,367.31,375.9
5-bit1,650.4est.1,652.11,654.31,662.9
8-bit2,600.2GGUF2,537.12,539.32,547.9
FP164,893.2GGUF4,785.64,787.74,796.3

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 2.4T A95B?

Q4_K_M · 8K context · sorted by eBay used price

No single card in the database fits Qwen3.8 2.4T A95B: it needs at least 1,366GB of VRAM at Q4_K_M with an 8K context.

A multi-GPU build needs at least 1,366GB of VRAM in total.

None of the unified-memory machines in the database fit it either.

GPUs that run Qwen3.8 2.4T A95B with experts offloaded to RAM

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

DeviceVRAMGBUsed priceRAM neededGBEst. t/s
Arc Pro B65321,3371.5
Arc Pro B70321,3371.5
GeForce RTX 4080 SUPER 32GB (modded)321,3371.7
GeForce RTX 5090321,3371.8
GeForce RTX 5090 D321,3371.8
Instinct MI100321,3371.7
Radeon AI PRO R9700321,3371.6
Radeon PRO W7800321,3371.5
RTX PRO 4500 Blackwell321,3371.7
Tesla V100 32GB321,3371.7
A100 40GB PCIe401,3371.7
CMP 170HX 40GB (modded)401,3371.7
GeForce RTX 4090 48GB (modded)481,3371.7
Radeon PRO W7900481,3371.6
RTX PRO 5000 Blackwell 48GB481,3371.7
CMP 170HX 64GB (modded)641,3371.7
Instinct MI210641,3371.7
RTX PRO 5000 Blackwell 72GB721,3371.7
RTX PRO 6000D841,3371.7
RTX PRO 6000 Blackwell961,3371.8
DGX Spark 128GB1281,3371.4
Mac Studio M4 Max 128GB1281,3371.6
Mac Studio M5 Max 128GB1281,3371.6
MacBook Pro M4 Max 128GB1281,3371.6
MacBook Pro M5 Max 128GB1281,3371.6
Ryzen AI Max+ 395 128GB1281,3371.3
Mac Studio M3 Ultra 512GB5121,3371.6

Run Qwen3.8 2.4T A95B 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-2.4T-A95B-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-2.4T-A95B

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

FAQ

How much VRAM does Qwen3.8 2.4T A95B need?

At Q4_K_M with an 8K context Qwen3.8 2.4T A95B needs about 1,366GB of VRAM; 1,640GB leaves comfortable headroom.

What is the cheapest GPU that runs Qwen3.8 2.4T A95B?

No single card in the database fits Qwen3.8 2.4T A95B; it needs multiple GPUs or a Mac Studio's unified memory.

Can you run Qwen3.8 2.4T A95B with Ollama?

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