Skip to main content
All terms
Inference & Serving

Latency

How long a user waits for a model's response, often split into wait-for-first-word and per-word time.

Definition

Latency is the time a user waits for a model's response. For LLM inference it is often broken into time to first token (how long until the first word appears) and the per-token generation time thereafter. Reducing latency requires fast prompt processing, efficient memory management, and short queuing delays. It is distinct from throughput, since handling more requests at once can raise individual latency while serving more users overall.