If the audio output modality is requested, this object contains data about the audio response from the model. Learn more.
Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique identifier for this audio response. | |
expiresAt | Integer | The Unix timestamp (in seconds) for when this audio response will no longer be accessible on the server for use in multi-turn conversations. | |
data | String | Base64 encoded audio bytes generated by the model, in the format specified in the request. | |
transcript | String | Transcript of the audio generated by the model. |