feat: declare nvidia model catalog · openclaw/openclaw@7f87593
shakkernerd
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,6 +9,71 @@
|
9 | 9 | } |
10 | 10 | } |
11 | 11 | }, |
| 12 | +"modelCatalog": { |
| 13 | +"providers": { |
| 14 | +"nvidia": { |
| 15 | +"baseUrl": "https://integrate.api.nvidia.com/v1", |
| 16 | +"api": "openai-completions", |
| 17 | +"models": [ |
| 18 | + { |
| 19 | +"id": "nvidia/nemotron-3-super-120b-a12b", |
| 20 | +"name": "NVIDIA Nemotron 3 Super 120B", |
| 21 | +"input": ["text"], |
| 22 | +"contextWindow": 262144, |
| 23 | +"maxTokens": 8192, |
| 24 | +"cost": { |
| 25 | +"input": 0, |
| 26 | +"output": 0, |
| 27 | +"cacheRead": 0, |
| 28 | +"cacheWrite": 0 |
| 29 | + } |
| 30 | + }, |
| 31 | + { |
| 32 | +"id": "moonshotai/kimi-k2.5", |
| 33 | +"name": "Kimi K2.5", |
| 34 | +"input": ["text"], |
| 35 | +"contextWindow": 262144, |
| 36 | +"maxTokens": 8192, |
| 37 | +"cost": { |
| 38 | +"input": 0, |
| 39 | +"output": 0, |
| 40 | +"cacheRead": 0, |
| 41 | +"cacheWrite": 0 |
| 42 | + } |
| 43 | + }, |
| 44 | + { |
| 45 | +"id": "minimaxai/minimax-m2.5", |
| 46 | +"name": "MiniMax M2.5", |
| 47 | +"input": ["text"], |
| 48 | +"contextWindow": 196608, |
| 49 | +"maxTokens": 8192, |
| 50 | +"cost": { |
| 51 | +"input": 0, |
| 52 | +"output": 0, |
| 53 | +"cacheRead": 0, |
| 54 | +"cacheWrite": 0 |
| 55 | + } |
| 56 | + }, |
| 57 | + { |
| 58 | +"id": "z-ai/glm5", |
| 59 | +"name": "GLM-5", |
| 60 | +"input": ["text"], |
| 61 | +"contextWindow": 202752, |
| 62 | +"maxTokens": 8192, |
| 63 | +"cost": { |
| 64 | +"input": 0, |
| 65 | +"output": 0, |
| 66 | +"cacheRead": 0, |
| 67 | +"cacheWrite": 0 |
| 68 | + } |
| 69 | + } |
| 70 | + ] |
| 71 | + } |
| 72 | + }, |
| 73 | +"discovery": { |
| 74 | +"nvidia": "static" |
| 75 | + } |
| 76 | + }, |
12 | 77 | "providerAuthEnvVars": { |
13 | 78 | "nvidia": ["NVIDIA_API_KEY"] |
14 | 79 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。