least-cost-routing
SolidRoute a model-agnostic request to the cheapest capable (provider, model) via route_request, subject to a quality-tier floor and a hard budget cap. Use when you do not care WHICH model runs a task, only that it is cheap enough and good enough.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- verivus-oss
- Repository
- verivus-oss/llm-cli-gateway
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
route-by-cost
Pick the right model for each job — route bulk and mechanical work to cheap models, exploration to fast mid models, and reserve the strongest model for judgment, taste, and final review. Escalate when the output misses the bar.
routing
Cost-optimised task routing. Use at the start of any coding, search, extraction, review, or multi-step task to pick the cheapest execution strategy (deterministic tool, haiku worker, sonnet worker, main model, fable worker) and to handle escalation when a worker fails. Also triggers on mentions of cost, budget, routing, or delegation.
model-routing
Use when deciding which LLM tier to call for a step (cheap model for classification/validation vs. capable model for generation), when the user asks 'which model should this use' or 'can we use a cheaper model here', or when configuring LLM_PROVIDER_ORDER. Pattern contract, not implementation.