Install
openclaw skills install model-routingAutomatically routes requests to the optimal model based on task type, prioritizing code, reasoning, simplicity, and normal tasks with fallback and concurren...
openclaw skills install model-routingAutomatically route each request to the best model.
Routing rules:
gpt-5-codex for coding, debugging, build errors, stack traces, logs, repo edits, and implementation tasks.gpt-5 for deep reasoning, architecture, large-context analysis, complex planning, and hard diagnosis.gpt-4.1-nano for short trivial requests with no code and no deep reasoning.gpt-5-mini for everything else.Priority:
Fallbacks:
gpt-5-codex -> gpt-5 -> gpt-5-mini -> gpt-4.1-nanogpt-5 -> gpt-5-mini -> gpt-4.1-nanogpt-5-mini -> gpt-4.1-nanoRetry on:
Concurrency:
Respect explicit user overrides and any org/channel/session model locks first. Do not override a forced model. Only auto-route when routing is enabled and no explicit model is set.
Safety caps (defaults, may be tuned by admin):
Telemetry (lightweight): record {taskType, chosenModel, capsApplied} to internal trace; do not expose to users unless they ask.
Fallbacks: never upgrade to a more expensive model on retry; only downgrade tiers.