What does Prefill mean in inference serving?
Prefill is the parallel model pass over prompt tokens that creates their KV cache state. On accelerators, sufficiently large prefills are often limited by compute throughput. Schedulers batch prompt tokens together or divide long prompts into chunks around decode work. Teams separate prefill duration from queue delay when diagnosing first-token latency.