Nemotron 3 Nano Omni (free)

NVIDIA Nemotron™ 3 Nano Omni is a 30B-A3B open multimodal model designed to function as a perception and context sub-agent in enterprise agent systems. It accepts text, image, video, and audio inputs and produces text output, enabling agents to perceive and reason across modalities in a single inference loop. Built on a hybrid MoE Transformer-Mamba architecture with Conv3D video layers and Efficient Video Sampling (EVS), it delivers approximately 2× higher throughput and 2.5× lower compute for video reasoning versus separate vision + speech pipelines.

Speech-to-textNVIDIA256k tokensFree

nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free

Context
256k tokens
Completion cap
65,536
Tools
Yes
JSON
No
Released
2026-04-28

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nemotron 3 Nano Omni (free)?
NVIDIA Nemotron™ 3 Nano Omni is a 30B-A3B open multimodal model designed to function as a perception and context sub-agent in enterprise agent systems. It accepts text, image, video, and audio inputs and produces text output, enabling agents to perceive and reason across modalities in a single inference loop. Built on a hybrid MoE Transformer-Mamba architecture with Conv3D video layers and Efficient Video Sampling (EVS), it delivers approximately 2× higher throughput and 2.5× lower compute for video reasoning versus separate vision + speech pipelines. Nemotron 3 Nano Omni (free) runs on the Geek Hub API (OpenAI-compatible). Model id: nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free.
Is Nemotron 3 Nano Omni (free) free?
Yes. The listed price is zero — you are not charged for prompt or completion tokens. Free endpoints are rate limited.
What is the context length of Nemotron 3 Nano Omni (free)?
Nemotron 3 Nano Omni (free) has a 256k tokens context window. It supports up to 65,536 completion tokens.
When was Nemotron 3 Nano Omni (free) released?
Nemotron 3 Nano Omni (free) was released on 2026-04-28.

More models from NVIDIA