Formula
Token demand/sec = peak requests/min × output tokens/request ÷ 60
GPU count = ceiling(token demand/sec ÷ (GPU throughput × target utilization))
The final result is at least the minimum replica count.
What the result means
The result estimates GPU replicas needed for output generation at peak load. Raw load shows the unrounded requirement, while spare capacity shows the remaining token rate after rounding.
This throughput-based estimate does not prove the model fits in GPU memory. Benchmark the chosen model, precision, batching, context length, and hardware.