Created
February 6, 2026 17:09
-
-
Save pheeca/dba76adafbc05659fb21d7e6604cf7bf to your computer and use it in GitHub Desktop.
deepinfra openclaw config
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.1.29", | |
| "lastTouchedAt": "2026-02-02T00:03:18.870Z" | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-02-01T21:07:15.423Z", | |
| "lastRunVersion": "2026.1.29", | |
| "lastRunCommand": "onboard", | |
| "lastRunMode": "local" | |
| }, | |
| "models": { | |
| "mode": "merge", | |
| "providers": { | |
| "deepinfra": { | |
| "baseUrl": "https://api.deepinfra.com/v1/openai", | |
| "apiKey": "<deepinfra-apikey>", | |
| "api": "openai-completions", | |
| "models": [ | |
| { | |
| "id": "deepseek-ai/DeepSeek-V3.2", | |
| "name": "DeepSeek V3.2", | |
| "reasoning": false, | |
| "input": [ | |
| "text" | |
| ], | |
| "cost": { | |
| "input": 0.26, | |
| "output": 0.38, | |
| "cacheRead": 0.13, | |
| "cacheWrite": 0.19 | |
| }, | |
| "contextWindow": 160000, | |
| "maxTokens": 8192 | |
| }] | |
| } | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "model": { | |
| "primary": "deepinfra/deepseek-ai/DeepSeek-V3.2", | |
| "fallbacks": [ | |
| "deepinfra/deepseek-ai/DeepSeek-V3.2" | |
| ] | |
| }, | |
| "models": { | |
| "deepseek-ai/DeepSeek-V3.2": { | |
| "alias": "deepseek" | |
| } | |
| }, | |
| "workspace": "/home/node/.openclaw/workspace", | |
| "compaction": { | |
| "mode": "safeguard" | |
| }, | |
| "maxConcurrent": 4, | |
| "subagents": { | |
| "maxConcurrent": 8 | |
| } | |
| } | |
| }, | |
| "messages": { | |
| "ackReactionScope": "group-mentions" | |
| }, | |
| "commands": { | |
| "native": "auto", | |
| "nativeSkills": "auto", | |
| "restart": true | |
| }, | |
| "hooks": { | |
| "internal": { | |
| "enabled": true, | |
| "entries": { | |
| "command-logger": { | |
| "enabled": true | |
| }, | |
| "boot-md": { | |
| "enabled": true | |
| }, | |
| "session-memory": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| }, | |
| "channels": { | |
| ...channel configs | |
| }, | |
| "gateway": { | |
| ...gateway configs | |
| }, | |
| "skills": { | |
| "install": { | |
| "nodeManager": "npm" | |
| } | |
| }, | |
| "plugins": { | |
| "entries": { | |
| "whatsapp": { | |
| "enabled": true | |
| }, | |
| "telegram": { | |
| "enabled": true | |
| }, | |
| "discord": { | |
| "enabled": true | |
| }, | |
| "signal": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment