Guides
Streaming responses
Flip stream to true on your chat completion request — you receive incremental deltas over HTTP using the familiar SSE framing (lines beginning with data:). Parse until the sentinel [DONE].
…Full SSE notes plus JSON chunk shapes live in API Streaming.