Zenaique
Glossary · Production

Time to First Token (TTFT)

Also known as: TTFT

Latency from request to the first token landing in the client; the dominant chat UX latency metric.

Latency from request submission to the first generated token reaching the client. Driven by prefill compute (proportional to prompt length) plus queue wait. The dominant perceived latency metric for chat apps.

In practice

First number any production LLM team tracks. Interviews probe prefill vs decode, batching impact, and prompt-caching gains.

Related topics

Related terms