What does Streaming responses mean in inference serving?
Streaming responses send generated tokens to the caller as they become available, commonly through server-sent events. Streaming changes when users see progress without reducing the model's total generation work. The server flushes framed token events, handles backpressure, and stops work after confirmed disconnects. Teams measure from the caller boundary so transport buffering remains visible.