AICredits logo
nvidia

NVIDIA: Llama 3.3 Nemotron Super 49B V1.5

nvidia/llama-3.3-nemotron-super-49b-v1.5

Llama-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...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹9.99
Cached / 1M
₹1.00
Output / 1M
₹39.95

Pricing

Token typeUSD / 1MINR / 1M
Input$0.100₹9.99
Cached inputprompt cache read$0.0101.00
Output$0.400₹39.95

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

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 — /v1/chat/completions
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.