| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "wizard": {
- "lastRunAt": "2026-03-14T02:22:47.440Z",
- "lastRunVersion": "2026.3.12",
- "lastRunCommand": "onboard",
- "lastRunMode": "local"
- },
- "models": {
- "mode": "merge",
- "providers": {
- "bailian": {
- "baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
- "apiKey": "YOUR_API_KEY",
- "api": "openai-completions",
- "models": [
- {
- "id": "qwen3.5-plus",
- "name": "qwen3.5-plus",
- "reasoning": false,
- "input": [
- "text",
- "image"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 1000000,
- "maxTokens": 65536,
- "compat": {
- "thinkingFormat": "qwen"
- }
- },
- {
- "id": "qwen3-max-2026-01-23",
- "name": "qwen3-max-2026-01-23",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 262144,
- "maxTokens": 65536,
- "compat": {
- "thinkingFormat": "qwen"
- }
- },
- {
- "id": "qwen3-coder-next",
- "name": "qwen3-coder-next",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 262144,
- "maxTokens": 65536
- },
- {
- "id": "qwen3-coder-plus",
- "name": "qwen3-coder-plus",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 1000000,
- "maxTokens": 65536
- },
- {
- "id": "MiniMax-M2.5",
- "name": "MiniMax-M2.5",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 196608,
- "maxTokens": 32768
- },
- {
- "id": "glm-5",
- "name": "glm-5",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 202752,
- "maxTokens": 16384,
- "compat": {
- "thinkingFormat": "qwen"
- }
- },
- {
- "id": "glm-4.7",
- "name": "glm-4.7",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 202752,
- "maxTokens": 16384,
- "compat": {
- "thinkingFormat": "qwen"
- }
- },
- {
- "id": "kimi-k2.5",
- "name": "kimi-k2.5",
- "reasoning": false,
- "input": [
- "text",
- "image"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 262144,
- "maxTokens": 32768,
- "compat": {
- "thinkingFormat": "qwen"
- }
- }
- ]
- }
- }
- },
- "agents": {
- "defaults": {
- "model": {
- "primary": "bailian/qwen3.5-plus"
- },
- "models": {
- "bailian/qwen3.5-plus": {},
- "bailian/qwen3-max-2026-01-23": {},
- "bailian/qwen3-coder-next": {},
- "bailian/qwen3-coder-plus": {},
- "bailian/MiniMax-M2.5": {},
- "bailian/glm-5": {},
- "bailian/glm-4.7": {},
- "bailian/kimi-k2.5": {}
- },
- "workspace": "C:\\Users\\admin\\.openclaw\\workspace"
- }
- },
- "tools": {
- "profile": "coding"
- },
- "commands": {
- "native": "auto",
- "nativeSkills": "auto",
- "restart": true,
- "ownerDisplay": "raw"
- },
- "session": {
- "dmScope": "per-channel-peer"
- },
- "gateway": {
- "port": 18789,
- "mode": "local",
- "bind": "loopback",
- "auth": {
- "mode": "token",
- "token": "530adc707f7de90df97f39e8ead5909a74bfa04d4df3b4b6"
- },
- "tailscale": {
- "mode": "off",
- "resetOnExit": false
- },
- "nodes": {
- "denyCommands": [
- "camera.snap",
- "camera.clip",
- "screen.record",
- "contacts.add",
- "calendar.add",
- "reminders.add",
- "sms.send"
- ]
- }
- },
- "meta": {
- "lastTouchedVersion": "2026.3.12",
- "lastTouchedAt": "2026-03-14T02:22:47.452Z"
- }
- }
|