Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionAudio

OpenaiChatCompletionAudio

OpenaiChatCompletionAudio = object

Defined in: src/client/types.gen.ts:2988 

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

Properties

data?

optional data: string

Defined in: src/client/types.gen.ts:2993 

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


expires_at?

optional expires_at: number

Defined in: src/client/types.gen.ts:2998 

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?

optional id: string

Defined in: src/client/types.gen.ts:3002 

Unique identifier for this audio response.


transcript?

optional transcript: string

Defined in: src/client/types.gen.ts:3006 

Transcript of the audio generated by the model.

Last updated on