Microsoft Azure · Schema

CreateChatCompletionResponse

Represents a chat completion response returned by model.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string A unique identifier for the chat completion.
object string The object type.
created integer The Unix timestamp of when the chat completion was created.
model string The model used for the chat completion.
choices array A list of chat completion choices.
system_fingerprint string The system fingerprint representing the backend configuration.
View JSON Schema on GitHub