Streaming
Sending model output incrementally as it is generated instead of waiting for the full response.
Plain English
The answer starts appearing while the model is still writing it.
Example
A chat UI displays partial text immediately, then updates as more response events arrive.
Why it matters
Streaming improves perceived speed for users, but partial output can be harder to moderate or validate.