Voice
Voice cloning
Generate speech from caller-provided reference audio with Perigee-1-tts.
reference_audio is required and must be no larger than 25 MB. reference_text is optional. language controls pronunciation for the generated text.
Parameters
| Parameter | Required | Description |
|---|---|---|
text | Yes | Text to generate, up to 10,000 characters. |
reference_audio | Yes | Path to a caller-provided audio file, up to 25 MB. |
language | Yes | Language of the generated speech. |
reference_text | No | Transcript of the reference recording. |
The method returns 24 kHz, 16-bit, mono WAV bytes. The API does not create or return a persistent voice_id.
Stream a cloned voice
Only use reference audio that you are authorized to use. OrbitalsAI does not currently expose speaker verification or a consent workflow through this API.