Skip to content

Instantly share code, notes, and snippets.

@haltakov
Created February 10, 2026 08:30
Show Gist options
  • Select an option

  • Save haltakov/72f732bacb7c81a056fc1853cc6e970a to your computer and use it in GitHub Desktop.

Select an option

Save haltakov/72f732bacb7c81a056fc1853cc6e970a to your computer and use it in GitHub Desktop.
// 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
}
]
}
}
}
@ericlxbgit

Copy link
Copy Markdown

The openclaw.json haltakov posted still rocks now!
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment