Loading
Generate optimized AI agent configuration files. Choose a preset or customize every model. Currently supports OpenClaw JSON5 format.
Generate ready-to-use AI agent configuration files from presets or custom model selections. Currently outputs OpenClaw JSON5 format. Supports solopreneur, developer, agency, and budget profiles.
Main model for most tasks
Used when primary is unavailable
For delegated sub-tasks (use a cheaper model)
For image analysis and vision tasks
// OpenClaw Configuration
// Profile: Solopreneur
// Generated: 2026-02-08 via dervity.com
{
// Set your OpenRouter API key as environment variable
env: { OPENROUTER_API_KEY: "sk-or-..." },
agents: {
defaults: {
model: {
primary: "openrouter/anthropic/claude-sonnet-4-5",
fallbacks: ["openrouter/deepseek/deepseek-v3.2"]
},
models: {
"openrouter/anthropic/claude-sonnet-4-5": {},
"openrouter/deepseek/deepseek-v3.2": {},
"openrouter/google/gemini-3-flash": {},
"openrouter/qwen/qwen-2.5-vl-72b-instruct:free": {},
},
imageModel: {
primary: "openrouter/qwen/qwen-2.5-vl-72b-instruct:free"
},
subagents: {
model: "openrouter/google/gemini-3-flash",
maxConcurrent: 1,
archiveAfterMinutes: 60
},
thinkingDefault: "low",
maxConcurrent: 2,
timeoutSeconds: 300,
verboseDefault: "off",
elevatedDefault: "on",
mediaMaxMb: 5,
contextTokens: 200000
}
}
}Free AI optimization and data conversion tools.