mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
Add NVIDIA Nemotron 3 Ultra to the bundled NVIDIA provider catalog and make it the bundled fallback default. Keep successful NVIDIA featured-model feeds authoritative, while treating the first live feed row as the setup default option. Update NVIDIA provider docs and focused provider/model-picker tests for the new Ultra behavior. Verification: - node scripts/run-vitest.mjs src/commands/model-picker.test.ts extensions/nvidia/provider-catalog.test.ts extensions/nvidia/index.test.ts extensions/nvidia/onboard.test.ts - pnpm exec oxfmt --check src/flows/model-picker.ts src/commands/model-picker.test.ts - pnpm format:docs:check - pnpm docs:check-mdx - git diff --check upstream/main...HEAD - .agents/skills/autoreview/scripts/autoreview --mode branch --base upstream/main --parallel-tests "node scripts/run-vitest.mjs src/commands/model-picker.test.ts extensions/nvidia/provider-catalog.test.ts extensions/nvidia/index.test.ts extensions/nvidia/onboard.test.ts"
182 lines
4.7 KiB
JSON
182 lines
4.7 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-ultra-550b-a55b",
|
|
"name": "NVIDIA Nemotron 3 Ultra 550B",
|
|
"input": ["text"],
|
|
"contextWindow": 1000000,
|
|
"maxTokens": 16384,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"compat": {
|
|
"requiresStringContent": true
|
|
}
|
|
},
|
|
{
|
|
"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": {}
|
|
}
|
|
}
|