chat_completion_audio
autogen.oai.oai_models.chat_completion_audio.ChatCompletionAudio
ChatCompletionAudio
Usage docs: https://docs.pydantic.dev/2.10/concepts/models/
A base class for creating Pydantic models.
Name | Description |
---|---|
**data | Type: Any |
Class Attributes
data
Base64 encoded audio bytes generated by the model, in the format specified in the request.
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.
id
Unique identifier for this audio response.
model_config
transcript
Transcript of the audio generated by the model.