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.

Model Extension — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-model-extension

Model Extension

DeepSeek Harness plugin: extended per-model LLM configuration (reasoning efforts, input modalities, compat flags) as a companion settings page

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lovezi0/dsh-model-extension#bcf1511bf6175d4f0cfc1d80ea871bfafcae4671
READMECompatibilityVersions
模型+ 供应商模型+ 模型

Compatibility and provenance

Model Extension is published as dsh-model-extension and currently resolves to version 1.2.1. 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/20/2026

Versions

1.2.1stable
9/15/2026
1.2.0stable
9/13/2026
1.1.0stable
9/10/2026
Show 9 more versionsCollapse versions
1.1.0-alpha.1prerelease
9/9/2026
1.0.0stable
9/5/2026
0.3.3stable
9/3/2026
0.3.2-alpha.4prerelease
9/2/2026
0.3.1stable
9/2/2026
0.3.0-rc1prerelease
8/31/2026
0.2.0stable
8/28/2026
0.1.1stable
8/25/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
313
Last push
9/15/2026
View source ↗Project homepage ↗
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.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale 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.

README

dsh-model-extension

基于 deepseek-harness 的模型扩展插件

供应商模型
模型+ 供应商模型+ 模型

作者建议(非AI编写) 安装该插件或该类型插件:clone仓库源码 -> 执行安全检查/扫描 -> 从源码构建 -> 安装

功能

  • 新增「模型+」设置导航(通过 bundle patch 禁用官方模型设置页,本页为唯一模型设置页)。
  • 模型目录每行展开区新增扩展配置:
    • 推理挡位(reasoningEfforts):声明模型支持的思考档位(off/minimal/low/medium/high/xhigh/max)及线上取值;
    • 输入模态(input):text / image;
    • 兼容性(compat):supportsReasoningEffort 开关与 thinkingFormat 线制格式。
  • 支持通过 models.json 元数据自动预填。可通过插件下载或自行下载并放到 $DSH_HOME/models.json 供插件使用。
    • 仅支持https://models.dev/models.json数据格式。
  • 所有保存走 DSH 原生 settings.mutate,落盘 $DSH_HOME/settings.yaml。

安装

dsh plugin --profile web add github:lovezi0/dsh-model-extension

仓库自带构建产物 lib/,安装即用、无需本地构建。

也可从 npm 安装(已发布至 npmjs):

dsh plugin --profile web add dsh-model-extension

从源码构建

构建自包含——官方逻辑模块已 vendor 至 src/client/vendor/(store / operations / schema-operations,见文件头来源标注),无需 DeepSeek Harness 宿主源码:

npm install
npm run build

运行时 dsh.adapter 锚点仅作软校验:宿主版本与锚点不一致时记录告警并照常注册——宿主自身的 settings schema 校验与 revision fence 保证不兼容的写入会被拒绝而非损坏数据。

版本历史

  • 1.2.1

    • 🐛修复非 openai-completions API 协议网关保存报错
    • 💪快速装入 model id 显示对应的API协议
  • 1.2.0

    • 🔥支持 dsh 内置 llm-pi-ai model 元数据快速装入
    • 💪快速装入选项拆分,筛选模型更方便&准确
    • 💪通过 llm-pi-ai 数据装入时,动态显示更多 model.compat
  • 1.1.0

    • npm publish
    • 1.1.0-alpha.1
      • 💪适配deepseek harness 0.1.5-alpha.2
  • 1.0.0

    • 🔥重构[模型+]界面
    • 🔥新增models.json元数据自动预填
    • 🔥禁用官方模型设置页(bundle patch id 覆盖)
  • outdated(0.x) — 开放deepseek harness内置模型扩展参数;v0.x 历史,见 CHANGELOG.md

许可

MIT。包含自 deepseek-harness(MIT)的 vendored 官方逻辑模块与派生代码。