Written by Jakub Rusinowski · Last updated February 5, 2026
Model library → Qwen3-Coder → Qwen3-Coder 80B-A3B (MoE)
Efficiency flagship. 80B total with only 3B active parameters per forward pass. Scores 76.4 on SWE-bench Pro — comparable to Claude Sonnet 4.5 — while staying light enough to self-host on a single high-VRAM card. Beats DeepSeek V3.2 on most coding benchmarks.
Qwen3-Coder 80B-A3B (MoE) needs about 49 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 80 Billion (3B active) |
| Context window | 128,000 |
| Architecture | MoE |
| Provider | Alibaba Cloud |
| Licence | Apache 2.0 |
| Specified at | Q4_K_M |
| System RAM | 32 GB |
| Record updated | 2026-02-05 |
Apache-2.0 — commercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.
Modelled on a reference NVIDIA RTX 4090 (24 GB), with no KV cache (this record has no published architecture). Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 26.3 GB | 27.1 GB | ~29 tok/s (est.) | Offloads to system RAM (slow) |
| Q3_K_M | 34.1 GB | 34.9 GB | ~27 tok/s (est.) | Offloads to system RAM (slow) |
| Q4_K_M | 48.3 GB | 49.1 GB | ~24 tok/s (est.) | Offloads to system RAM (slow) |
| Q5_K_M | 56.7 GB | 57.5 GB | — | Won't fit |
| Q6_K | 65.6 GB | 66.4 GB | — | Won't fit |
| Q8_0 | 85.0 GB | 85.8 GB | — | Won't fit |
| F16 | 160.0 GB | 160.8 GB | — | Won't fit |
Want the memory numbers alone, at every quantization level and your own context length? Use the Qwen3-Coder 80B-A3B (MoE) VRAM calculator.
or compare on Vast.ai from $0.77/hr (typical low · varies)
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs Qwen3-Coder 80B-A3B (MoE) is the Apple M5 Pro (64 GB).
Install Ollama, then run:
ollama run qwen3-coder:80b-a3b-q4
Weights on Hugging Face: Qwen/Qwen3-Coder-80B-A3B-Instruct.
Best for: coding, agents, swe bench, repo tasks.
← All Qwen3-Coder models | VRAM calculator | Check your own hardware