Qwen · text · mixture of experts

Qwen3-Coder-Next

Qwen/Qwen3-Coder-Next

Qwen3-Coder-Next at Q4_K_M is exactly 48,487,031,968 bytes (45.16 GiB / 48.49 GB) — an effective 4.869 bits per weight, not the nominal 4. Its KV cache at 32K is 3.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
79.7B
total, not active
Architecture
qwen3next
48 layers
Context
262,144
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_S15.44 GiB16,582,639,2961.665bartowski
IQ1_M16.11 GiB17,302,421,1841.737bartowski
UD-TQ1_017.64 GiB18,941,835,2961.902unsloth
IQ2_XXS17.97 GiB19,298,975,4241.938bartowski
UD-IQ1_S20.03 GiB21,508,749,3442.160unsloth
UD-IQ1_M20.21 GiB21,701,693,4402.179unsloth
IQ2_XS20.69 GiB22,217,424,5762.231bartowski
UD-IQ2_XXS21.71 GiB23,312,490,4962.341unsloth
IQ2_S21.76 GiB23,368,906,4322.346bartowski
UD-IQ2_M23.25 GiB24,962,293,7602.506unsloth
IQ2_M24.31 GiB26,098,611,9042.620bartowski
Q2_K26.23 GiB28,167,608,0002.828bartowski
Q2_K_L26.52 GiB28,471,480,0002.859bartowski
UD-IQ3_XXS26.53 GiB28,482,506,7522.860unsloth
Q2_K27.22 GiB29,224,450,0802.934unsloth
Q2_K_L27.29 GiB29,297,379,3602.942unsloth
UD-IQ3_S27.65 GiB29,690,687,4882.981unsloth
IQ3_XXS29.55 GiB31,726,712,5123.186bartowski
IQ3_XS30.76 GiB33,031,048,8963.317bartowski
UD-Q3_K_S31.03 GiB33,320,267,7763.346unsloth
Q3_K_S32.23 GiB34,603,089,9523.474unsloth
Q3_K_S32.47 GiB34,864,221,8883.501bartowski
UD-Q3_K_M33.47 GiB35,937,513,4723.608unsloth
IQ3_M34.13 GiB36,643,917,5043.679bartowski
Q3_K_M34.14 GiB36,655,713,9843.681843bartowski
Q3_K_L35.60 GiB38,227,005,1203.838bartowski
Q3_K_M35.69 GiB38,322,487,3283.848843unsloth
UD-IQ4_XS35.79 GiB38,429,272,0643.859unsloth
UD-IQ4_NL36.54 GiB39,234,725,8883.939unsloth
IQ4_XS39.75 GiB42,676,135,9684.285843unsloth
IQ4_XS39.91 GiB42,848,224,9604.302843bartowski
IQ4_NL42.03 GiB45,130,344,4804.532unsloth
IQ4_NL42.20 GiB45,310,830,2724.550bartowski
Q4_042.22 GiB45,330,098,2084.551843unsloth
Q4_K_S42.40 GiB45,531,949,0884.572unsloth
UD-Q4_K_S42.92 GiB46,079,830,0164.627unsloth
Q4_042.93 GiB46,099,621,5684.629843bartowski
Q4_K_S43.71 GiB46,930,880,1924.712bartowski
Q4_K_M45.16 GiB48,487,031,9684.869843lmstudio-community
Q4_K_M45.20 GiB48,528,320,5444.873843unsloth

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.38 GiB0.38 GiB48 / 0 / 0
8,1920.75 GiB0.75 GiB48 / 0 / 0
16,3841.50 GiB1.50 GiB48 / 0 / 0
32,7683.00 GiB3.00 GiB48 / 0 / 0
65,5366.00 GiB6.00 GiB48 / 0 / 0
131,07212.00 GiB12.00 GiB48 / 0 / 0

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 41.74 GiB. The real file is 45.16 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
48
Attention heads
16
KV heads
2
Head dim
256
Hidden size
2048
Vocab
151,936
Sliding window
none
SWA period
MLA
no
Experts
512
Experts per token
10
use_sliding_window
false

Questions people ask

How much VRAM does Qwen3-Coder-Next need?
Q4_K_M is exactly 48,487,031,968 bytes (45.16 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Qwen3-Coder-Next's KV cache?
3.00 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Is Qwen3-Coder-Next a mixture-of-experts model?
Yes — 512 experts, 10 routed per token. Every expert must be resident, but only the routed ones are read per token, which is why its memory requirement and its speed behave very differently.
Which quantization of Qwen3-Coder-Next should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.