Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Voices

Turn audio into text or text into audio.

Create voice
POST/audio/voices
ModelsExpand Collapse
VoiceCreateResponse object { id, created_at, name, object }

A custom voice that can be used for audio output.

id: string

The voice identifier, which can be referenced in API endpoints.

created_at: number

The Unix timestamp (in seconds) for when the voice was created.

formatunixtime
name: string

The name of the voice.

object: "audio.voice"

The object type, which is always audio.voice.