#Damn, been at this all day. Reviewed

1 messages ยท Page 1 of 1 (latest)

blissful night
#

I'll fix your json

#

You need something else first. An API key from nvidia which will give openclaw access to kimi

#

create an account, verify your email

#

create an api key. keep it a secret. write it down in a file

#

tell me when you have the key. I'll show you where to paste it in

#

again do not show anyone the key

#

@odd grail

odd grail
blissful night
#

Here is a reformatted json:

{
  "meta": {
    "lastTouchedVersion": "2026.2.1",
    "lastTouchedAt": "2026-02-03T02:37:45.573Z"
  },
  "wizard": {
    "lastRunAt": "2026-02-03T01:13:38.000Z",
    "lastRunVersion": "2026.2.1",
    "lastRunCommand": "doctor",
    "lastRunMode": "local"
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "nvidia/moonshotai/kimi-k2.5"
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 8
      }
    }
  },
  "models": {
    "providers": {
      "nvidia": {
        "baseUrl": "https://integrate.api.nvidia.com/v1",
        "apiKey": "nvapi-YOUR_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": 128000,
            "maxTokens": 8192
          }
        ]
      }
    }
  },
  "messages": {
    "ackReactionScope": "group-mentions"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto"
  },
  "gateway": {
    "mode": "local",
    "auth": {
      "mode": "token",
      "token": "YOUR_GATEWAY_TOKEN"
    }
  },
  "plugins": {
    "entries": {
      "whatsapp": {
        "enabled": true
      }
    }
  }
}
#

Replace your current openclaw.json with what I just sent you

#

And then fill in the placeholders with your api key and gateway token

#

Once you save the file the gateway application should restart itself

#

And to confirm I checked with openclaw, that config looks right if you fill it in.

#

@odd grail

odd grail