Generate chat completions based on text and images.
The chat model to use for generating completions.
An array of messages used for generating completions.
The maximum number of tokens in the generated completion.
The temperature parameter for controlling randomness in completions.
The diversity of the generated text based on nucleus sampling.
The diversity of the generated text based on top-k sampling.
Options to affect the output of the response.
Options to affect the input of the request.
Deprecated. Please use max_completion_tokens.
Successful response.
Unique ID for the chat completion.
Type of object (chat completion).
Timestamp of when the chat completion was created.
The chat model used for generating completions.
The set of result choices.