Loading...
Efficiency-optimized 284B MoE (13B active) with hybrid attention, 1M context, and high/xhigh reasoning โ built for fast, high-throughput coding and agent workflows
[interactive architecture โ]DeepSeek is a Chinese AI lab founded in 2023 in Hangzhou by Liang Wenfeng. It is funded solely by High-Flyer Quant, the quantitative hedge fund Liang co-founded in 2015, and grew out of GPU capacity originally stockpiled for trading research. The lab publishes frontier open-weights models under permissive licenses.
more about DeepSeek โTake DeepSeek V4 Flash apart, layer by layer. The 3D teardown below shows its 43 transformer layers (0 dense + 43 MoE), MLA attention, and expert routing, with values from the public model config.
4096-dim vectors over a 129,280-token vocabulary, same as V4 Pro.
18 fewer layers than Pro, with mHC residuals. The first 3 layers use static Hash-MoE routing; the rest use learned MoE routing.
Same Compressed Sparse + Heavily Compressed hybrid as Pro, with a 128-token sliding window and 64 heads. The sparse indexer (64 heads, 512 top-k) keeps the 1M context cheap.
256 routed experts, 6 active per token, 1 shared. Flash activates only 13B of 284B parameters per token, roughly a quarter of Pro's active budget.
Per-head RMSNorm then projection to 129,280 logits. Flash is the cost-optimised V4 tier for high-volume inference where Pro's 49B active is more than needed.