← All modelsMODEL CHECK

Can I run Qwen3 Coder Next 80B-A3B?

Qwen3 Coder Next 80B-A3B by Alibaba needs around 64 GB of RAM at the recommended 4-bit quantization (48.5 GB download). Your hardware is checked below β€” instantly, nothing leaves your browser. Expect roughly ~192 tok/s on a Apple M-series Max.

Reading your hardware signals…

Real-world notes

Qwen3 Coder Next 80B-A3B is a coding specialist built as a Mixture-of-Experts, and that architecture is the whole story. It has 80B total parameters but only activates 3B per token, so it runs much faster than its size suggests while still needing memory for the full model. At 4-bit it lands around 48.5 GB, which rules out every consumer GPU: it does not fit on a 24 GB RTX 4090, let alone a 12 GB 3060. The realistic home for it is an Apple Silicon Mac with plenty of unified memory, or a workstation with 64 GB or more of system RAM. Plan around the minimum 64 GB figure, not the active 3B.

In daily use the MoE design pays off. On an Apple M Max it streams at roughly 192 tokens per second, which feels instant for code completion and refactoring, and even pure CPU inference on DDR5 manages about 28 tokens per second, slow but genuinely usable for a model this large. The 256K context window is the headline feature for working across whole repositories, but memory is the catch: at 128K context the total footprint climbs to about 95.8 GB. Keep that in mind before you load a massive codebase, because the KV cache, not the weights, is what will push you over the edge on a 64 GB machine.

Against the dense alternatives in its weight class, like Llama 3.1 70B, this model generally trades raw breadth for coding focus and speed: the MoE routing means it answers faster than a 70B dense model while specialising in code rather than general chat, where the smaller Qwen 3 chat variants are a better fit. Its standout trait is that speed-to-size ratio, getting near-instant generation from an 80B-class model. And the practical bonus is the license: Apache 2.0, so you can use it freely in commercial and production work with no provider-specific restrictions to read through first.

Specifications

Parameters80B (3B active)
Context window256K tokens
ProviderAlibaba
LicenseApache 2.0
Released2026-02
Best forCoding

Size by quantization

QuantizationBits/weightDownloadMin RAMQuality
Q2_K3.3533.5 GB48 GBNoticeable loss
Q4_K_MRecommended4.8548.5 GB64 GBRecommended
Q5_K_M5.6556.5 GB96 GBHigh
Q8_08.585.0 GB128 GBNear-original
F1616160.0 GB256 GBOriginal

Sizes are estimates from parameter count Γ— bits per weight; real GGUF builds vary slightly. Β· Data updated: 2026-06-11 Β· How we calculate these numbers β†’

Memory needed by context length

ContextKV cache (est.)Total memory (Q4)
4K tokens~1.5 GB~50.0 GB
8K tokens~3.0 GB~51.5 GB
32K tokens~11.8 GB~60.3 GB
128K tokens~47.3 GB~95.8 GB

The KV cache grows with context length β€” a model that fits at 4K can run out of memory at 32K. Estimates assume an FP16 cache with grouped-query attention; actual usage varies by runtime.

Estimated speed by hardware

HardwareBandwidth~Speed
NVIDIA RTX 3060 12GB360 GB/sWon't fit in VRAM
NVIDIA RTX 4090 24GB1008 GB/sWon't fit in VRAM
Apple M-series (base)100 GB/s~47 tok/s
Apple M-series Pro270 GB/s~126 tok/s
Apple M-series Max410 GB/s~192 tok/s
CPU only (dual-channel DDR5)60 GB/s~28 tok/s

Token generation is memory-bandwidth bound: tok/s β‰ˆ bandwidth Γ— 0.85 Γ· model size at Q4. Real-world numbers vary by runtime and context length.

Run it locally

The easiest path is Ollama β€” one command and you're chatting:

ollama run qwen3-coder-next

Frequently asked questions

Qwen3 Coder Next 80B-A3B System Requirements β€” Can I Run It Locally?