Sends a user message and receives an AI-generated response.
Documentation Index
Fetch the complete documentation index at: https://docs.chatgrid.ai/llms.txt
Use this file to discover all available pages before exploring further.
stream: true, the response is a text/event-stream with three event
types:
| Event | Description |
|---|---|
message.delta | Incremental content fragment: {"content": "..."} |
message.complete | Full message and token usage after streaming finishes |
error | Error during streaming: {"code": "stream_error", "message": "..."} |