Skip to content
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.

name: string

The name of the voice.

object: "audio.voice"

The object type, which is always audio.voice.