mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 14:48:33 +00:00
* fix(nvidia): load featured model catalog Co-authored-by: CaptainTimon <CaptainTimon@users.noreply.github.com> * fix(nvidia): widen catalog fetch timeout * fix(nvidia): cover catalog registration * fix(picker): include provider catalog loader * fix(nvidia): guard featured catalog fetch * fix(nvidia): sync bundled catalog with live API Replace minimaxai/minimax-m2.5 (MiniMax M2.5) with minimaxai/minimax-m2.7 (Minimax M2.7) and z-ai/glm5 (GLM-5) with z-ai/glm-5.1 (GLM 5.1) in the bundled fallback catalog to match NVIDIA's public featured-models endpoint. Update docs table and all extension test expectations. * fix(nvidia): retain shipped catalog refs * fix(picker): keep alias catalog rows * fix(nvidia): restore live catalog priority --------- Co-authored-by: CaptainTimon <CaptainTimon@users.noreply.github.com>
166 lines
4.2 KiB
JSON
166 lines
4.2 KiB
JSON
{
|
|
"id": "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-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.7",
|
|
"name": "Minimax M2.7",
|
|
"input": ["text"],
|
|
"contextWindow": 196608,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"requiresStringContent": true
|
|
}
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
"status": "deprecated",
|
|
"statusReason": "Shipped compatibility row; use minimaxai/minimax-m2.7 for new NVIDIA setups.",
|
|
"replacedBy": "minimaxai/minimax-m2.7"
|
|
},
|
|
{
|
|
"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": "Shipped compatibility row; use z-ai/glm-5.1 for new NVIDIA setups.",
|
|
"replacedBy": "z-ai/glm-5.1"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"discovery": {
|
|
"nvidia": "static"
|
|
}
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "nvidia",
|
|
"envVars": ["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": {}
|
|
}
|
|
}
|