
Smart Model Router
- 3 repo stars
- Updated March 23, 2026
- maiha28781-cloud/claude-smart-model-router
smart-model-router is a Claude Code plugin that classifies prompts locally so developers can match haiku, sonnet, or opus tiers and reduce token spend.
About
smart-model-router is a Claude Code auto model-switching plugin from the maiha28781-cloud marketplace that routes prompts to the appropriate haiku, sonnet, or opus tier to save API tokens. It fits developers who routinely mix trivial git chores with deep architecture work and want local classification before burning opus context. Configuration lives in smart-model-router.json at user or project level with actions such as warn.
- Silent per-prompt model tier recommendations
- No extra API calls and zero added latency
- Configurable warn or auto behaviors via JSON
- Install through maiha28781-cloud plugin marketplace
Smart Model Router by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add maiha28781-cloud/claude-smart-model-routerAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | March 23, 2026 |
| Repository | maiha28781-cloud/claude-smart-model-router ↗ |
How do you avoid using an expensive model for simple prompts without manually switching models every time?
Get haiku, sonnet, or opus recommendations per prompt to cut API cost without extra latency.
Who is it for?
Claude Code users who mix lightweight commands and heavy design tasks and want tier guidance on each prompt.
Skip if: Teams that always stay on one fixed model regardless of task complexity.
What you get
Tier recommendations or configured switch behavior tied to each classified prompt.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Does routing add API latency?
The README states classification uses no API calls and adds zero latency.
Where is configuration stored?
Use ~/.claude/Smart Model Router.json globally or .claude/Smart Model Router.json at project level to override.