- Model
nvidia/nemotron-3-nano-30b-a3b- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 262,144
- Cost / million input
- $0.05
- Cost / million output
- $0.24
- 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-3-nano-30b-a3b",
"name": "Nemotron 3 Nano 30B A3B",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 262144,
"cost": {
"input": 0.05,
"output": 0.24,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}