data: <json-or-sentinel>
Typical frame sequence
- One or more progress/delta frames.
- A completion frame with final status and usage.
data: [DONE]sentinel.
JavaScript parser example
Python parser example
Endpoint format notes
/v1/chat/completions: chunkedchoices[].deltastyle events./v1/responses: responses-style output item/delta events./v1/messages: Anthropic-style events (message_start,content_block_delta,message_stop).