Zenaique
Glossary · Production

Tokens Per Second (TPS)

Also known as: TPS, Decode throughput

Output tokens per second per request: the steady-state generation rate.

Output throughput of an LLM, measured in tokens generated per second per request (decode throughput). Inversely proportional to per-token latency once streaming has started.

In practice

Second main latency metric after TTFT. Interviews probe how it changes with batch size, quantization, and speculative decoding.

How it compares

TTFT measures first-token latency; TPS measures sustained generation throughput after the first token.

Related topics

Related terms