{
  "id": "nvidia",
  "activation": {
    "onStartup": false
  },
  "enabledByDefault": true,
  "providers": [
    "nvidia"
  ],
  "modelIdNormalization": {
    "providers": {
      "nvidia": {
        "prefixWhenBare": "nvidia"
      }
    }
  },
  "modelCatalog": {
    "providers": {
      "nvidia": {
        "baseUrl": "https://integrate.api.nvidia.com/v1",
        "api": "openai-completions",
        "models": [
          {
            "id": "nvidia/nemotron-3-super-120b-a12b",
            "name": "NVIDIA Nemotron 3 Super 120B",
            "input": [
              "text"
            ],
            "contextWindow": 262144,
            "maxTokens": 8192,
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "compat": {
              "requiresStringContent": true
            }
          },
          {
            "id": "moonshotai/kimi-k2.5",
            "name": "Kimi K2.5",
            "input": [
              "text"
            ],
            "contextWindow": 262144,
            "maxTokens": 8192,
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "compat": {
              "requiresStringContent": true
            }
          },
          {
            "id": "minimaxai/minimax-m2.5",
            "name": "MiniMax M2.5",
            "input": [
              "text"
            ],
            "contextWindow": 196608,
            "maxTokens": 8192,
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "compat": {
              "requiresStringContent": true
            }
          },
          {
            "id": "z-ai/glm5",
            "name": "GLM-5",
            "input": [
              "text"
            ],
            "contextWindow": 202752,
            "maxTokens": 8192,
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "compat": {
              "requiresStringContent": true
            }
          }
        ]
      }
    },
    "discovery": {
      "nvidia": "static"
    }
  },
  "providerAuthEnvVars": {
    "nvidia": [
      "NVIDIA_API_KEY"
    ]
  },
  "providerAuthChoices": [
    {
      "provider": "nvidia",
      "method": "api-key",
      "choiceId": "nvidia-api-key",
      "choiceLabel": "NVIDIA API key",
      "groupId": "nvidia",
      "groupLabel": "NVIDIA",
      "groupHint": "Direct API key",
      "optionKey": "nvidiaApiKey",
      "cliFlag": "--nvidia-api-key",
      "cliOption": "--nvidia-api-key <key>",
      "cliDescription": "NVIDIA API key"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
