Back to Models
N

Nemotron 3 Nano Omni 30B

Nemotron
by NVIDIA

Nemotron 3 Nano Omni is an omni-modal reasoning model that understands images, video, speech, text.

Free EndpointDownloadableApr 28, 2026open license8M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
4
text→text, image+text→text, audio→text, video→text

Capabilities

text generationchatreasoningvisionaudio

Tags

image-to-textvideo-understandingspeechreasoning

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/nemotron-3-nano-omni-30b-a3b-reasoning
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'