@TeksEdge: Tencent open-sourced a small 1.5B AI model that can replace a whole stack of separate audio tools. Beats Qwen3-TTS! Thi…
Summary
Tencent has open-sourced a 1.5B parameter AI model called AuK that can replace multiple audio tools, handling tasks like TTS, voice cloning, and denoising via natural language instructions.
View Cached Full Text
Cached at: 09/10/26, 02:32 PM
🤯 Tencent open-sourced a small 1.5B AI model that can replace a whole stack of separate audio tools.
🏆 Beats Qwen3-TTS!
This is the purpose of the AuK family of models.
Instead of having one model for TTS, another for voice cloning, another for denoising, another for speaker separation…
AuK does all of this through natural-language instructions … 🗣️ Zero-shot voice cloning / TTS ✂️ Replace, insert or remove spoken words 🎭 Change emotion 🎚️ Change pitch, speed or volume 🗣️ Remove an accent 🤫 Convert normal speech ↔ whisper 🎵 Rewrite lyrics while preserving melody + voice 🧹 Denoise + dereverberate speech 👥 Separate speakers 🎤 Extract vocals from music
And it is: 🧠 1.5B parameters 🔓 MIT licensed 📦 Weights released 💻 Code released 🖥️ CLI + Gradio + ComfyUI support
There’s also AuK-Flash, a distilled version requiring only 4 inference steps.
Tencent reports 4.5× faster wall-clock inference than the full model under matched conditions.
Now one open speech system can handle jobs that normally require an entire collection of separate audio models and tools locally on your own hardware. (PyTorch-CUDA)🔥
⚠️ Caveat: The 1.5B AuK model is not the entire runtime footprint. The reference setup also downloads Qwen2.5-Omni-3B as the multimodal encoder and loads the VAE separately.
This is PyTorch-style local inference, not llama.cpp/GGUF.
Similar Articles
@TencentHunyuan: AuK is officially here. Nano banana for audio An open-source foundation model for unified speech generation and editing…
AuK is an open-source foundational model for unified speech generation and editing, supporting tasks like zero-shot TTS and content editing via natural-language instructions.
@Ali_TongyiLab: Qwen-Audio-3.0-TTS is here. Our latest text-to-speech model, in two flavors: • Flash: real-time interaction • Plus: hig…
Alibaba's Tongyi Lab released Qwen-Audio-3.0-TTS, a new text-to-speech model with Flash (real-time) and Plus (high-quality) versions, supporting 16 languages, natural language style control, and robust voice cloning.
@vvolhejn: Our open-source TTS just got even open-sourcer
Kyutai Labs has open-sourced their Pocket TTS training stack, including data pipeline, recipes, and evaluations, allowing developers to train text-to-speech models on GPUs and run them on CPUs.
audio.cpp: 12 audio models (Qwen3-TTS, PocketTTS, VeVo2 etc) in 1 C++/ggml runtime — TTS up to 5x faster than Python on CUDA
audio.cpp is a C++/ggml runtime that integrates 12 audio models including Qwen3-TTS, PocketTTS, and VeVo2, achieving TTS up to 5x faster than Python on CUDA.
@AlphaSignalAI: A 66M parameter model just beat ElevenLabs on a Raspberry Pi. Text-to-speech has lived in the cloud for years. Every sp…
Supertonic 3 is a 99M parameter open-source TTS model that runs entirely on-device, beating ElevenLabs on a Raspberry Pi with 167x faster than real-time performance on a laptop CPU.