Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 SSE 流式接收增量内容
stream: true
curl https://tokendog.io/v1/chat/completions \ -H "Authorization: Bearer $TOKENDOG_API_KEY" \ -H "Content-Type: application/json" \ -N \ -d '{"model":"gpt-5","stream":true,"messages":[{"role":"user","content":"数到5"}]}'