Skip to content

ChatCompletionAudio

autogen.oai.oai_models.chat_completion_audio.ChatCompletionAudio #

Bases: BaseModel

model_config class-attribute #

model_config = ConfigDict(extra='allow')

id instance-attribute #

id

Unique identifier for this audio response.

data instance-attribute #

data

Base64 encoded audio bytes generated by the model, in the format specified in the request.

expires_at instance-attribute #

expires_at

The Unix timestamp (in seconds) for when this audio response will no longer be accessible on the server for use in multi-turn conversations.

transcript instance-attribute #

transcript

Transcript of the audio generated by the model.