AI inference glossary
Benchmark metrics

Interactivity

Also known as generation speed, per-user token rate

In plain English

Interactivity is how quickly one person sees new words appear after the model starts answering.

Technical definition

Interactivity is the rate at which an individual user receives generated tokens during the decode phase.

Typical unit

tokens/second/user (tok/s/user)

Engineering details

It is the reciprocal of time per output token when expressed in compatible units. A response at 50 tokens per second per user emits a new token about every 20 milliseconds after generation begins. Interactivity describes streaming responsiveness, not the delay before the first token.

Why it matters

Different products need different operating points. Voice and interactive coding demand high token rates, while offline summarization can trade interactivity for much more aggregate throughput. Comparing hardware at unmatched interactivity can therefore produce a misleading winner.

How to read it in InferenceX

InferenceX plots tokens per second per user against throughput or cost. Iso-interactivity tables interpolate each system’s Pareto frontier at the same token rate so the comparison holds user experience constant.