{ "models": { "providers": { "nvidia": { "baseUrl": "https://integrate.api.nvidia.com/v1", "apiKey": "${NVIDIA_API_KEY}", "api": "openai-completions", "models": [ { "id": "openai/gpt-oss-120b", "name": "openai/gpt-oss-120b", "input": ["text"], "contextWindow": 131072, "maxTokens": 32768 }, { "id": "qwen/qwen3.5-397b-a17b", "name": "qwen/qwen3.5-397b-a17b", "input": ["text", "image"], "contextWindow": 128000, "maxTokens": 8192 }, { "id": "stepfun-ai/step-3.5-flash", "name": "stepfun-ai/step-3.5-flash", "input": ["text", "image"], "contextWindow": 256000, "maxTokens": 8192 }, { "id": "moonshotai/kimi-k2.5", "name": "moonshotai/kimi-k2.5", "input": ["text", "image"], "contextWindow": 256000, "maxTokens": 8192 }, { "id": "z-ai/glm4.7", "name": "z-ai/glm4.7", "input": ["text", "image"], "contextWindow": 128000, "maxTokens": 8192 }, { "id": "z-ai/glm5", "name": "z-ai/glm5", "input": ["text", "image"], "contextWindow": 128000, "maxTokens": 8192 }, { "id": "minimaxai/minimax-m2.5", "name": "minimaxai/minimax-m2.5", "input": ["text", "image"], "contextWindow": 192000, "maxTokens": 8192 } ] }, "qiniu": { "baseUrl": "https://api.qnaigc.com/v1", "apiKey": "${QINIU_API_KEY}", "api": "openai-completions", "models": [ { "id": "minimax/minimax-m2.5", "name": "minimax/minimax-m2.5", "input": ["text", "image"], "contextWindow": 128000, "maxTokens": 8192 } ] }, "silicon": { "baseUrl": "https://api.siliconflow.cn/v1", "apiKey": "${SF_API_KEY}", "api": "openai-completions", "models": [ { "id": "Pro/MiniMaxAI/MiniMax-M2.5", "name": "Pro/MiniMaxAI/MiniMax-M2.5", "input": ["text", "image"], "contextWindow": 128000, "maxTokens": 8192 } ] } } }, "agents": { "defaults": { "model": { "primary": "openai/gpt-oss-120b", "fallbacks": ["z-ai/glm5", "minimaxai/minimax-m2.5"] } } }, "channels": { "feishu": { "enabled": false } }, "gateway": { "mode": "local", "bind": "lan", "port": 7860, "trustedProxies": ["0.0.0.0/0"], "auth": { "mode": "token", "token": "${OPENCLAW_GATEWAY_PASSWORD}" }, "controlUi": { "allowInsecureAuth": true, "dangerouslyDisableDeviceAuth": true, "allowedOrigins": ["*"], "dangerouslyAllowHostHeaderOriginFallback": true }, "nodes": { "browser": { "mode": "auto" } } }, "tools": { "profile": "full", "web": { "search": { "enabled": true, "provider": "brave", "apiKey": "${BRAVE_KEY}", "maxResults": 5 }, "fetch": { "enabled": true } }, "agentToAgent": { "enabled": true } }, "browser": { "enabled": true, "headless": true, "noSandbox": true, "defaultProfile": "openclaw", "executablePath": "/root/.cache/ms-playwright/chromium/chrome-linux64/chrome" }, "commands": { "native": "auto", "nativeSkills": "auto", "restart": true, "ownerDisplay": "raw" }, "session": { "maintenance": { "mode": "enforce", "resetArchiveRetention": "1d" } }, "plugins": { "entries": {} } }