Qwen · vision language

Qwen3.5-0.8B

Qwen/Qwen3.5-0.8B

Qwen3.5-0.8B at Q4_K_M is exactly 527,502,816 bytes (0.49 GiB / 0.53 GB) — an effective 4.832 bits per weight, not the nominal 4. Its KV cache at 32K is 0.38 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
873M
Architecture
qwen35
24 layers
Context
262,144
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
UD-IQ2_XXS0.31 GiB338,227,4563.098unsloth
UD-IQ2_M0.35 GiB371,933,4403.407unsloth
UD-IQ3_XXS0.37 GiB398,237,9523.647unsloth
IQ2_M0.37 GiB398,560,3523.651bartowski
Q3_K_S0.41 GiB440,750,3364.037unsloth
IQ3_XXS0.42 GiB454,306,9124.161bartowski
Q2_K0.43 GiB464,231,5204.252bartowski
Q3_K_M0.44 GiB470,167,8084.306320unsloth
IQ4_XS0.46 GiB492,605,6964.512320unsloth
IQ3_XS0.46 GiB497,859,6804.560bartowski
Q3_K_S0.47 GiB503,635,0404.613bartowski
IQ4_NL0.47 GiB506,859,7764.642unsloth
Q4_00.47 GiB507,154,6884.645320unsloth
IQ3_M0.47 GiB507,579,4884.649bartowski
Q4_K_S0.47 GiB508,104,9604.654unsloth
Q3_K_M0.48 GiB518,012,0004.745335bartowski
IQ4_XS0.49 GiB523,058,2724.791335bartowski
Q2_K_L0.49 GiB525,814,8804.816bartowski
Q4_K_M0.49 GiB527,502,8164.832320lmstudio-community
Q3_K_L0.49 GiB528,825,4404.844bartowski
Q4_K_M0.50 GiB532,517,1204.877320unsloth
Q4_10.50 GiB535,171,3284.902unsloth
Q4_00.50 GiB537,517,1524.923335bartowski
IQ4_NL0.50 GiB537,640,0324.924bartowski
Q4_K_S0.51 GiB552,492,1285.060bartowski
Q4_10.53 GiB566,189,1525.186bartowski
Q5_K_S0.53 GiB568,889,6005.211unsloth
Q4_K_M0.54 GiB579,615,8405.309bartowski
Q5_K_M0.55 GiB590,057,7285.404320unsloth
Q5_K_S0.57 GiB610,589,7925.593bartowski
Q6_K0.59 GiB629,743,5845.768320lmstudio-community
Q6_K0.60 GiB639,029,5045.853320unsloth
Q4_K_L0.60 GiB641,199,2005.873bartowski
Q5_K_M0.60 GiB646,093,9205.918335bartowski
Q6_K0.64 GiB691,461,2166.333bartowski
Q5_K_L0.66 GiB707,677,2806.482bartowski
Q6_K_L0.70 GiB753,044,5766.897bartowski
Q8_00.76 GiB811,843,0407.436320lmstudio-community
Q8_00.76 GiB811,843,8407.436320unsloth
Q8_00.78 GiB835,325,0247.651335bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.05 GiB0.19 GiB4.00×6 / 0 / 18
8,1920.09 GiB0.38 GiB4.00×6 / 0 / 18
16,3840.19 GiB0.75 GiB4.00×6 / 0 / 18
32,7680.38 GiB1.50 GiB4.00×6 / 0 / 18
65,5360.75 GiB3.00 GiB4.00×6 / 0 / 18
131,0721.50 GiB6.00 GiB4.00×6 / 0 / 18

18 of 24 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 Q4_K_M at roughly 0.46 GiB. The real file is 0.49 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

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

Questions people ask

How much VRAM does Qwen3.5-0.8B need?
Q4_K_M is exactly 527,502,816 bytes (0.49 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-0.8B's KV cache?
0.38 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.
Which quantization of Qwen3.5-0.8B 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.