AIAny
AI Model2026
Icon for item

unsloth/NVIDIA-Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF

Provides a GGUF-quantized build of NVIDIA's Nemotron 3 Nano Omni 30B (Reasoning) for local inference — enables multimodal (video/audio/image/text) reasoning, transcription, and document understanding on compatible runtimes such as llama.cpp, Ollama, vLLM, and TensorRT-LLM.

Introduction

Why this matters

NVIDIA Nemotron 3 Nano Omni unifies video, audio, image and text understanding in a single 30B A3B reasoning model. The GGUF release on Hugging Face packages quantized weights for local or edge inference, letting users run multimodal reasoning, transcription and document intelligence pipelines without calling a hosted API.

What Sets It Apart
  • Multimodal-first reasoning: combines a 30B Mamba2-style language core with CRADIO vision and Parakeet speech encoders, so single prompts can include images, short videos and audio alongside text for unified Q&A and summarization. This means fewer modality-specific pre‑processing steps when building pipelines.
  • Quantized, interoperable packaging: distributed as a GGUF bundle targeted at runtimes like llama.cpp / Ollama plus deployment notes for vLLM and TensorRT-LLM, making it practical to run lower-footprint variants (NVFP4/FP8/BF16) across desktop, server and edge GPUs.
  • Engineering-first docs and examples: the model card includes vLLM/TensorRT/SGLang examples, recommended sampling and memory-tuning guidance, and explicit notes on reasoning mode (chain-of-thought control) and video/audio handling.
Who it fits — trade-offs and constraints

Great fit if you need a local or enterprise-capable multimodal inference model for tasks such as meeting/video summarization, OCR-driven document reasoning, or speech transcription and you can provision NVIDIA-compatible hardware or optimized runtimes. Look elsewhere if you require guaranteed low-latency CPU-only inference, need models with explicit permissive open-source licenses (this uses NVIDIA's Nemotron license), or if strict data‑sovereignty/legal requirements mandate a different distribution/contract.

Practical notes
  • Size & runtimes: BF16 ~61.5 GB, FP8 ~32.8 GB, NVFP4 ~20.9 GB; recommended runtimes include vLLM, TensorRT-LLM, Ollama and llama.cpp for GGUF. Follow the model card for GPU memory tuning and video frame-sampling guidance.
  • Reasoning behavior: chain-of-thought (“thinking”) is on by default in the provided templates and can be disabled via chat_template_kwargs for production use where you only want final answers.

Taken together, this GGUF release lowers the friction to test and deploy Nemotron 3 Nano Omni locally while preserving its multimodal reasoning capabilities — at the cost of requiring compatible inference stacks and adherence to NVIDIA's model license.

Information

  • Websitehuggingface.co
  • Authorsunsloth (uploader), NVIDIA (model developer)
  • Published date2026/04/27

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.