OpenMOSE · text · mixture of experts

Qwen3.5-REAP-212B-A17B

OpenMOSE/Qwen3.5-REAP-212B-A17B

Qwen3.5-REAP-212B-A17B at Q4_K_M is exactly 128,371,258,496 bytes (119.56 GiB / 128.37 GB) — an effective 4.849 bits per weight, not the nominal 4. Its KV cache at 32K is 0.94 GiB.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_XXS52.41 GiB56,272,028,8002.126RobinsonLabs
IQ2_XS58.30 GiB62,597,842,0482.365RobinsonLabs
IQ2_M64.76 GiB69,538,235,5202.627RobinsonLabs
IQ3_XS81.00 GiB86,967,772,2883.285RobinsonLabs
IQ3_M86.49 GiB92,870,501,5043.508RobinsonLabs
IQ4_XS105.39 GiB113,164,088,4484.275RobinsonLabs
Q4_K_M119.56 GiB128,371,258,4964.849RobinsonLabs
Q5_K_M139.97 GiB150,288,397,4405.677RobinsonLabs

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.12 GiB0.47 GiB4.00×15 / 0 / 45
8,1920.23 GiB0.94 GiB4.00×15 / 0 / 45
16,3840.47 GiB1.88 GiB4.00×15 / 0 / 45
32,7680.94 GiB3.75 GiB4.00×15 / 0 / 45
65,5361.88 GiB7.50 GiB4.00×15 / 0 / 45
131,0723.75 GiB15.00 GiB4.00×15 / 0 / 45

45 of 60 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 110.94 GiB. The real file is 119.56 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
60
Attention heads
32
KV heads
2
Head dim
256
Hidden size
4096
Vocab
248,320
Sliding window
none
SWA period
MLA
no
Experts
267
Experts per token
10
use_sliding_window

Questions people ask

How much VRAM does Qwen3.5-REAP-212B-A17B need?
Q4_K_M is exactly 128,371,258,496 bytes (119.56 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-REAP-212B-A17B's KV cache?
0.94 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-REAP-212B-A17B a mixture-of-experts model?
Yes — 267 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.5-REAP-212B-A17B 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.