OPENAPI / COMPONENTS / SCHEMAS

Create Chat Completion Response data structure

CreateChatCompletionResponse

Structural definition for Create Chat Completion Response in the OpenAI API contract.

object10properties
choicesarrayrequired

choices value in the OpenAI API contract.

createdintegerrequired

created value in the OpenAI API contract.

idstringrequired

id value in the OpenAI API contract.

metadataMetadata

metadata value in the OpenAI API contract.

modelstringrequired

model value in the OpenAI API contract.

moderationstring

moderation value in the OpenAI API contract.

objectstringrequired

object value in the OpenAI API contract.

service_tierServiceTier

service tier value in the OpenAI API contract.

system_fingerprintstring

system fingerprint value in the OpenAI API contract.

usageCompletionUsage

usage value in the OpenAI API contract.