dsh-smart-model-router
A configurable Smart Model Router bundle for DeepSeek Harness (DSH).
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 23, 2026
- Updated
- Aug 23, 2026
Introduction
DSH Smart Model Router
dsh-smart-model-router is an installable DSH bundle that classifies requests and routes them to configured provider/model pairs with ordered technical-failure fallback.
It requires a DSH build that includes the Smart Model Router settings and model-picker integration. The DSH host supplies that interface; this repository supplies the routing plugin and its installable bundle.
Install
dsh plugin --profile web add github:DreamZhongJu/dsh-smart-model-router
dsh --profile web
The bundle adds the router disabled. Enable and configure it in DSH Settings → Plugins → Smart model router.
Notes
- The selector reads DSH's local provider/model catalog; it does not discover models over the network.
- When enabled in a non-
manualmode, the DSH model picker is locked and the configured route owns selection. - Provider credentials remain in DSH's credential service and are never stored by this plugin.
See config.example.yaml for the complete routing configuration. The example is included in both the Git repository and the npm package.