mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
8f46e31994
* fix(model-catalog): preserve manifest lifecycle metadata on refresh * fix(nvidia): simplify Qwen model lifecycle * test(nvidia): avoid map-spread lint * docs(nvidia): clarify retired Qwen models * fix(models): preserve NVIDIA lifecycle states * fix(models): keep NVIDIA lifecycle plugin-owned * fix(nvidia): retain fresh featured catalog models --------- Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@macos.shared> Co-authored-by: Peter Steinberger <steipete@gmail.com>
268 lines
7.4 KiB
JSON
268 lines
7.4 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
|
|
},
|
|
"status": "deprecated",
|
|
"statusReason": "NVIDIA retired this model and no longer lists it in its model catalog."
|
|
},
|
|
{
|
|
"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": {}
|
|
}
|
|
}
|