Skip to content
Back to the advisor
INTERACTIVE ESTIMATOR

LLM VRAM & speed estimator

Dial in any model size and any hardware — predict the memory footprint, tokens/sec, latency and batch throughput live. Pure physics: memory = weights + KV cache + overhead; decode speed = bandwidth ÷ active bytes.

Model

Parameters8B

Total weights. Bigger = smarter but heavier & slower.

Mixture-of-Experts: only some params run per token, so it decodes faster.
Quantization
Context window8K

Longer context = more KV cache memory.

Batch size1×

Concurrent sequences. Multiplies KV cache; raises total throughput.

Hardware

Memory bandwidth1008GB/s

The #1 driver of decode speed.

VRAM24GB

Fast memory the model must fit into.

System RAM64GB

Overflow spills here (slow) unless memory is unified.

Apple Silicon — CPU & GPU share one fast pool.