Inference
List chat completions.
List chat completions.
get/v1/chat/completions
Query parameters
afterstring nullable
The ID of the last chat completion to return.
The ID of the last chat completion to return.
limitinteger nullable
The maximum number of chat completions to return.
The maximum number of chat completions to return.
modelstring nullable
The model to filter by.
The model to filter by.
order'asc' | 'desc'
Sort order for paginated responses.
The order to sort the chat completions by: "asc" or "desc". Defaults to "desc".
Response
A ListOpenAIChatCompletionResponse.