Contents

11 modules · 4 parts · ~184 min

Serving Kimi K3

Eleven modules on putting a 2.78-trillion-parameter model into production, built from the day-0 reports published by vLLM, SGLang and the people who tried it on hardware they already had. The hybrid KDA/MLA attention that makes a million-token context affordable and makes everything else harder, the memory budget, the two engines, the concurrency collapse, multi-node KV offloading and disaggregation, and the tool-calling surface. Every number is linked to where it came from.

Part SThe model

What it is, and what it costs to hold.

Part TThe engines

vLLM, SGLang, and choosing.

Part UWhere it falls over

Concurrency, cache, disaggregation.

Part VOperating it

The API surface, cost, and what to do.