NVIDIABudget
Nemotron 3 Super 120B
nvidia/nemotron-3-super-120b-a12b
Reliable low-cost open model; routes via the gateway.
Context
1000K
tokens
Tier
Budget
billed per use
Latency class
medium
typical speed
Billing
credits
tier multiplier
Capabilities
texttoolsreasoningstructured
Call this model via the API
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-3-super-120b-a12b",
"messages": [{"role": "user", "content": "Hello!"}]
}'