Frontier performance at lower cost
Automatic model selection for every Droid session. Factory Router picks the right model for each task, maintains frontier performance, and cuts cost by up to 25%.
$ droid --model router "refactor auth middleware"
Refactor auth middleware to use JWT validationDroid is routing…
Auto-ModelAuto HighNormal ModeMCP (3)Skills (12)
router-classifierclassifier · ~2s
Reads the first user message, recent tool calls and repo signals, then emits a scalar quality probability for each model.
message0.300.84
recent tools0.200.62
repo size0.150.77
language mix0.200.91
difficulty0.150.88
Final Score0.80
candidate scoringthreshold 0.70
sorted cheapest → most expensivequality_threshold
Kimi K2.6Moonshot$0.81
MiniMax-M2.7MiniMax$$0.88
Claude Opus 4.7Anthropic$$$0.95
Kimi K2.6
streaming
›Reading src/auth/middleware.ts...
›Found legacy session cookie validation
›Replacing with JWT verify (RS256)
›Generated 7 tests covering edge cases
›PR #418 opened — ready for review