Inference
Create chat completions.
Generate an OpenAI-compatible chat completion for the given messages using the specified model.
post/v1/chat/completions
Request body
Response
An OpenAIChatCompletion. When streaming, returns Server-Sent Events (SSE) with OpenAIChatCompletionChunk objects.