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.

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

@zc0982/dsh-gpt-provider

Gpt Provider

GPT provider preset with complete reasoning effort selection 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:zc0982/dsh-gpt-provider#ae8536a3d18989f0b74c200816dde2946e4a5164
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/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 GPT Provider

DeepSeek Harness 的 GPT 211API Provider 配置插件,为 GPT-5.6 Sol、Terra、Luna 提供完整的可选思考等级,并显式按 OpenAI-compatible reasoning_effort 字段发送选择结果。

功能

  • 注册 gpt-211api Provider,接口为 https://www.211api.com/v1。
  • 提供 GPT-5.6 Sol、GPT-5.6 Terra、GPT-5.6 Luna。
  • 每个推理模型提供 off、low、medium、high、xhigh、max 六档选择。
  • 保留 Codex Auto Review 与 GPT Image 2 模型入口。
  • 将新会话默认模型设为 GPT-5.6 Sol;思考等级可在模型选择器中显式选择。
  • 复用 DSH 内置的 @deepseek-ai/dsh-llm-pi-ai,不复制协议、凭据或流式处理实现。

要求

  • DeepSeek Harness 0.1.0-rc.7 或更高版本。
  • Node.js ^22.19.0 或 >=24.0.0。
  • 一个有效的 211API API Key。

安装

从 GitHub 安装指定版本:

dsh plugin --profile web add -w github:zc0982/dsh-gpt-provider#v0.1.1

也可以下载 GitHub Release 中的 .tgz 后安装:

dsh plugin --profile web add -w ./zc0982-dsh-gpt-provider-0.1.1.tgz

安装后必须重启 DSH host,使新的 bundle 层参与配置合成;随后刷新或重新连接 GUI。

从旧包名迁移

如果安装过 @zc0982/dsh-gpt-211api-provider v0.1.0,请先移除旧包,再安装新包,避免两个 bundle 同时覆盖相同行:

dsh plugin --profile web remove -w @zc0982/dsh-gpt-211api-provider
dsh plugin --profile web add -w github:zc0982/dsh-gpt-provider#v0.1.1

配置凭据

插件只保存凭据引用,不包含或提交 API Key。把密钥保存为 GPT_211API_API_KEY:

  • 推荐:在 Web GUI 的“设置 → 模型”中为 GPT 211API 填写 API Key。
  • 或在启动 DSH 前导出环境变量:
export GPT_211API_API_KEY='your-api-key'

思考等级映射

GUI 选项Wire 值
off不发送 reasoning_effort
lowlow
mediummedium
highhigh
xhighxhigh
maxmax

Provider 配置显式设置 supportsReasoningEffort: true,避免自定义域名依赖 URL 猜测。

已知限制

Codex Auto Review 与 GPT Image 2 是按现有 211API 模型清单保留的 Provider 专用入口;离线验证只覆盖 Sol、Terra、Luna 的聊天补全与六档思考参数。插件不声明 GPT Image 2 具备 DSH 聊天或图片生成能力,实际可用性由 211API 端点决定。

覆盖配置

Bundle 层只提供默认配置。用户仍可通过 $DSH_HOME/settings.yaml 中的 llm-pi-ai section 或 Web GUI 模型设置覆盖 Provider、模型和端点。DSH 的 profile/home patch 层也可以覆盖本插件写入的 llm-pi-ai 与 agent-default-model 行。

卸载

dsh plugin --profile web remove -w @zc0982/dsh-gpt-provider

开发

以下命令在源码 checkout 或包含 src/、scripts/ 与 tsconfig.json 的 Release 包中运行:

DSH_CHECKOUT=/path/to/deepseek-harness npm run build
npm pack

License

MIT