AuK is an open-source 1.5B foundation model for speech generation, editing, enhancement, and separation using natural-language instructions.
About AuK
Tencent-Hunyuan has open-sourced AuK, a 1.5-billion-parameter foundational model designed for unified speech generation, audio enhancement, and granular voice editing using natural-language instructions.
For the Non-Technical Reader
Think of AuK as Photoshop for the human voice combined with a full digital audio workstation. Instead of booking studio time to re-record misspoken lines, alter an accent, or shift the emotional tone of a speech, you can instruct the model using plain text. Whether you want to fix mispronounced words, tweak the pitch, convert a whisper into clear speaking, or rewrite lyrics in a singing recording while keeping the original melody intact, AuK allows users to edit audio content seamlessly.
For the Technical Reader
AuK unifies multiple speech synthesis and audio manipulation tasks under a single architecture trained on millions of hours of diverse speech. Key technical features include:
- Unified Interface: Executes zero-shot TTS, description-driven Instruct TTS, content rewriting (insertion, replacement, deletion), acoustic modifications (pitch, speed, volume), and paralinguistic edits (emotion, timbre, de-accenting, nonverbal removal) via simple prompt instructions.
- Dual Model Variants: Includes a standard 1.5B base model optimized for high-fidelity audio synthesis, alongside AuK-Flash, a distilled variant engineered for ultra-fast 4-step inference.
- Audio Enhancement & Separation: Natively integrates tasks like speech denoising, dereverberation, and source separation within the same execution framework.
Why It Matters
Historically, sophisticated speech manipulation required chaining disparate single-purpose pipelines (e.g., noise suppression, STT, text correction, voice cloning TTS). AuK collapses these complex workflows into a unified, open-source foundation model. The availability of both full-fidelity weights and a distilled 4-step inference model lowers the barrier for developers building localized, controllable voice applications without relying on closed proprietary APIs.
The "Voice AI Space Lab" Idea
The AI Film Dubbing & Localizer Assistant: Developers could build an automated video localization suite. By passing original film dialogue to AuK, creators can translate scripts, adjust the accent to target regional markets, tune emotional delivery to match on-screen drama, and fine-tune speaking rates to ensure precise lip-sync timing—all within a single integrated workflow.
Explore the model and try the interactive demo on the AuK GitHub Repository.