Back to Modelsby NVIDIA
N
Llama 3.3 Nemotron Super 49B v1
NemotronHigh efficiency model with leading accuracy for reasoning, tool calling, chat, and instruction following.
Free EndpointDownloadableJul 20, 2025open license5M API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatreasoningfunction calling
Tags
advanced-reasoningtool-callingchat
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/llama-3.3-nemotron-super-49b-v1cURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/llama-3.3-nemotron-super-49b-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'