Speech synthesis
Qwen3-TTS 12Hz 0.6B CustomVoice
Smaller Qwen3-TTS for nodes where speech shares the machine
Apache-2.0permissiveSource verified
Specification
Model ID
qwen3-tts-0.6bFamily
qwen3-tts
Modality
Speech synthesis
Weights
2.3 GB
Minimum RAM
4 GB
Languages
Chinese, English, Japanese, Korean, German, French, Russian, Portuguese +2
Source
Weights and provenance.
Repository
Registry license
Apache-2.0
Source license
apache-2.0
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download qwen3-tts-0.6b
# Serve it
tenzro model serve qwen3-tts-0.6b
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"qwen3-tts-0.6b"}]}'Same family