Loading
Generate a ready-to-use openclaw.json configuration file. Choose a preset profile, customize models and settings, then copy or download.
Generate ready-to-use OpenClaw agent configuration files from presets or custom model selections.
Main model for complex tasks
Used when primary is unavailable or rate-limited
For delegated sub-tasks. Use a cheaper model to save costs
For image analysis, screenshots, and vision tasks
// OpenClaw Configuration
// Profile: Solopreneur
// Generated: 2026-05-08 via dervity.com
{
// Set OPENROUTER_API_KEY in your environment or paste here
env: { OPENROUTER_API_KEY: "sk-or-..." },
agents: {
defaults: {
// Primary and fallback models
model: {
primary: "openrouter/anthropic/claude-sonnet-4-5",
fallbacks: ["openrouter/deepseek/deepseek-v3.2"],
},
// Model catalog (aliases for quick switching)
models: {
"openrouter/anthropic/claude-sonnet-4-5": { alias: "Claude Sonnet" },
"openrouter/deepseek/deepseek-v3.2": { alias: "DeepSeek V3.2" },
"openrouter/google/gemini-3-flash": { alias: "Gemini 3" },
"openrouter/qwen/qwen-2.5-vl-72b-instruct:free": { alias: "Qwen 2.5" },
},
// Vision / image analysis model
imageModel: {
primary: "openrouter/qwen/qwen-2.5-vl-72b-instruct:free",
},
// Subagent settings (delegated tasks)
subagents: {
model: "openrouter/google/gemini-3-flash",
maxConcurrent: 1,
runTimeoutSeconds: 600,
archiveAfterMinutes: 60,
},
// Agent defaults
thinkingDefault: "low",
maxConcurrent: 2,
timeoutSeconds: 300,
verboseDefault: "off",
elevatedDefault: "on",
mediaMaxMb: 5,
contextTokens: 200000,
},
},
}Save to ~/.openclaw/openclaw.json· Config verified against OpenClaw docs (March 2026)
Free AI optimization and data conversion tools.