Created
February 10, 2026 08:30
-
-
Save haltakov/72f732bacb7c81a056fc1853cc6e970a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // In agents.models: | |
| "nvidia/moonshotai/kimi-k2.5": { | |
| "alias": "kimi" | |
| } | |
| // In the root | |
| "models": { | |
| "mode": "merge", | |
| "providers": { | |
| "nvidia": { | |
| "baseUrl": "https://integrate.api.nvidia.com/v1", | |
| "apiKey": "<API_KEY>", | |
| "api": "openai-completions", | |
| "models": [ | |
| { | |
| "id": "moonshotai/kimi-k2.5", | |
| "name": "Kimi K2.5", | |
| "reasoning": true, | |
| "input": [ | |
| "text", | |
| "image" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 256000, | |
| "maxTokens": 8192 | |
| } | |
| ] | |
| } | |
| } | |
| } |
Author
Hey, working fine so far after the latest update today. This is whaty I got in auth-profiles.json
"profiles": {
"nvidia:manual": {
"type": "token",
"provider": "nvidia",
"token": "nvapi-xxxx-xxxx"
}
},
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thanks for posting this. Just updated Openclaw today to the beta, is this still working for you? what do you have in the auth-profiles.json?