DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Provider Hub — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@tappat225/dsh-provider-hub

Provider Hub

DSH LLM provider hub with a native model-configuration panel, gateway routes, model catalogs and live model discovery. Supports three wire protocols, custom User-Agent, model overrides and live routing without hand-editing settings.yaml.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:tappat225/dsh-provider-hub#cbb13bf15c401764a11e9b5469e8516f6af68eea
READMECompatibilityVersions

Compatibility and provenance

Provider Hub is published as @tappat225/dsh-provider-hub and currently resolves to version 0.8.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/8/2026

Versions

0.8.0stable
9/8/2026
0.7.0stable
9/5/2026
0.6.0stable
9/4/2026
Show 1 more versionCollapse versions
0.5.0stable
9/4/2026

Related plugins

Loading related plugins…

Latest
0.8.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Whale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.

README

dsh-provider-hub

DSH LLM provider 中枢插件:通过 DSH 左侧栏的 Provider Hub 面板(卡片式控制台)配置任意多个网关——每个网关是一个 OpenAI / Anthropic 兼容端点,可独立设置协议、User-Agent、API Key 与模型目录。启用内置的主流模型目录(GLM / Claude / GPT / Qwen / DeepSeek / Kimi / Gemini)后,模型直接出现在 DSH 的模型选择器里,无需手写 settings.yaml 的 llm-pi-ai.providers。

针对按 User-Agent 白名单校验客户端的网关:插件发出的请求携带每个网关完全自定义的 UA(绕开 DSH 强制的归因头),多网关可同时接入多个 UA 白名单网关。

Provider Hub 面板

Provider 配置面板

安装

从 GitHub 安装(仓库须带 dsh-plugin topic):

dsh plugin --profile web add github:tappat225/dsh-provider-hub
  • --profile web 换成你实际使用的 profile(桌面版为 desktop)
  • 需要 pnpm 环境:npm install -g pnpm
  • 安装后重启 DSH,左侧栏设置按钮上方会出现 Provider Hub 入口

卸载

dsh plugin --profile web remove @tappat225/dsh-provider-hub

卸载后重启 DSH 即可。面板中的网关配置保存在 llm-provider-hub settings 命名空间,重装插件后仍会保留。