All streaming endpoints use SSE-style frames:Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
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).