--- license: apache-2.0 language: - en - zh - ja - ko - fr - de - es tags: - speech - tts - mlx - qwen3 library_name: mlx base_model: Qwen/Qwen3-TTS-12Hz-0.6B-Base --- # Qwen3 TTS 12Hz 0.6B Base — MLX 4-bit MLX 4-bit quantized conversion of [Qwen/Qwen3-TTS-12Hz-0.6B-Base](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base) for Apple Silicon inference. ## Usage Used by [speech-swift](https://github.com/soniqo/speech-swift) `Qwen3TTS` module: ```swift let model = try await Qwen3TTSModel.fromPretrained() let audio = try model.synthesize("Hello, world!") ``` ```bash audio speak "Hello, world!" -o output.wav ``` ## Model Details - **Architecture**: Qwen3-TTS (Talker transformer + Code Predictor + Mimi speech tokenizer decoder) - **Parameters**: 0.6B - **Quantization**: 4-bit (MLX, talker only) - **Size**: ~981 MB - **Sample rate**: 24 kHz - **Codec rate**: 12.5 Hz --- --- - **Guide**: [soniqo.audio/guides/speak](https://soniqo.audio/guides/speak) - **Docs**: [soniqo.audio](https://soniqo.audio) - **GitHub**: [soniqo/speech-swift](https://github.com/soniqo/speech-swift)