Experts are organized into groups; the router first picks groups, then experts inside them. Friendlier to multi-GPU serving.
Introduced inDec 2024DeepSeek-V3 Technical Report
With hundreds of experts spread across devices, letting a token pick any k experts scatters traffic everywhere. Grouped routing first selects the best expert groups (which map to devices), then the best experts within those groups. DeepSeek introduced this ‘node-limited’ routing to cap cross-device communication; you will see it in graphs as a two-stage top-k.
Share of new models that have included grouped expert routing over time.
Open any of these on hfviewer to find this block in the interactive architecture graph.
Browse all 51 models with this in the catalog →
hfviewer renders the full architecture of 3,500+ Hugging Face models as interactive graphs. Hover any block to see what it does, with this model’s real numbers.
Browse all model graphs →