Path Parameters
Message ID of the asynchronous chat stream to observe.
Response
Server-sent events stream with chat completion data
The response is of type any
.
Observe an asynchronous chat stream via Server-Sent Events.
This endpoint provides a Server-Sent Events stream that delivers chat completion events in real-time. The events follow the same format as synchronous chat streaming responses.
Stream Lifecycle:
Notes:
Message ID of the asynchronous chat stream to observe.
Server-sent events stream with chat completion data
The response is of type any
.