All models · Pricing · API docs
qwen3-tts API
Qwen3-TTS (vLLM-Omni, our own GPUs) · text → audio · 8 voices, 10 languages, emotions · /v1/audio/speech
- Type: text-to-speech · text-to-speech · синтез речи · 8 голосов · мультиязык
- Access: all plans
- Endpoint: /v1/audio/speech
Runs on our own GPUs in Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/audio/speech \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen3-tts","input":"Hello","voice":"serena"}' -o speech.wav