MAGI-2 Preview employs Ultra-fine-grained MoE: the 3,072-dimensional hidden representation is split into 12 256-dimensional subspaces (heads), each with 256 experts from which 6 are selected, resulting in 3,072 independent small experts per layer and 72 activated per token per layer. The entire model has approximately 114B total parameters and activates about 6B.
For reference, DeepSeek-V4-Pro-Preview has 384 routed experts per layer with 6 selected per token; Kimi K3 has 896 experts with 16 selected per token. Although expert definitions and tasks differ, the comparison shows that MAGI-2's routing granularity is finer, allowing motion, appearance, sound, and semantics to each seek suitable experts.
The model places text, video, and audio in the same context, with shared and dedicated experts coexisting, influencing each other from the start of generation, reducing interface and alignment issues between visuals and sound.