如何在国内使用openclaw(龙虾)并使用claude-sonnet-4-6模型
如何在国内使用openclaw(龙虾)并使用claude-sonnet-4-6模型
·

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>

{
"wizard": {
"lastRunAt": "2026-03-11T04:06:44.170Z",
"lastRunVersion": "0.1.8-fix.3",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"auth": {
"profiles": {
"deepseek:default": {
"provider": "deepseek",
"mode": "api_key"
}
},
"order": {
"deepseek": ["deepseek:default"]
}
},
"models": {
"mode": "merge",
"providers": {
"anthropic": {
"baseUrl": "https://chat.xutongbao.top/api/light/chat/openClaw",
"apiKey": "sk-在网站上获取你的apikey",
"api": "anthropic-messages",
"models": [
{
"id": "claude-sonnet-4-6",
"name": "Claude Sonnet 4.6",
"reasoning": true,
"input": ["text", "image"],
"contextWindow": 200000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "anthropic/claude-sonnet-4-6"
},
"models": {
"anthropic/claude-sonnet-4-6": {
"alias": "Claude Sonnet 4.6"
}
},
"workspace": "C:\\Users\\13796\\.openclaw\\workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"session-memory": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"boot-md": {
"enabled": true
}
}
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token": "25091c229ea32bd85220164f97053d2acaee731932954d2f"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"meta": {
"lastTouchedVersion": "0.1.8-fix.3",
"lastTouchedAt": "2026-03-11T04:06:44.201Z"
}
}
获取api-key
需要用邮箱注册,登录,访问下面链接
https://chat.xutongbao.top/#/ai/singleMe/api

更多推荐

所有评论(0)