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 Autoconfig — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-model-autoconfig

Model Autoconfig

dsh web plugin: Automatically configures model thinking levels and capabilities, and remembers the last selected thinking level by provider+model

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wangser10032/dsh-model-autoconfig#149f54917121ba5f309ac6b2fe7f613b44379b09
READMECompatibilityVersions

Compatibility and provenance

Model Autoconfig is published as dsh-model-autoconfig and currently resolves to version 0.11.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/4/2026

Versions

0.11.0stable
9/4/2026
0.8.1stable
9/4/2026

Related plugins

Loading related plugins…

Latest
0.11.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/4/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.

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 the current session provider's today usage on the sidebar entryWhale 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-autoconfig

自动修正 dsh 模型的思考模式和模型能力。

适用于官方 API 和 Coding Plan、硅基流动、火山方舟、阿里百炼、OpenRouter,以及常见中转站。

为什么需要这个插件

dsh 自带的模型目录并不完整,部分模型的思考档位和能力配置会缺失或写错。

以当前 pi-ai 模型目录为例:

模型总数          1290
声明了思考档位     543
缺少 off 档        151

缺少 off 会让 dsh 错误判断模型的思考状态,可能导致:

  • 思考模式无法正确开启或关闭
  • 思考档位显示错误
  • 长输出被意外截断

插件会补上正确的 off 和思考档位,避免这些问题。

插件会做什么

  1. 修正思考模式

    • 模型是否支持思考
    • 思考能否关闭
    • 支持哪些档位,例如 Low、High、Max
    • 按模型记住你最后选择的思考档位
  2. 自动配置模型

    • 根据模型厂商的官方资料填写正确参数
    • 支持官方服务、第三方平台和中转站
  3. 补全模型能力

    • 是否支持图片输入
    • 上下文长度
    • 最大输出长度
  4. 检查错误配置

    • 无效或虚假的思考档位
    • 漏掉的视觉能力
    • 会被 dsh 拒绝的配置

安装

dsh plugin --profile web add dsh-model-autoconfig

安装后重启 dsh web。

使用

  1. 打开 dsh 的 Settings → Models
  2. 添加模型服务,填写 API 地址和 API Key
  3. 获取模型列表或手动填写模型 ID,然后保存

插件会自动完成其余配置,不需要手动修改 settings.yaml。

你为某个模型选择思考档位后,插件会在当前浏览器中记住它。以后切回该模型,会自动恢复上次档位。

没有模型列表怎么办

部分中转站没有模型列表接口,直接手动填写模型 ID 即可。

插件会尝试识别模型。无法确认的模型会原样保留,不会添加未经确认的能力。

如何确认生效

重新打开模型选择器:

  • 思考模型会显示正确的思考档位
  • 支持视觉的模型可以发送图片
  • 上下文和最大输出长度会被正确设置

如果没有立即更新,请刷新网页或重启 dsh web。

卸载

dsh plugin --profile web remove dsh-model-autoconfig

卸载后重启 dsh web。