NVIDIA Releases Audex-30B-A3B: Unified Audio-Text Model With 1M Token Context and Speech Generation
NVIDIA released Audex-30B-A3B, a unified audio-text model built on the Nemotron-Cascade-2-30B-A3B backbone. The model handles audio understanding, speech recognition and translation, text-to-speech, audio generation, and speech-to-speech while supporting up to 1M token context length.
NVIDIA Releases Audex-30B-A3B: Unified Audio-Text Model With 1M Token Context and Speech Generation
NVIDIA released Audex-30B-A3B, a unified audio-text language model that handles speech and audio tasks while maintaining text reasoning capabilities. The model is built on Nemotron-Cascade-2-30B-A3B, a 30B parameter mixture-of-experts (MoE) architecture with 3B activated parameters.
Core Specifications
- Architecture: 30B MoE with 3B active parameters
- Context window: 1M tokens
- Modalities: Text, speech, and general audio input/output
- Reasoning modes: Thinking and instruct (non-thinking) modes
- License: NVIDIA Oneway Noncommercial License
- Released: June 8, 2026 (according to model card)
- Base model: Nemotron-Cascade-2-30B-A3B
Technical Architecture
Audex-30B-A3B extends its text-only backbone with discrete audio token vocabularies for speech and audio outputs, plus an audio encoder for inputs. The model uses the ChatML template and encloses reasoning content within <think> and </think> tags. To activate non-thinking mode, the system prepends <think></think> to assistant responses.
Inference requires vLLM 0.20.0 or transformers >= 4.53.0. Audio functionality needs additional packages (mamba-ssm, causal-conv1d) and audio codecs not bundled in the base vLLM container.
Capabilities
The model handles six primary audio tasks:
- Audio understanding: Question-answering about audio content (top_p=0.9, temperature=0.7)
- Speech recognition: Transcription using greedy sampling
- Speech translation: Cross-lingual speech conversion
- Text-to-speech (TTS): Uses standalone Audex causal speech decoder or XCodec2
- Text-to-audio (TTA): General audio generation using XCodec1 with optional 48kHz enhancement VAE
- Speech-to-speech: Direct audio-to-audio conversion with text reasoning
NVIDIA claims the model preserves the "reasoning, alignment, knowledge, long-context, and agentic capabilities" of its text-only backbone with "marginal or no regression."
Inference Options
The model supports multiple inference paths:
- vLLM (recommended): Offline batch processing and OpenAI-compatible server with audio_url support
- Hugging Face/transformers: Requires transformers >= 4.53.0
- Text-only reasoning: Can convert checkpoint to pure text by removing audio vocabularies
Audio understanding and speech recognition use transformers 4.53.3 or Megatron-LM's native inference for benchmark results. Text-to-audio uses XCodec1 with enhancement VAE, while text-to-speech uses the original non-streaming XCodec2 decoder.
What This Means
NVIDIA's release adds another entry to the growing unified multimodal model category, following similar efforts from other labs. The 1M token context window matches recent long-context releases, while the MoE architecture with only 3B active parameters should enable efficient inference. The noncommercial license restricts commercial deployment, limiting this to research and development use cases. The model's ability to maintain text reasoning while adding audio capabilities addresses a common trade-off in multimodal models, though independent verification of the "no regression" claim on text tasks would be needed. The requirement for multiple inference setups depending on task type adds implementation complexity compared to unified inference pipelines.
Related Articles
OpenAI Launches GPT-Live Voice Model That Delegates Complex Tasks to GPT-5.5
OpenAI has replaced ChatGPT's voice mode with GPT-Live, a new voice model that can delegate complex tasks to GPT-5.5 in the background. The previous voice mode was based on a GPT-4o era model with a 2024 knowledge cutoff.
Nex AGI releases Nex-N2-Mini: open-source agentic MoE model with 262K context window
Nex AGI has released Nex-N2-Mini, an open-source agentic mixture-of-experts model with a 262K-token context window. The model accepts text and image inputs and is priced at $0.025 per 1M input tokens and $0.10 per 1M output tokens.
NVIDIA Releases 10 Trillion Tokens of Open Agentic Training Data, Launches Interactive Prompt Atlas
NVIDIA has released over 10 trillion pre-training tokens and millions of post-training samples as part of its Nemotron open data initiative for building AI agents. The release includes the Nemotron Post-Training v3 Prompt Atlas, an interactive visualization tool, and Nemotron-Personas dataset representing 2.4 billion people across 10 countries.
DeepSeek Releases V4-Flash: 284B Parameter MoE Model with 1M Context Window at Q8 162GB
Unsloth has released optimized GGUF quantizations of DeepSeek-V4-Flash, a 284B parameter Mixture-of-Experts model that activates 13B parameters and supports 1 million token context windows. The Q8 quantization (UD-Q8_K_XL) runs at 162GB with claimed lossless precision, only 7GB larger than the Q4 variant.
Comments
Loading...