What does TTFT mean in inference serving?
Time to first token measures elapsed time from request arrival until the first generated token becomes available. It includes queueing and setup, while prompt prefill usually supplies most active model computation. Teams record the request boundary and the first streamed token, then inspect the distribution across workloads. They separate queue delay from prefill when diagnosing whether capacity or prompt processing is responsible.