chat
Send a message (SSE)
The response is a text/event-stream. OpenAPI cannot describe the event framing:
event: chunk—datais aChatChunkEvent. One text delta. Repeats.event: done—datais aChatDoneEvent. The full text and the reactions. Terminal.event: error—datais aChatErrorEvent. Terminal. The status stays 200.
The stream emits exactly one terminal event: done or error. A model failure is an
error event, not an HTTP status. The 4xx responses below occur before the stream only.
POST
Send a message (SSE)
Send a message (SSE)