One model to see, hear, and reason.
Reasoning + tool calling
OCR, charts, UI screens
ASR, meetings, calls
Converged A/V context
Hybrid mixture-of-experts: deep expertise when you need it, inference priced like a 3B model. Up to 9× more concurrent users on the same GPU.
No ASR → vision → fusion pipeline. Cross-modal reasoning happens in one representation space — audio can inform what the model sees.
enable_thinking, streaming, tool calls across modalities, and per-request reasoning depth.
Before: four models, context loss at every handoff, latency stacks.
Now: one deployment, one latency budget, shared cross-modal context.
The meeting-agent ingests audio, video, images, and text — then extracts transcripts, action items, decisions, and open questions. Includes a NVIDIA-green Gradio UI with every model setting exposed.
git clone https://github.com/cobusgreyling/NVIDIA-Nemotron-3-Nano-Omni.git
cd NVIDIA-Nemotron-3-Nano-Omni/meeting-agent
pip install openai requests Pillow gradio python-dotenv
export NVIDIA_API_KEY="nvapi-..."
# Self-contained demo
python examples/demo.py
# Full Gradio UI
python ui.py
# open http://localhost:7860
Get an API key from build.nvidia.com. Full setup and modality examples are in blog.md.