0xSero · text · mixture of experts

Qwen3.5-28B

0xSero/Qwen3.5-28B

Qwen3.5-28B at I1-IQ1_S is exactly 6,192,747,456 bytes (5.77 GiB / 6.19 GB) — an effective 1.727 bits per weight, not the nominal 1. Its KV cache at 32K is 0.63 GiB.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S5.77 GiB6,192,747,4561.727mradermacher
I1-IQ1_M6.33 GiB6,801,169,3441.897mradermacher
I1-IQ2_XXS7.28 GiB7,815,205,8242.179mradermacher
I1-IQ2_XS8.04 GiB8,629,056,4482.406mradermacher
I1-IQ2_S8.16 GiB8,758,211,5202.442mradermacher
I1-IQ2_M8.91 GiB9,569,440,7042.669mradermacher
I1-Q2_K_S9.28 GiB9,967,045,5682.780mradermacher
I1-Q2_K9.87 GiB10,599,959,4882.956mradermacher
I1-IQ3_XXS10.38 GiB11,150,431,1683.110mradermacher
I1-IQ3_XS11.05 GiB11,860,411,3283.308mradermacher
I1-Q3_K_S11.56 GiB12,408,046,5283.460mradermacher
I1-IQ3_S11.62 GiB12,476,285,8883.479mradermacher
I1-IQ3_M11.76 GiB12,630,868,9283.523mradermacher
I1-Q3_K_M12.75 GiB13,693,158,3363.819mradermacher
I1-Q3_K_L13.77 GiB14,789,706,6884.125mradermacher
I1-IQ4_XS14.25 GiB15,302,884,2884.268mradermacher
I1-Q4_015.05 GiB16,156,122,0484.506mradermacher
I1-Q4_K_S15.12 GiB16,230,046,6564.526mradermacher
I1-Q4_K_M16.08 GiB17,264,581,5684.815mradermacher
I1-Q4_116.60 GiB17,820,654,5284.970mradermacher
I1-Q5_K_S18.21 GiB19,552,689,0885.453mradermacher
I1-Q5_K_M18.77 GiB20,158,487,4885.622mradermacher
I1-Q6_K21.64 GiB23,233,262,5286.479mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.08 GiB0.31 GiB4.00×10 / 0 / 30
8,1920.16 GiB0.63 GiB4.00×10 / 0 / 30
16,3840.31 GiB1.25 GiB4.00×10 / 0 / 30
32,7680.63 GiB2.50 GiB4.00×10 / 0 / 30
65,5361.25 GiB5.00 GiB4.00×10 / 0 / 30
131,0722.50 GiB10.00 GiB4.00×10 / 0 / 30

30 of 40 layers use linear attention, which keeps a fixed-size recurrent state instead of a per-token cache. Those layers do not grow with context at all — treating them as ordinary attention, as a flat formula does, overstates this model's cache by roughly 4.0× at long context.

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 I1-IQ1_S at roughly 15.03 GiB. The real file is 5.77 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
40
Attention heads
16
KV heads
2
Head dim
256
Hidden size
2048
Vocab
248,320
Sliding window
none
SWA period
MLA
no
Experts
205
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does Qwen3.5-28B need?
I1-IQ1_S is exactly 6,192,747,456 bytes (5.77 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.5-28B's KV cache?
0.63 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.5-28B a mixture-of-experts model?
Yes — 205 experts, 8 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.5-28B 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.