Documentation Index
Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Text generation endpoints support Server-Sent Events (SSE) streaming. Setstream: true to receive output token by token as it’s generated.
Streaming-Enabled Endpoints
/v1/chat/completions— OpenAI compatible/v1/messages— Claude Messages/v1/responses— OpenAI Responses API
Example
SSE Data Format
Each chunk is a singledata: {json} SSE event:
data: [DONE].