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.

Models Config Plugin — DSH Plugin for DeepSeek Harness
← Plugins
M

dsh-models-config-plugin

Models Config Plugin

Advanced per-model reasoning and capacity settings for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config#463eb512ef2466f7e90d602dd545c030a392facb
READMECompatibilityVersions
Plugin screenshotPlugin screenshotPlugin screenshotPlugin screenshot

Compatibility and provenance

Models Config Plugin is published as dsh-models-config-plugin and currently resolves to version 0.1.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
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.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
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

DeepSeek Harness 模型配置插件

English | 中文

为 DeepSeek Harness Web UI 添加“模型高级配置”页面,用于创建自定义模型端点并配置每个模型的能力参数。

功能

  • 新增自定义端点:名称、URL、API Key 和协议。
  • 支持在 provider 层配置自定义请求 Header,并应用于模型请求。
  • 支持 openai-completions、openai-responses、anthropic-messages。
  • 通过统一的 GET /models 流程获取候选模型,支持全选、反选和全不选。
  • 新增端点和已保存端点共用编辑器;已保存端点可重新拉取模型,新增模型默认不勾选,已有勾选模型在刷新后保留。
  • 端点高级参数支持默认容量、输入模态、推理兼容、缓存、传输、超时和重试策略。
  • 从 models.dev 补全缺失的上下文窗口、最大输出、输入模态和推理能力;优先按模型名称选择官方 provider,找不到时选择默认 provider,并可在保存前切换完整 provider 记录。
  • 在保存前编辑每个模型的容量、文本/图片输入和 reasoningEfforts,并查看不含密钥的配置预览。
  • 所有界面文案支持中文和英文,跟随 Harness 语言设置。
  • API Key 仅经 Harness 凭据存储写入,不会进入 settings.yaml 或配置预览。

完整参数说明:llm-pi-ai 参数参考。

打开设置 image

新增端点 端点名称、BASE_URL、API-KEY,然后点击获取模型,把想要的模型勾选上: image

参数补充

  1. 端点高级参数:一般保持默认即可。自定义 Header 仅用于模型请求;“获取可用模型”仍使用 API Key。
image
  1. 模型参数:主要检查上下文大小和最大输出长度。 image

模型参数一般能自动填写,前提是要能访问 https://models.dev

安装

需要已安装并可运行的 dsh。默认从 GitHub 安装:

dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config
dsh web

打开 Web UI 的“设置 → 模型高级配置”,即可新增端点或编辑现有 llm-pi-ai 模型配置。

如需固定版本,在仓库地址后附加 commit SHA,例如 github:MarvekG/deepseek-harness-model-config#<sha>。

本地调试

克隆本仓库后,在仓库根目录以本地 link: 依赖安装:

dsh plugin --profile web add .
dsh web

卸载

从 Web profile 移除插件:

dsh plugin --profile web remove dsh-models-config-plugin

更新

更新使用“卸载旧版本,再安装新版本”的方式:

dsh plugin --profile web remove dsh-models-config-plugin
dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config
dsh web

本地调试时,将第二条命令替换为 dsh plugin --profile web add .。

许可证

MIT

友链

  • Linux DO