Models
NVIDIAtext
Nemotron 3 Nano 30B A3B
Compact NVIDIA Nemotron model for efficient chat and instruction following.
nemotron-3-nano-30b-a3bQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "nemotron-3-nano-30b-a3b",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'