dsh-router
An AI routing gateway that runs as a DSH plugin. Adds a Routing System sidebar panel for suppliers, account pool, fallback combos and API keys, and serves an OpenAI-compatible endpoint at http://localhost:3080/v1.
以 DSH 插件形式运行的 AI 路由网关。侧边栏新增「路由系统」面板管理供应商、账号池、回退组合与 API 密钥,并在 http://localhost:3080/v1 提供 OpenAI 兼容端点。
How to install
dsh plugin add dsh-router-core About
**插件版的 9router** —— 不是另开一个网关服务,而是直接作为 DSH 插件嵌进 DSH web, 在 http://localhost:3080/v1 上原生暴露 OpenAI 兼容端点,把请求路由到内部供应商。 管理界面在**设置 → 路由**(官方设置页座位,不是自己开的页面)。装好即用, 不用多开一个 9router、不用维护第二个端口、不用在网关和 DSH 之间搬配置。 快速安装 需要支持 dsh plugin profile 插件机制的 DeepSeek Harness、Node.js >= 20,以及 web profile。 bash dsh plugin --profile web add dsh-router-core 然后**重启 dsh web**。打开设置面板,左侧导航「模型」下面会出现 **路由**。 更多供应商:DSH 插件形态的供应商各自发 npm 包,同样 dsh plugin --profile web add <包名> 即可;供应商接入与开发见 docs/suppliers.md。 > 本地开发版:不用 npm,直接 dependencies 加 "dsh-router-core": "link:/path/to/dsh-router" 指向本地仓库。 它解决什么问题 | 能力 | 说明 | |---|---| | 零额外进程 | …
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-31
- Created
- 2026-08-28
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, dsh, dsh-plugin
Related plugins
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
Unofficial Command Code LLM provider: registers a `commandcode` route with a live model catalog and reasoning-effort support.
dsh-codex-connect
franksong2702/dsh-codex-connect
Connect ChatGPT OAuth and OpenAI Codex models to DeepSeek Harness, with opt-in search and image tools.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.