GPU pages list popular open-weight LLMs and the VRAM we estimate they need. The weight size for each model is measured from the files of its released checkpoint on Hugging Face, not derived from its parameter count β parameter-based math is unreliable for models published in newer quantized formats. A checkpoint whose measured size matches no precision we recognize is held back rather than published with a guess.
On top of the weights we add 20% for KV cache, activations and framework overhead, assuming short context lengths. Long contexts, large batches, speculative decoding and multi-model serving all need more. Sizes for a precision a model was not released at (for example a 4-bit version of a 16-bit release) are estimated from measured community quantizations and rounded up. A model whose weights fit but whose overhead does not is shown as a tight fit, with the margin that configuration actually leaves: it will load, but a long context or a large batch can still exhaust the card.
A "ΓN" figure means the model fits in the total VRAM of N of these GPUs. It says nothing about interconnect bandwidth, which we do not track and which determines whether splitting a model across cards is actually fast. Treat every figure as a starting point and verify before committing to a rental.