Last active
March 9, 2026 10:35
-
-
Save hmseeb/f386292a69ff8953e7b498b371e910ad to your computer and use it in GitHub Desktop.
openclaw 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-05T20:00:38.720Z", | |
| "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": "8310180465:AAG53C0EtRy2UKJROMkAkokNzUBRjXU97j0", | |
| "groupPolicy": "allowlist", | |
| "streamMode": "partial" | |
| } | |
| }, | |
| "gateway": { | |
| "port": 18789, | |
| "mode": "local", | |
| "bind": "loopback", | |
| "auth": { | |
| "mode": "token", | |
| "token": "d8d7103ad00fc96fe93084dc22ebce5e512602de12d7f041e3c73f1415bab49b" | |
| }, | |
| "trustedProxies": [ | |
| "127.0.0.1" | |
| ], | |
| "tailscale": { | |
| "mode": "off", | |
| "resetOnExit": false | |
| }, | |
| "remote": { | |
| "token": "d8d7103ad00fc96fe93084dc22ebce5e512602de12d7f041e3c73f1415bab49b" | |
| } | |
| }, | |
| "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