Qwen3 32B

Qwen32.8B paramsApache 2.032K contextReleased 2025-04-29

Alibaba's dense 32B flagship with a switchable "thinking" mode built in — an Apache-licensed model that fits a single 24 GB GPU and holds up against models twice its size.

Last verified 2026-07 · Page created; Q4_K_M/Q5_K_M/Q8_0 sizes verified against Qwen/Qwen3-32B-GGUF; FP16(BF16) size cross-checked against community re-uploads.

What it is good at

Qwen3 32B is Alibaba's dense flagship from the April 2025 Qwen3 family, and its headline feature is a hybrid mode you switch per-request: a slower "thinking" mode for math/code/logic that reasons step by step, and a fast direct-answer mode for everyday chat — one model instead of separate reasoning and non-reasoning checkpoints. It is Apache 2.0 licensed, so no usage restrictions.

Native context is 32K tokens, extendable to 131K with YaRN scaling if your serving stack supports it — plan around the native 32K for normal use and only reach for the extended window on long-document tasks.

The hardware it wants

Q4_K_M is 19.8 GB, fitting a single 24 GB GPU with genuine headroom for context — this is the model this site's "starter AI build" tier is sized around once you outgrow an 8B. Q5_K_M (23.2 GB) is a tight but workable fit on the same 24 GB card at moderate context. Q8_0 (34.8 GB) needs 48 GB or two pooled 24 GB cards.

A single 16 GB GPU can run smaller quants (Q3-class) but loses meaningful quality — 24 GB is the tier where this model is actually comfortable.

VRAM by quantization

QuantFile sizeVRAM @ 8K ctxVRAM @ 32K ctx8 GB16 GB24 GB32 GB48 GB
FP1665.5 GB80.0 GB94.2 GBDoesn't fitDoesn't fitDoesn't fitDoesn't fitDoesn't fit
Q8_034.8 GB44.7 GB58.9 GBDoesn't fitDoesn't fitDoesn't fitDoesn't fitFits comfortably
Q5_K_M23.2 GB31.4 GB45.5 GBDoesn't fitDoesn't fitDoesn't fitFits comfortablyFits comfortably
Q4_K_M19.8 GB27.5 GB41.6 GBDoesn't fitDoesn't fitTight — reduced contextFits comfortablyFits comfortably

Fit verdicts use the 8K context preset. Estimated from published weight sizes plus standard KV-cache math — see methodology.

Runs on

RTX 4090 (24 GB)
best fit Q4_K_MTight — reduced context
RX 7900 XTX (24 GB)
best fit Q4_K_MTight — reduced context
RTX 5090 (32 GB)
best fit Q5_K_MFits comfortably
RTX 6000 Ada (48 GB)
best fit Q8_0Fits comfortably

Unified-memory machines — Apple Silicon Mac Studio/MacBook Pro (Max/Ultra chips) and AMD Strix Halo mini-PCs — share system RAM and GPU memory in one pool, so a 64–128 GB configuration can hold models that would otherwise need multiple discrete GPUs. Throughput is bandwidth-bound like any GPU; it isn’t modeled in the table above yet.

Recommended builds

Three ways to size a machine for Qwen3 32B, from the smallest GPU that fits to the no-compromise option with headroom for the next model up.

BudgetSmallest GPU that fits at Q4 — runs it, no headroom for bigger contexts.
BalancedOne tier up — comfortable context length, room to run alongside other apps.
No-compromiseFits at Q8 or FP16, or leaves room to step up to the next model class.

Tokens/sec expectations

GPUBandwidthEst. tok/s (Q4_K_M)
RTX 50901792 GB/s~63.4
RTX 40901008 GB/s~35.6
RTX 6000 Ada960 GB/s~33.9
RX 7900 XTX960 GB/s~33.9
RTX 5080960 GB/s~33.9
RTX 5070 Ti896 GB/s~31.7

Estimated from memory bandwidth ÷ active weight size — a ceiling, not a measured figure. Real throughput depends on the inference engine, batch size, and context length.

Build it, or rent the compute?

Owning the hardware is a one-time cost that keeps paying off the more you actually use it — every run after the first is free, the data never leaves your machine, and the GPU still does everything else a PC does (gaming, editing, the rest of your workload) between AI sessions. Renting cloud GPU time trades that upfront cost for pay-as-you-go pricing with no idle hardware to maintain, which wins for occasional, bursty, or much-larger-than-consumer-VRAM jobs. For a model that fits comfortably in the VRAM tiers above and gets used regularly, owning the GPU tends to be the cheaper path over time — for anything larger than a single card can hold, renting is often the more practical starting point.

Frequently asked questions

Does Qwen3 32B fit in 24 GB?

Yes — Q4_K_M weights are 19.8 GB, leaving solid headroom for context on a single 24 GB card. Q5_K_M at 23.2 GB is tighter but workable at moderate context lengths.

What does "thinking mode" cost in VRAM or speed?

Thinking mode does not change the weights or VRAM footprint — it changes how many tokens the model generates before its final answer, so it costs generation time and context budget, not extra memory.

Qwen3 32B or DeepSeek-R1-Distill-Qwen-32B — which one?

Both are 32B-class and fit the same VRAM tiers. The DeepSeek distill leans harder into always-on chain-of-thought reasoning; Qwen3 32B gives you a fast non-thinking mode for everyday chat and a slower thinking mode on demand — pick based on whether you want one mode or both.