Nvidia Nemotron Nano 9B V2

Model details

Nvidia Nemotron Nano 9B V2

Model
nvidia/nemotron-nano-9b-v2
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
Yes
Context window
131,072
Max tokens
131,072
Cost / million input
$0.06
Cost / million output
$0.23
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "nvidia/nemotron-nano-9b-v2",
          "name": "Nvidia Nemotron Nano 9B V2",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 131072,
          "maxTokens": 131072,
          "cost": {
            "input": 0.06,
            "output": 0.22999999999999998,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}