openclaw config set 'models.providers.deepseek' --json '{
"baseUrl": "https://api.deepseek.com/v1",
"apiKey": "YOUR_DEEPSEEK_API_KEY",
"api": "openai-completions",
"models": [
{ "id": "deepseek-chat", "name": "DeepSeek Chat" },
{ "id": "deepseek-reasoner", "name": "DeepSeek Reasoner" }
]
}'
{
"meta": {
"lastTouchedVersion": "2026.1.30",
"lastTouchedAt": "2026-02-04T15:22:13.503Z"
},
"wizard": {
"lastRunAt": "2026-02-04T15:22:13.490Z",
"lastRunVersion": "2026.1.30",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"models": {
"mode": "merge",
"providers": {
"hunyuan": {
"baseUrl": "https://api.hunyuan.cloud.tencent.com/v1",
"apiKey": "YOUR_TENCENT_API_KEY",
"api": "openai-completions",
"models": [
{
"id": "hunyuan-turbos-latest",
"name": "混元 TurboS Latest",
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": { "primary": "hunyuan/hunyuan-turbos-latest" },
"workspace": "/root/.openclaw/workspace",
"compaction": { "mode": "safeguard" },
"maxConcurrent": 4,
"subagents": { "maxConcurrent": 8 }
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"channels": {
"wecom": {
"enabled": true,
"token": "YOUR_WECOM_TOKEN",
"encodingAESKey": "YOUR_WECOM_ENCODING_AES_KEY"
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"auth": {
"mode": "token",
"token": "YOUR_GATEWAY_TOKEN"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"plugins": {
"entries": {
"feishu": { "enabled": true },
"qqbot": { "enabled": true },
"dingtalk": { "enabled": true },
"wecom": { "enabled": true }
},
"installs": {
"feishu": {
"source": "npm",
"spec": "@m1heng-clawd/feishu",
"installPath": "/root/.openclaw/extensions/feishu",
"version": "0.1.7",
"installedAt": "2026-02-04T06:59:58.306Z"
},
"qqbot": {
"source": "npm",
"spec": "https://github.com/sliverp/qqbot.git",
"installPath": "/root/.openclaw/extensions/qqbot",
"version": "1.3.0",
"installedAt": "2026-02-04T07:01:02.258Z"
},
"dingtalk": {
"source": "archive",
"sourcePath": "/tmp/tmp.XgWu7SxhWr/dingtalk.tgz",
"installPath": "/root/.openclaw/extensions/dingtalk",
"version": "0.2.0",
"installedAt": "2026-02-04T07:01:41.777Z"
},
"wecom": {
"source": "archive",
"sourcePath": "/tmp/tmp.lsxanbsiQ5/wecom.tgz",
"installPath": "/root/.openclaw/extensions/wecom",
"version": "2026.1.30",
"installedAt": "2026-02-04T07:02:50.962Z"
}
}
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"session-memory": { "enabled": true }
}
}
}
}