← All Models
GenX LM Voice v1
GenX LM Voice v1 clones a voice from a reference audio sample and generates new speech from text, with multilingual output and Cloud Library voice profile support.
Specifications
| Provider | GenX Pro |
| Category | Voice |
Quick Start
curl https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"genxlm-voice-v1","params":{"prompt":"Welcome to GenX Pro. This line will be spoken in the cloned voice.","ref_audio_url":"https://example.com/reference-voice.mp3","language":"auto"}}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt |
string | required | — | Text to speak, up to 10,000 characters |
ref_audio_url |
string | required | — | Reference voice audio URL |
language |
string | optional | auto |
Output language name or auto detection |