OpenAI · Schema

CreateChatCompletionResponse

AIArtificial IntelligenceLarge Language ModelsT1

Properties

Name Type Description
id string A unique identifier for the chat completion.
object string The object type, always chat.completion.
created integer The Unix timestamp (in seconds) of when the completion was created.
model string The model used for the chat completion.
choices array A list of chat completion choices.
system_fingerprint string This fingerprint represents the backend configuration that the model runs with. Can be used with the seed parameter to detect backend changes.
service_tier string The service tier used for processing the request.
View JSON Schema on GitHub