← All Models
GenX LM Voice V1
GenX LM Voice V1 is a native voice cloning model. Attach a voice profile or any audio sample as a reference, write the text you want spoken, and generate a voiceover in that voice. Supports 10 languages with auto-detection from the text. Available in Beast Agent chat, Voice Studio Clone Voice tab, and MCP tools.
Specifications
| Provider | GenX Pro |
| Category | Voice |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"genxlm-voice-v1","params":{"ref_audio_url":"https://example.com/voice-sample.mp3","text":"Hello, this is my cloned voice speaking.","language":"auto"}}'