POST /chat/completions
Send a list of messages and receive a model-generated response.
Parameters
The model ID to use for the completion.
Array of chat messages describing the conversation so far.
If true, results are returned as server-sent events.
Streaming
Enable thestream
parameter to receive incremental updates. Each event contains a partial message chunk until the conversation is complete.