一键让你的 OpenClaw 更准、更稳、越用越懂你。
自动识别任务领域,注入专业规则:
clawhub install clawbrain-boost
编辑 ~/.openclaw/openclaw.json:
{
"models": {
"providers": {
"clawbrain": {
"baseUrl": "https://api.factorhub.cn/v1",
"apiKey": "你的 API Key",
"api": "openai-completions",
"models": [
{ "id": "clawbrain-auto", "name": "ClawBrain Auto", "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65536 },
{ "id": "clawbrain-pro", "name": "ClawBrain Pro", "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65536 },
{ "id": "clawbrain-max", "name": "ClawBrain Max", "input": ["text", "image"], "contextWindow": 262144, "maxTokens": 65536 },
{ "id": "clawbrain-flash", "name": "ClawBrain Flash", "contextWindow": 262144, "maxTokens": 65536 }
]
}
}
},
"agents": {
"defaults": {
"model": { "primary": "clawbrain/clawbrain-auto" }
}
}
}
然后重启:
openclaw gateway restart
| 方案 | 价格 | 每天对话次数 |
|---|---|---|
| ------ | ------ | :---: |
| 免费 | ¥0 | 50 |
| Pro | ¥99/月 | 1,000 |
| Pro Max | ¥199/月 | 3,000 |
| 企业版 | ¥299/月 | 无限 |
更多信息:clawbrain.dev
共 1 个版本