v44

latestOpenAPI 3.0.0MITraw.githubusercontent.com2024-11-0494279768.0 KB
Audio

Generates audio from the input text.

post/audio/speech

Request body

inputstring required

The text to generate audio for. The maximum length is 4096 characters.

voice'alloy' | 'echo' | 'fable' | 'onyx' | 'nova' | 'shimmer' required

The voice to use when generating the audio. Supported voices are alloy, echo, fable, onyx, nova, and shimmer. Previews of the voices are available in the Text to speech guide.

response_format'mp3' | 'opus' | 'aac' | 'flac' | 'wav' | 'pcm'

The format to audio in. Supported formats are mp3, opus, aac, flac, wav, and pcm.

speednumber

The speed of the generated audio. Select a value from 0.25 to 4.0. 1.0 is the default.

Response

OK