dsh-model-router: Model Routing and Cost Dashboard for DeepSeek Harness

`dsh-model-router` is a model routing and cost optimization plugin for DeepSeek Harness. It routes simple requests to cheaper models through heuristic rules, reserves complex requests for the main model, and automatically falls back on instantaneous failures. This approach reduces costs while ensuring quality for requests requiring context, vision, or reasoning capabilities. The plugin supports vision-aware routing, prioritizing available vision models if messages contain images, and respects user-selected models. In automatic mode, it prompts the user for a quick response when a simple request is detected. Additionally, it provides a real-time panel in the Composer Dock, displaying token usage, cache hits, and estimated costs based on the pricing table. Installation requires ensuring the `dsh` CLI is in the PATH, followed by restarting the Web profile.

Read More
Use dsh-model-router to implement model routing and cost dashboard for DeepSeek Harness

`dsh-model-router` is a DeepSeek Harness web plugin maintained by *tianji-qingtian*. It directly answers simple questions after verification by the Flash Judge, automatically downgrades when instantaneous failures occur, and displays token counts, cache hit status and estimated costs below the input box. This article verifies the installation commands, `/router` usage and known limitations by cross-checking with the directory page and GitHub README/source code.

Read More