Send a message and receive an AI-powered response
chat_id from a previous response.
Bearer <your_api_key>.chat_id from a previous response to continue the conversation:
?stream=true to receive Server-Sent Events:
| Event Type | Description |
|---|---|
start | Stream initiated, includes messageId and chatId |
reasoning-start | Beginning of reasoning block |
reasoning-delta | Incremental reasoning text |
reasoning-end | End of reasoning block |
text-start | Beginning of response text |
text-delta | Incremental response text |
text-end | End of response text |