Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The model used to generate the Chat Completions.
A list of metadata keys to filter the Chat Completions by. Example:
metadata[key1]=value1&metadata[key2]=value2
Identifier for the last chat completion from the previous pagination request.
Number of Chat Completions to retrieve.
Sort order for Chat Completions by timestamp. Use asc
for ascending order or desc
for descending order. Defaults to asc
.
asc
, desc
Response
A list of Chat Completions
An object representing a list of Chat Completions.
The type of this object. It is always set to "list".
list
An array of chat completion objects.
The identifier of the first chat completion in the data array.
The identifier of the last chat completion in the data array.
Indicates whether there are more Chat Completions available.