nvidia/llama-3.3-nemotron-super-49b-v1.5Llama-3.3-Nemotron-Super-49B-v1.5 is a 49B-parameter, English-centric reasoning/chat model derived from Meta’s Llama-3.3-70B-Instruct with a 128K context. It’s post-trained for agentic workflows (RAG, tool calling) via SFT across math, code, science, and...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.100 | ₹9.99 |
| Cached inputprompt cache read | $0.010 | ₹1.00 |
| Output | $0.400 | ₹39.95 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call NVIDIA: Llama 3.3 Nemotron Super 49B V1.5 through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.