~/selfhostkit.dev

selfhostkit.dev · tools · self-hosted AI

LLM VRAM calculator

How much memory does it take to run a model locally? Set the size, quant and context, and get the weights, KV cache and a straight hardware answer. Open source ↗

Weights are computed exactly. KV cache is an estimate that assumes grouped-query attention (most 2024+ models); older models use more. Add a safety margin for anything critical.

How to read this

Rules of thumb

← all tools