DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Modelspoke — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

modelspoke

Modelspoke

DeepSeek Harness (dsh) 的本地兼容 OpenAI 模型服务器发现与分层推理元数据解析。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:americanjeff/modelspoke#fe56bc36b880abeefdd1058569d67415cf79e318
README兼容性版本
Settings → Plugins → Modelspoke card — the provider row and the provider cardA model's editable detail inside the provider card

兼容性与来源证明

Modelspoke 以 modelspoke 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/12

版本

0.2.0stable
2026/9/12
0.1.4stable
2026/9/7
0.1.3stable
2026/9/5
查看其余 3 个版本收起版本
0.1.2stable
2026/9/5
0.1.1stable
2026/9/4
0.1.0stable
2026/9/4

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Ui Usage Billing@kenz1117/dsh-ui-usage-billingDeepSeek Harness 的用量计费仪表板:侧边栏成本指标和完整的仪表板模态窗口,依据当前多提供商目录定价,并汇总会话日志中的实际用量。

README

modelspoke icon modelspoke

English | 中文

A plugin for DeepSeek Harness for managing connections to local, OpenAI-compatible model servers. It is an improved replacement for the stock dsh custom provider setup: it discovers your servers and models instead of requiring hand-written provider blocks and per-model fields, and provides the capabilities the stock setup lacks.

Features

First-class llama-swap and Ollama support

The router llama-swap is highly recommended for local model hoarders since it can serve as a source of truth for model capabilities across harnesses. modelspoke understands the capability data that llama-swap adds to its extended OpenAI-compatible endpoint. Capability discovery also supports Ollama's API extensions.

Presets for common models

To help out with endpoints that don't have full capability discovery (e.g. llama-server, vLLM, sglang) modelspoke includes a table of capabilities for common base models to use in initial configuration.

Full-featured setup UI

Setup is easy to use and covers all the day-to-day fields (the deep template-contract fields — compat — stay hand-edited in the file). Allows for overriding presets and discovered capabilities and maintaining multiple setting profiles of the same underlying model.

Reasoning effort levels

dsh custom provider functionality doesn't afford any way to set reasoning effort. Modelspoke can discover the supported effort levels and allows customizing the map from the UI effort setting to the model supported setting.

Image input

Models with multimodal capabilities are great but if you add them via the dsh custom provider setup that functionality is not available. Modelspoke can discover image input capability or allow you to specify it. dsh 0.1.5 renders the read_image tool's inline results in session chat natively — modelspoke's role is surfacing which models accept images at all.

Installation & setup

Prerequisite: dsh 0.1.5 (verified against 0.1.5-rc.2) with the dsh plugin command.

  1. Install: dsh installs plugins with a tool called pnpm. If you don't have it yet, install it first:

    npm install --global pnpm
    

    Then one command for each profile where you will use local models:

    dsh plugin --profile web add modelspoke
    dsh plugin --profile headless add modelspoke
    
  2. Restart dsh if it is running, so it picks up the plugin.

  3. Open the Modelspoke settings card. In the dsh web UI, the gear at the bottom of the left rail opens Settings; select Plugins in the sidebar, expand the Modelspoke card in the Plugin configuration tab, then + Add provider:

    Settings → Plugins → Modelspoke card — the provider row and the provider card

  4. Point it at your server. Set the provider's name, its base URL, the environment variable name holding the API key (omit for keyless local servers — no auth header is sent in that case), and an optional default effort (minimal … max) — then commit with the card's Apply button. The row's status dot goes green once the model fetch succeeds.

  5. Configure per model where you want to. Expanding a provider fetches its model list; each model row has a chevron that opens an editable detail (context window, max output tokens, the thinking-level map, nothink, image input, reasoning effort):

    A model's editable detail inside the provider card

    The model list is the curation — a model is addressable by the agent only while it is in the list; clearing a detail field releases that field back down the resolution chain.

Appendix

  • docs/usage.md — using modelspoke after install: the resolution chain, the per-model detail, nothink models, images, and the settings.yaml shape
  • docs/preset-authoring.md — authoring a model preset from the template in the artifact (the preset-draft / drift-check workflow)
  • docs/llama-swap-setup.md — the minimal llama-swap setup, and how modelspoke reads llama-swap's extended endpoint
  • docs/design.md — architecture and decisions
  • docs/provider-details.md — the provider reference: why the five backends, where each capability value comes from, per-provider quirks
  • docs/dsh-plugin-guidance.md — integrating with dsh: the adapter registration contract, the web-UI half, settings writes, and the read_image tool-view workaround