Models / NVIDIA
NVIDIA
Nemotron 3 Nano Omni (free)
nvidia/nemotron-3-nano-omni-30b-a3b-reasoning: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...
Input
$0 / 1M tokens
Output
$0 / 1M tokens
Context
256K tokens
Capabilities
✓ Streaming✓ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.