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

dsh-model-info-fill

Model Info Fill

Model information completion: automatically fills in context, output limits, thinking levels, and image capabilities based on the model name

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

npx -y @deepseek-ai/dsh plugin --profile web add github:11zld22/dsh-model-info-fill#66411911d69e73b3b38736c8e84be23f103ed8b2
READMECompatibilityVersions

Compatibility and provenance

Model Info Fill is published as dsh-model-info-fill and currently resolves to version 0.2.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/7/2026

Versions

0.2.0stable
9/7/2026
0.1.1stable
9/6/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/7/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 entryUsage 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-model-info-fill)

DeepSeek Harness 插件。给自定义供应商里的模型,按名字从 models.dev 补全缺失字段:

  • 上下文窗口 contextWindow
  • 输出上限 maxTokens
  • 思考档位 reasoningEfforts
  • 图片声明 input

百科里没有的模型会套你设的默认值;已经手填过的字段不会覆盖。

不会根据 models.dev 创建供应商(没有 Base URL / API Key)。百科只用来查模型能力。

安装

dsh plugin --profile web add github:11zld22/dsh-model-info-fill

装完重启 DSH Web。打开 设置 → 模型 即可使用。

怎么用

底部「模型信息补全」一行会显示百科同步时间和模型数量。

操作作用
更新重新拉取 models.dev
自动补全保存自定义模型时,自动补缺失字段
补全全部缺失立刻给当前所有自定义模型补一遍
未匹配 N展开:改默认值,并手改百科对不上的模型

每个自定义供应商卡片上,「编辑」和「删除」之间有 补全缺失字段。该供应商若有未匹配模型,按钮上会显示数量。

未匹配

点「未匹配」后可以:

  1. 改默认值:上下文、maxTokens、是否支持图片、有哪些思考强度。之后新加的、百科对不上的模型都用这套。
  2. 改某一条:同样的字段,另加「默认档位」(这个供应商新对话的默认思考)。选「不改」就不会动供应商的 reasoning。

思考强度一个都不勾,表示这个模型不会思考。

补全规则

匹配顺序(大小写不敏感):精确 id → 去掉 provider/ 前缀 → 用 id 尾巴反查。

字段百科命中未命中
name用文档名(仅当本地为空)不编造
contextWindow文档值你设的默认值(初始 262144)
maxTokens文档值你设的默认值(初始 32768)
input文档含 image 则 [text, image]默认是否勾选「支持图片」
reasoningEfforts文档的思考档;明确无思考则为 false你勾选的思考强度

只写 llm-pi-ai.providers.*.models[]。不改官方 DeepSeek 路由,不改 compat / headers / api / baseURL。

未保存的「添加提供方」草稿还没有目录行,保存之后才会自动补全。

数据

路径内容
~/.dsh/models-dev.json百科缓存、自动补全开关、未匹配默认值
~/.dsh/settings.yaml 的 llm-pi-ai被补全或手改的模型字段

若设置了 DSH_HOME,缓存写到 $DSH_HOME/models-dev.json。

无缓存或超过 7 天会在启动后后台刷新。拉取失败沿用旧缓存;没有缓存时用默认值,不阻断保存。

开发

npm test

License

MIT