The Machine Underneath
Predict what a model will cost in memory and latency before you rent the GPU.
$108
this phase
- Open1.1
One GPU, One Model
Free previewvLLM 0.26 serving an OpenAI-compatible endpoint, and the four startup log lines that matter.
- 1.2
Prefill and Decode
One request, two workloads: prefill saturates compute, decode starves on memory bandwidth.
- 1.3
Sizing the KV Cache
Bytes per token per layer, and why 128K of context outweighs the weights you paid for.
- 1.4
GQA, MLA, Sliding Windows
How latent and grouped-query attention shrink the cache, and what batch size that buys you.
- 1.5
Where the Time Goes
HBM bandwidth divided by bytes read per token, and why decode leaves the GPU mostly idle.