Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 924 Bytes

File metadata and controls

14 lines (10 loc) · 924 Bytes

WalletInc.Model.ChatCompletionAudio

If the audio output modality is requested, this object contains data about the audio response from the model. Learn more.

Properties

Name Type Description Notes
Id string Unique identifier for this audio response.
Data string Base64 encoded audio bytes generated by the model, in the format specified in the request.
ExpiresAt double 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 string Transcript of the audio generated by the model.

[Back to Model list] [Back to API list] [Back to README]