model-router
Solid当需要调度不同模型执行子任务时使用。根据任务类型匹配模型能力,自动选择最优模型并生成调用指令。TRIGGER: 模型调度、model dispatch、选模型、分派任务、多模型协作、路由到模型
Install
Quality Score: 84/100
Skill Content
Details
- Author
- rexleimo
- Repository
- rexleimo/aios
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
model-router
Route an AI task when its execution arrangement must be selected or changed: runtime/provider/model capability, reasoning or compute intensity, tools, single-agent versus bounded multi-agent topology, verification, fallback, or human escalation. Use for explicit routing, high-risk execution design, or a route that cannot meet quality or policy constraints; do not use for ordinary work with a clear runtime and execution method.
model-routing
Use when selecting a model for a new task or subagent, deciding whether to escalate after a failed attempt, or designing a multi-agent pipeline with mixed task complexity.