Chat completion object

ParameterTypeDescription
idstringA unique identifier for the chat completion.
choicesarrayA list of completion options for the chat. If n is greater than 1, multiple options may be present.
createdintegerThe Unix timestamp (in seconds) when the chat completion was created.
modelstringThe model used for the chat completion.
system_fingerprintstringA fingerprint representing the backend configuration of the model.
objectstringThe object type, always chat.completion.
usageobjectUsage statistics for the completion request.
completion_tokensintegerThe number of tokens generated in the completion.
prompt_tokensintegerThe number of tokens in the prompt.
total_tokensintegerThe total number of tokens used in the request (prompt + completion).

(Code extracted to sandbox)

Infrastructure: AiApiGiaRe-v10.0
Gateway Status: Operational