Qwen3-32B vs GLM-5.3-Flash

Try Try

Qwen3-32B has 32.8B parameters (32.0B active per token) and takes 65.5 GB on disk; GLM-5.3-Flash has 321B (16.7B active) and takes 328 GB. Compare them layer by layer.

At a glance

Qwen/Qwen3-32Bzai-org/GLM-5.3-Flash
Repo createdApr 27, 2025updated Jul 26, 2025Aug 25, 2026updated Sep 7, 2026
Model typeDenseFull attention (GQA)Mixture of expertsHybrid attention: 34 linear + 12 full (MLA)
InputsTextText + images564M vision encoder
Total parameters32.8B9.8× less321B9.8× more
Active per token32.0B1.9× more98% of the model16.7B1.9× less5.2% of the model
ExpertsNone (dense)8 of 288 activeplus 1 shared, always on
Max context (from config)40K tokens26× less1M tokens26× more
Layers641.4× more451.4× less34 linear + 12 full attention · plus 1 extra prediction layer
On disk65.5 GB5.0× less17 files328 GB5.0× more62 files
PrecisionBF16 (100%)FP8 E4M3 (96%), BF16 (4.2%)
QuantizationNoneoriginal precision (BF16)FP8 E4M3blocks of 128×128 · 98% of parameters · attention, embeddings & output head and vision encoder kept in BF16
Fewest GPUs1× NVIDIA H100a single 80 GB card · weights only5× NVIDIA H100fits in one 8-GPU server · weights only
Licenseapache-2.0mit
GitHubQwenLM/Qwen3Not linked