Formula
TTFT = overhead + uncached tokens/prefill rate + cached tokens/cache rate
Full latency = TTFT + output tokens/decode rate
Concurrency = requests/second × full latency in seconds
What the result means
Full response latency estimates when the complete answer is available. TTFT estimates when generation can begin, and average concurrency estimates simultaneous in-flight requests at the stated arrival rate.
Rates should be measured under representative batch size, model, hardware, and cache-hit conditions. Queueing under saturation is not automatically included.