NVIDIA's Nemotron-Audex unifies audio and text in one decoder
TL;DR
- NVIDIA's Nemotron-Labs-Audex-30B-A3B unifies audio and text generation inside a single transformer decoder built on the Nemotron-Cascade-2-30B-A3B MoE base.
- Training used 157.4B audio tokens and 320.5B text tokens, combined with multi-stage supervised training, text-only Cascade RL, and multi-domain on-policy distillation.
- The paper claims strong text reasoning with marginal or no regression, alongside speech recognition, translation, TTS, and speech-to-speech generation.
A quiet trend in multimodal work has been that bolting audio or speech onto a strong text model usually costs you something on text. NVIDIA's new paper on Hugging Face makes the opposite argument, describing Nemotron-Labs-Audex-30B-A3B as a unified audio-text LLM that handles audio understanding, speech recognition and translation, TTS, and speech-to-speech generation through a single transformer decoder while keeping text reasoning essentially intact.
The design starts from Nemotron-Cascade-2-30B-A3B, a text-only MoE LLM, and treats both modalities uniformly inside one decoder. Audio inputs are encoded and projected into the text embedding space; on the output side, text tokens and quantized audio tokens are generated the same way. The training run used 157.4B audio tokens and 320.5B text tokens, combined with multi-stage supervised training, text-only Cascade RL, and multi-domain on-policy distillation. A 2B variant ships alongside the 30B-A3B model, and both checkpoints are on Hugging Face for open research.
If the results hold up under independent testing, the interesting part is not any single benchmark headline but the claim that unification does not have to be a tax on text. For teams building assistants, call-center copilots, or voice-first products, that would collapse a stack that today usually means a text LLM plus a separate ASR model plus a separate TTS pipeline into one model with one set of infrastructure. Open weights also mean groups that cannot afford closed voice APIs get a real starting point rather than a demo.
The honest caveat is that this is a paper from the vendor whose model it evaluates, and its own framing is careful — it talks about strong text reasoning with marginal or no regression rather than a clean head-to-head win on every text benchmark against the base model. What the writeup does not give you is inference cost, latency on the audio-out path, or behavior on non-English and noisy real-world speech. Those are the numbers that will decide whether Audex becomes a default backbone for voice apps or stays a research artifact.
Originally reported by huggingface.co
Read the original article →Original headline: HF Paper 'Nemotron-Labs-Audex-30B-A3B' — Unified Audio-Text LLM Trained on 157B Audio + 320B Text Tokens Hits SOTA on Audio/Speech Tasks Without Regressing on Text