dsh-model-health
Model Health panel in Settings: lists every model configured in settings.yaml and batch-tests availability and latency for each.
设置页「模型健康」面板:列出 settings.yaml 配置的全部模型,一键批量测试可用性与延迟。
How to install
dsh plugin add dsh-model-health About
dsh-model-health DeepSeek Harness (DSH) 插件:在设置页提供「模型健康」面板——列出所有已配置模型,并一键批量测试可用性与延迟。 > 中文 | EN 安装 / Install npm 安装(推荐) sh dsh plugin --profile web add dsh-model-health 源码安装 sh git clone https://github.com/oxlyn/dsh-model-health.git cd dsh-model-health pnpm install pnpm run build # tsdown → dist/index.js (ESM) + dist/client.js (IIFE) 在插件的父目录执行(dsh plugin add 的相对路径锚定调用目录): cd .. dsh plugin --profile web add ./dsh-model-health dsh web 启动日志应出现:[dsh-model-health] ready — tool "list_models" + routes GET /api/model-health/json, POST /api/model-health/test 验证 / Verify 安装后打开 dsh web → 设置 → 模型健康,应能看到已配置模…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-02
- Created
- 2026-08-22
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin
Related plugins
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.
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.
dsh-llm-fallbacks
btspoony/dsh-llm-fallbacks
Role-based LLM retry & fallback strategies.