OPENAPI / COMPONENTS / SCHEMAS
Create Chat Completion Response data structure
CreateChatCompletionResponseStructural definition for Create Chat Completion Response in the OpenAI API contract.
object10properties
choicesarrayrequiredchoices value in the OpenAI API contract.
createdintegerrequiredcreated value in the OpenAI API contract.
idstringrequiredid value in the OpenAI API contract.
metadataMetadatametadata value in the OpenAI API contract.
modelstringrequiredmodel value in the OpenAI API contract.
moderationstringmoderation value in the OpenAI API contract.
objectstringrequiredobject value in the OpenAI API contract.
service_tierServiceTierservice tier value in the OpenAI API contract.
system_fingerprintstringsystem fingerprint value in the OpenAI API contract.
usageCompletionUsageusage value in the OpenAI API contract.