mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 08:50:43 +00:00
104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"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
|
|
}
|
|
},
|
|
{
|
|
"id": "moonshotai/kimi-k2.5",
|
|
"name": "Kimi K2.5",
|
|
"input": ["text"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "minimaxai/minimax-m2.5",
|
|
"name": "MiniMax M2.5",
|
|
"input": ["text"],
|
|
"contextWindow": 196608,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
},
|
|
{
|
|
"id": "z-ai/glm5",
|
|
"name": "GLM-5",
|
|
"input": ["text"],
|
|
"contextWindow": 202752,
|
|
"maxTokens": 8192,
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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": "API key",
|
|
"optionKey": "nvidiaApiKey",
|
|
"cliFlag": "--nvidia-api-key",
|
|
"cliOption": "--nvidia-api-key <key>",
|
|
"cliDescription": "NVIDIA API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|