Skip to main content

chat_completions

chat_completions

Request Body REQUIRED
messages object[] REQUIRED
role string REQUIRED
content string REQUIRED
temperature float
seed int64
Responses
200

Success

Schema OPTIONAL
id string
created int64
system_fingerprint string
object string
model string
choices object[]
index integer
logprobs string OPTIONAL
finish_reason string OPTIONAL
delta object
content string
405

When chat model is not specified, the endpoint returns 405 Method Not Allowed

422

When the prompt is malformed, the endpoint returns 422 Unprocessable Entity