Error
A valid request URL is required to generate request examples"<string>"AI
Stream a chat completion (SSE)
Sends a chat request and streams the response back using Server-Sent Events.
The stream emits data: lines with JSON chunks and terminates with data: [DONE].
POST
/
azure
/
ai
/
chat
Error
A valid request URL is required to generate request examples"<string>"Authorizations
Azure AD access token obtained via MSAL
Body
application/json
Response
SSE stream of chat completion chunks
The response is of type string.
Was this page helpful?