Skip to content

AI & LLM Calculators

Free, interactive calculators for planning LLM systems — sizing, cost, and speed. Each is built on the underlying architecture math (not a stale price sheet), so the answers stay accurate. No sign-up.

How the three fit together

Planning to serve an LLM is three questions in sequence, and each calculator answers one. First, does it fit — the VRAM & GPU sizing calculator turns a model, precision, context, and concurrency into the VRAM and GPU count you need. Then, how fast — the throughput & latency calculator gives tokens per second and time-to-first-token on a memory-bandwidth roofline. Finally, what it costs — the inference cost calculator estimates the monthly bill and the break-even where self-hosting beats a per-token API.

For the architecture behind the numbers, see why HBM bandwidth is the real inference bottleneck, AI infrastructure sizing for LLM workloads, and GPU utilization and inference economics.