Model reference · open weights
LuxTTS is an open-weight audio or speech model from YatharthS. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | YatharthS |
|---|---|
| Type | Audio & music |
| Task | Text→speech |
| Released | 2026-01-22 |
| Popularity | 6k downloads / month |
| Licence | Open weights |
About
This is the model for LuxTTS, a lightweight zipvoice based text-to-speech model designed for high quality voice cloning and realistic generation at speeds exceeding 150x realtime.
Please check out the repo for usage: https://github.com/ysharma3501/LuxTTS.git
Model and code is released under Apache-2.0 license.
If you find the model/code helpful, stars or likes would be appreciated. Thank you.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys luxtts for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (luxtts below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="luxtts" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.