Formula
End-to-end latency = queue + preprocessing + inference + postprocessing. Capacity per hour = workers × 3,600 ÷ active service time. Workers needed = ceiling(demand × service time ÷ 3,600 ÷ 0.70).
What the result means
Latency describes the experience of one request, while capacity describes the rate the worker pool can sustain. The 70% target leaves headroom for traffic variation; it is a planning assumption, not a universal standard.
Planning estimate only. Validate the result against production telemetry and current provider pricing before committing capacity or budget.