API
Streaming
Set stream:true on chat completions to receive SSE events. Each meaningful payload arrives as its own data: line terminating with \\n.
Terminate consumption when encountering the literal sentinel data: [DONE].
…Conceptual primer: Streaming guide