- Model
nvidia/nemotron-3-ultra-550b-a55b- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 16,384
- Cost / million input
- $0.5
- Cost / million output
- $2.5
- Cost / million cache read
- $0.15
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "nvidia/nemotron-3-ultra-550b-a55b",
"name": "NVIDIA: Nemotron 3 Ultra",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 16384,
"cost": {
"input": 0.5,
"output": 2.5,
"cacheRead": 0.15,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}