OpenClaw安装部署教程
CentOS宝塔面板 部署 OpenClaw
Windows系统安装部署OpenClaw中文版
初始化配置向导
Windows系统模型配置文件
查看网关令牌 token和设备授权
配置文件增加数字先锋API模型
systemd常驻启动服务
如何查看使用增加的模型
接入飞书机器人
飞书手机端如何提交指令让它在服务器上工作
windows用nvm-升级Node 版本
例:Agent 系统提示词(运维自动巡检)
例:OpenClaw 写代码改造提示词 + 执行清单
首页
##Windows系统openclaw配置文件 为方便大家使用整理了部分常用供大家直接替换配置文件使用 模型名称gpt-5.3-codex mimo-v2-omni MiniMax-M2.7 gpt-5.4-nano claude-sonnet-4-6 qwen3.5-plus claude-opus-4-6-thinking gpt-5.4 claude-opus-4-6 claude-sonnet-4-6-thinking gemini-3.1-pro-preview gemini-3-flash-preview-nothinking grok-4-1-fast-reasoning glm-5-turbo 更新后的 JSON文件直接替换内容,注意加上你的apiKey ```bash { "wizard": { "lastRunAt": "2026-04-07T05:21:25.210Z", "lastRunVersion": "0.2.0", "lastRunCommand": "configure", "lastRunMode": "local" }, "models": { "mode": "merge", "providers": { "cxsee": { "baseUrl": "https://api.cxsee.com/v1", "apiKey": "", "api": "openai-completions", "models": [ { "id": "gpt-5.3-codex", "name": "gpt-5.3-codex", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 4096 }, { "id": "mimo-v2-omni", "name": "mimo-v2-omni", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "MiniMax-M2.7", "name": "MiniMax-M2.7", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "gpt-5.4-nano", "name": "gpt-5.4-nano", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "claude-sonnet-4-6", "name": "claude-sonnet-4-6", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 }, { "id": "qwen3.5-plus", "name": "qwen3.5-plus", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "claude-opus-4-6-thinking", "name": "claude-opus-4-6-thinking", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 }, { "id": "gpt-5.4", "name": "gpt-5.4", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "claude-opus-4-6", "name": "claude-opus-4-6", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 }, { "id": "claude-sonnet-4-6-thinking", "name": "claude-sonnet-4-6-thinking", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 200000, "maxTokens": 8192 }, { "id": "gemini-3.1-pro-preview", "name": "gemini-3.1-pro-preview", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "gemini-3-flash-preview-nothinking", "name": "gemini-3-flash-preview-nothinking", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "grok-4-1-fast-reasoning", "name": "grok-4-1-fast-reasoning", "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 }, { "id": "glm-5-turbo", "name": "glm-5-turbo", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 8192 } ] } } }, "agents": { "defaults": { "model": { "primary": "cxsee/mimo-v2-omni" }, "models": { "cxsee/gpt-5.3-codex": { "alias": "gpt-5.3-codex" }, "cxsee/mimo-v2-omni": { "alias": "mimo-v2-omni" }, "cxsee/MiniMax-M2.7": { "alias": "MiniMax-M2.7" }, "cxsee/gpt-5.4-nano": { "alias": "gpt-5.4-nano" }, "cxsee/claude-sonnet-4-6": { "alias": "claude-sonnet-4-6" }, "cxsee/qwen3.5-plus": { "alias": "qwen3.5-plus" }, "cxsee/claude-opus-4-6-thinking": { "alias": "claude-opus-4-6-thinking" }, "cxsee/gpt-5.4": { "alias": "gpt-5.4" }, "cxsee/claude-opus-4-6": { "alias": "claude-opus-4-6" }, "cxsee/claude-sonnet-4-6-thinking": { "alias": "claude-sonnet-4-6-thinking" }, "cxsee/gemini-3.1-pro-preview": { "alias": "gemini-3.1-pro-preview" }, "cxsee/gemini-3-flash-preview-nothinking": { "alias": "gemini-3-flash-preview-nothinking" }, "cxsee/grok-4-1-fast-reasoning": { "alias": "grok-4-1-fast-reasoning" }, "cxsee/glm-5-turbo": { "alias": "glm-5-turbo" } }, "compaction": { "mode": "safeguard" }, "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 } } }, "messages": { "ackReactionScope": "group-mentions" }, "commands": { "native": "auto", "nativeSkills": "auto" }, "gateway": { "mode": "local" }, "meta": { "lastTouchedVersion": "0.2.0", "lastTouchedAt": "2026-04-07T05:21:25.284Z" } } ```
上一篇:初始化配置向导
下一篇:查看网关令牌 token和设备授权