Trismegistus
Trismegistus
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
texttoolsreasoningstructured

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!"}]
  }'