Model Spend Arena2ND ED.
31B · MoE · 262,144 ctx · 2026-08-14

Qwen3-Coder 30B A3B

Runs on ≤32 GB · Hugging Face ↗

llama.cppvLLMLM Studio

Not independently scored by Artificial Analysis

A Mixture-of-Experts coder — 30B total but only ~3B active per token, so it runs faster than its size suggests while all experts must still sit in VRAM. Purpose-built for agentic / tool-use coding.

First-party test · not the AA coding index

HumanEval pass@1 98% (39/40), via OpenRouter. Measured by us on this hardware, as a rough sanity check — HumanEval is a different, easier, partly-contaminated benchmark than Artificial Analysis’ composite, so it is not comparable to the coding-index column.

First-party test · not the AA coding index

BigCodeBench-Hard pass@1 42% (14/33), via OpenRouter (also runs locally). The brutal counterpart to HumanEval — where HumanEval saturates near the top, BCB-Hard spreads the field, so this is the number that actually separates coding ability.

First-party measurement

~40 tok/s on RTX 4060 Ti, measured by us. Q4_K_M on an RTX 4060 Ti; 18 GB spills past 16 GB so it partly offloads, but the A3B MoE keeps it fast.

Sizes on disk

Real GGUF file sizes = weight VRAM. Add the KV cache for your context (≈3 GB at 32K, fp16).

QuantizationSize
Q3_K_M14.7 GB
IQ4_XS16.4 GB
Q4_017.4 GB
Q4_K_S17.5 GB
Q417.7 GB
Q4_K_M18.6 GB
Q4_119.2 GB
Q5_K_M21.7 GB
Q8_032.5 GB
Q2_K34.4 GB
Q836.0 GB
Q6_K51.4 GB
BF1661.1 GB

Config tips

All 30B of experts load into VRAM (~19 GB at Q4) even though only 3B compute — budget for the full size, not the active params. Use YaRN for context beyond its native window. Pairs well with an agent harness (opencode, Cline).