Send a message and receive an AI-powered response
Send a message and receive an AI-powered response. Supports multi-turn conversations by passing aDocumentation Index
Fetch the complete documentation index at: https://docs.deeptrace.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |