Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionContentPartInputAudioInputAudioParam

OpenaiChatCompletionContentPartInputAudioInputAudioParam

OpenaiChatCompletionContentPartInputAudioInputAudioParam = object

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

Properties

any?

optional any: unknown

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


data?

optional data: string

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

Base64 encoded audio data.


format?

optional format: string

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

The format of the encoded audio data. Currently supports “wav” and “mp3”.

Any of “wav”, “mp3”.

Last updated on