Qwen2.5-3B-Instruct vs GLM-5.3-Flash

Try Try

Qwen2.5-3B-Instruct has 3.09B parameters (3.09B active per token) and takes 6.17 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/Qwen2.5-3B-Instructzai-org/GLM-5.3-Flash
Repo createdSep 17, 2024updated Sep 25, 2024Aug 25, 2026updated Sep 7, 2026
Model typeDenseFull attention (GQA)Mixture of expertsHybrid attention: 34 linear + 12 full (MLA)
InputsTextText + images564M vision encoder
Total parameters3.09B104× less321B104× more
Active per token3.09B5.4× less100% of the model16.7B5.4× more5.2% of the model
ExpertsNone (dense)8 of 288 activeplus 1 shared, always on
Max context (from config)32K tokens32× less1M tokens32× more
Layers361.2× less451.2× more34 linear + 12 full attention · plus 1 extra prediction layer
On disk6.17 GB53× less2 files328 GB53× 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× RTX 4060a single 8 GB card · weights only5× NVIDIA H100fits in one 8-GPU server · weights only
Licenseqwen-research (custom)mit
GitHubQwenLM/Qwen2.5Not linked