Models
NVIDIAtext
Nemotron 3 Super 120B A12B
Larger NVIDIA Nemotron model for stronger reasoning and production assistants.
nemotron-3-super-120b-a12bQuickstart
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-super-120b-a12b",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'