ChatCompletionAudio

ChatCompletionAudio(**data: Any)

!!! abstract “Usage Documentation” Models

A base class for creating Pydantic models.

Parameters:
NameDescription
**dataType: 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.