OPENAPI / COMPONENTS / SCHEMAS

Create Chat Completion Stream Response data structure

CreateChatCompletionStreamResponse

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

object9properties
choicesarrayrequired

choices value in the OpenAI API contract.

createdintegerrequired

created value in the OpenAI API contract.

idstringrequired

id 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.