What does Inter-token latency mean in inference serving?
Inter-token latency is the elapsed time between consecutive generated tokens after the first token. It tracks the cadence of decode steps experienced by a request. A serving trace timestamps each streamed token and computes intervals after generation begins. Teams inspect both typical and tail intervals because pauses can hide behind a good average.