Can you run it?
This page is a projection of the one entry record, the Reliability and Data control factors that Implement covers. The full verdict is set by all four factors together, floor-weighted so the weakest caps the whole.
- AssessUse & modify + Transparency
- ImplementData control + Reliability
- UseReliability
- SupportTransparency
Install & run
Download the ungated safetensors from the verified nvidia org on Hugging Face - note the repo id has
no "NVIDIA-" prefix (nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16) - and serve with vLLM,
SGLang or NVIDIA NIM; a TensorRT-LLM deploy cookbook is linked on the card. Pin the exact revision and
verify checksums before loading.
Hardware & VRAM requirements
Small and portable: 31B total / ~3B active runs on modest single-GPU hardware, and an official BF16 variant is published. Budget additionally for the multimodal input pipeline (image/audio/video preprocessing). Exact per-GPU VRAM is not restated here.
Serving stacks
vLLM, SGLang and NVIDIA's own NIM self-hosted microservices, plus a linked TensorRT-LLM deploy cookbook. NIM runs on your own infrastructure, so data stays in your enclave. The multimodal serving path is less mature than the text-only members of the family.
Safe-deployment controls & Deployment Ceiling
Deployment Ceiling: T2 (bounded), conditional. The multimodal input surface widens the misuse path and there is no model-level safety evaluation, so the controls are your responsibility: the multimodal-capable Nemotron-3-Content-Safety guard classifier (text and images), the NeMo Guardrails toolkit, and the garak red-team scanner. Red-team the video/audio/image input path for your own use case before any autonomous use. The irrevocable licence imposes no field-of-use restriction. Complete the pre-deployment gate in the safe-deployment playbook.
Available quantizations
An official NVIDIA BF16 variant is published. A broader official FP8/NVFP4 program like the text models' was not confirmed for Nano Omni this pass, so treat lower-precision paths as community or runtime options until verified.
Fine-tuning & adaptation
A training recipe exists in the NeMo repo (docs/nemotron/omni3, SFT then RL), so adaptation is
realistic. Reproduction is not: the recipe surfaces only the public subset of the alignment corpus (the
full upstream corpus of 20 RL datasets / 25 environments / ~2.3M rollouts is not open). Adapt from the
released checkpoint rather than expecting a full re-run.
API / OpenAI-compatible integration
Serve behind vLLM/SGLang or NVIDIA NIM for OpenAI-compatible endpoints; the multimodal input path may
need the documented preprocessing. A hosted build.nvidia.com preview API exists for evaluation only:
it reserves use of content "to improve NVIDIA products and services, including AI models".
How this scores
The ownership factors this domain covers, drawn from the one entry record.
ReliabilityIs it reliable and good enough for the job?
ModerateOperational is 3 (runs on mainstream stacks with an official BF16 variant, but the multimodal serving path is narrower and the quantization coverage thinner) and safety is 3 (no model-level safety evaluation over a wider multimodal misuse surface). Under the ownership rule, a safety score of 3 caps this factor at moderate.
Doesn't extract your dataDoes running it keep your knowledge and data yours?
StrongSelf-hosted via NIM (or the linked TensorRT-LLM path), the weights and inference run on your own infrastructure and data never leaves your enclave, and the NVIDIA Open Model Agreement claws back no rights - the grant is explicitly IRREVOCABLE, terminating only on the licensee's own IP litigation. That is the strong case for a self-hostable model.
Sources
The same evidence records as the entry sheet. Read means the text was verified; unverified means it is known to exist but not yet read.