Files
openclaw/extensions/nvidia/openclaw.plugin.json
Peter Steinberger 695db84cd1 feat(plugins): match shared models across vendor-namespaced catalog ids (#115210)
Aggregators republish first-party models under a namespaced id and varying
case, so the shared-model check could not group novita/moonshotai/kimi-k3 with
moonshot/kimi-k3. Matching now ignores one leading namespace segment and case,
which catches that whole class automatically instead of needing an
upstreamModel marker per row.

Declares the tier on the 18 rows this surfaces across baseten, deepinfra, gmi,
novita, nvidia, and together. All are "capable", matching what the runtime
already applied for an absent flag, so behavior is unchanged.
2026-07-28 10:22:23 -04:00

300 lines
7.6 KiB
JSON

{
"id": "nvidia",
"icon": "https://cdn.simpleicons.org/nvidia",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"nvidia"
],
"providerEndpoints": [
{
"endpointClass": "nvidia-native",
"hosts": [
"integrate.api.nvidia.com"
],
"baseUrls": [
"https://integrate.api.nvidia.com/v1"
]
}
],
"modelIdNormalization": {
"providers": {
"nvidia": {
"prefixWhenBare": "nvidia"
}
}
},
"modelCatalog": {
"providers": {
"nvidia": {
"baseUrl": "https://integrate.api.nvidia.com/v1",
"api": "openai-completions",
"models": [
{
"id": "nvidia/nemotron-3-ultra-550b-a55b",
"name": "Nemotron 3 Ultra 550B",
"input": [
"text"
],
"reasoning": true,
"contextWindow": 1048576,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
}
},
{
"id": "nvidia/nemotron-3-super-120b-a12b",
"name": "Nemotron 3 Super 120B",
"input": [
"text"
],
"reasoning": true,
"contextWindow": 1000000,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
}
},
{
"id": "z-ai/glm-5.2",
"name": "GLM 5.2",
"input": [
"text"
],
"reasoning": true,
"contextWindow": 202752,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true,
"codeMode": "capable"
}
},
{
"id": "moonshotai/kimi-k2.6",
"name": "Kimi K2.6",
"input": [
"text",
"image"
],
"reasoning": true,
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
}
},
{
"id": "minimaxai/minimax-m3",
"name": "Minimax M3",
"input": [
"text",
"image"
],
"reasoning": true,
"contextWindow": 196608,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
}
},
{
"id": "deepseek-ai/deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"input": [
"text"
],
"reasoning": true,
"contextWindow": 262144,
"maxTokens": 16384,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true,
"codeMode": "capable"
}
},
{
"id": "qwen/qwen3.5-397b-a17b",
"name": "Qwen3.5 397B A17B",
"input": [
"text",
"image"
],
"reasoning": true,
"contextWindow": 262144,
"maxTokens": 32768,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
}
},
{
"id": "moonshotai/kimi-k2.5",
"name": "Kimi K2.5",
"input": [
"text",
"image"
],
"reasoning": true,
"contextWindow": 262144,
"maxTokens": 32768,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
},
"status": "deprecated",
"statusReason": "Still available by exact reference; use moonshotai/kimi-k2.6 for new NVIDIA setups.",
"replacedBy": "moonshotai/kimi-k2.6"
},
{
"id": "z-ai/glm-5.1",
"name": "GLM 5.1",
"input": [
"text"
],
"contextWindow": 202752,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true,
"codeMode": "capable"
},
"status": "deprecated",
"statusReason": "Still available by exact reference; use z-ai/glm-5.2 for new NVIDIA setups.",
"replacedBy": "z-ai/glm-5.2"
},
{
"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
},
"status": "deprecated",
"statusReason": "Still available by exact reference; use z-ai/glm-5.2 for new NVIDIA setups.",
"replacedBy": "z-ai/glm-5.2"
},
{
"id": "minimaxai/minimax-m2.7",
"name": "Minimax M2.7",
"input": [
"text"
],
"reasoning": true,
"contextWindow": 204800,
"maxTokens": 16384,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"requiresStringContent": true
},
"status": "deprecated",
"statusReason": "Still available by exact reference; use minimaxai/minimax-m3 for new NVIDIA setups.",
"replacedBy": "minimaxai/minimax-m3"
}
]
}
},
"discovery": {
"nvidia": "refreshable"
}
},
"setup": {
"providers": [
{
"id": "nvidia",
"envVars": [
"NVIDIA_API_KEY"
]
}
]
},
"providerAuthChoices": [
{
"provider": "nvidia",
"method": "api-key",
"choiceId": "nvidia-api-key",
"appGuidedSecret": true,
"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": {}
}
}