{ "providers": { "prime-inference": { "baseUrl": "https://api.pinference.ai/api/v1", "api": "openai-completions", "models": [ { "id": "nvidia/nemotron-3-nano-30b-a3b", "name": "Nemotron 3 Nano 30B", "reasoning": true, "input": [ "text" ], "contextWindow": 131072, "maxTokens": 4096, "cost": { "input": 0.05, "output": 0.2, "cacheRead": 0, "cacheWrite": 0 }, "thinkingLevelMap": { "off": "none", "minimal": "none", "low": "none", "medium": "low", "high": "high", "xhigh": "high", "max": "high" } }, { "id": "nvidia/nemotron-3-super-120b-a12b", "name": "Nemotron 3 Super 120B", "reasoning": true, "input": [ "text" ], "contextWindow": 131072, "maxTokens": 8192, "cost": { "input": 0.3, "output": 0.9, "cacheRead": 0, "cacheWrite": 0 }, "thinkingLevelMap": { "off": "none", "minimal": "none", "low": "none", "medium": "low", "high": "high", "xhigh": "high", "max": "high" } }, { "id": "deepseek/deepseek-v4-pro", "name": "DeepSeek V4 Pro", "reasoning": true, "input": [ "text" ], "contextWindow": 131072, "maxTokens": 8192, "cost": { "input": 2.1, "output": 4.4, "cacheRead": 0, "cacheWrite": 0 } }, { "id": "anthropic/claude-opus-5", "name": "Claude Opus 5", "reasoning": true, "input": [ "text" ], "contextWindow": 200000, "maxTokens": 8192, "cost": { "input": 5.0, "output": 25.0, "cacheRead": 0, "cacheWrite": 0 } }, { "id": "openai/gpt-5.6", "name": "GPT-5.6", "reasoning": true, "input": [ "text" ], "contextWindow": 272000, "maxTokens": 8192, "cost": { "input": 5.0, "output": 30.0, "cacheRead": 0, "cacheWrite": 0 } } ] } } }