Last active
March 9, 2026 10:35
-
-
Save hmseeb/a9e24335083fd57cc025b0f77ae5e002 to your computer and use it in GitHub Desktop.
openclaw client 2 config — maverick + qwen3.5 benchmark-optimized pairing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "lastTouchedVersion": "2026.2.9", | |
| "lastTouchedAt": "2026-03-09T15:30:00.000Z" | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-03-06T11:17:33.016Z", | |
| "lastRunVersion": "2026.2.9", | |
| "lastRunCommand": "doctor", | |
| "lastRunMode": "local" | |
| }, | |
| "models": { | |
| "mode": "merge", | |
| "providers": { | |
| "nvidia": { | |
| "baseUrl": "https://integrate.api.nvidia.com/v1", | |
| "apiKey": "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", | |
| "api": "openai-completions", | |
| "models": [ | |
| { | |
| "id": "qwen/qwen3.5-397b-a17b", | |
| "name": "Qwen 3.5 397B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 131072, | |
| "maxTokens": 8192 | |
| }, | |
| { | |
| "id": "qwen/qwen3-coder-480b-a35b-instruct", | |
| "name": "Qwen 3 Coder 480B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 131072, | |
| "maxTokens": 8192 | |
| }, | |
| { | |
| "id": "meta/llama-3.3-70b-instruct", | |
| "name": "Llama 3.3 70B", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 131072, | |
| "maxTokens": 8192 | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "model": { | |
| "primary": "nvidia/qwen/qwen3.5-397b-a17b", | |
| "fallbacks": [ | |
| "nvidia/qwen/qwen3-coder-480b-a35b-instruct", | |
| "nvidia/meta/llama-3.3-70b-instruct" | |
| ] | |
| }, | |
| "models": { | |
| "nvidia/qwen/qwen3.5-397b-a17b": { | |
| "alias": "qwen" | |
| }, | |
| "nvidia/qwen/qwen3-coder-480b-a35b-instruct": { | |
| "alias": "coder" | |
| }, | |
| "nvidia/meta/llama-3.3-70b-instruct": { | |
| "alias": "llama" | |
| } | |
| }, | |
| "workspace": "/data/workspace", | |
| "compaction": { | |
| "mode": "safeguard" | |
| }, | |
| "maxConcurrent": 4, | |
| "subagents": { | |
| "maxConcurrent": 8 | |
| } | |
| } | |
| }, | |
| "messages": { | |
| "ackReactionScope": "group-mentions" | |
| }, | |
| "commands": { | |
| "native": "auto", | |
| "nativeSkills": "auto", | |
| "restart": true | |
| }, | |
| "channels": { | |
| "telegram": { | |
| "enabled": true, | |
| "dmPolicy": "pairing", | |
| "botToken": "8595214672:AAESnwfloBgI9SOm3_yQV76pZ363fC0PAzk", | |
| "groupPolicy": "allowlist", | |
| "streamMode": "partial" | |
| } | |
| }, | |
| "gateway": { | |
| "port": 18789, | |
| "mode": "local", | |
| "bind": "loopback", | |
| "auth": { | |
| "mode": "token", | |
| "token": "9a348afdae1ec7f92facf4a98efcbf42961067ba067c49ac5400495a12885684" | |
| }, | |
| "trustedProxies": [ | |
| "127.0.0.1" | |
| ], | |
| "tailscale": { | |
| "mode": "off", | |
| "resetOnExit": false | |
| }, | |
| "remote": { | |
| "token": "9a348afdae1ec7f92facf4a98efcbf42961067ba067c49ac5400495a12885684" | |
| } | |
| }, | |
| "skills": { | |
| "install": { | |
| "nodeManager": "npm" | |
| } | |
| }, | |
| "plugins": { | |
| "entries": { | |
| "telegram": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment