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

dsh-model-center

Model Center

DSH plugin dsh-model-center

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

npx -y @deepseek-ai/dsh plugin --profile web add github:artwar2020/dsh-model-center#9a13c4f3f91a64820c2581834b8aa93c1a43d715
READMECompatibilityVersions

Description

DSH plugin dsh-model-center

Compatibility and provenance

Model Center is published as dsh-model-center and currently resolves to version 1.0.1. 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/25/2026

Versions

1.0.1stable
8/25/2026

Related plugins

Loading related plugins…

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

一个 DeepSeek Harness (DSH) 的模型中心插件:把散落各处的「免费模型目录、优惠价格、账户余额、真实可用性、用量统计」聚合到 Web 界面的一张卡片里,并支持一键切换路由模型。

功能特性

🆓 免费模型目录

  • 聚合 OpenRouter 全部 :free 模型,自动过滤非文本模态
  • 综合 Artificial Analysis 智能指数 / 竞技场 Elo / 参数量 三路信号,给出统一能力分(0-100)与 ★1-5 能力星级
  • 自动推导专长标签:推理 视觉 代码 多模态 前端设计 高速推理 等
  • 展示上下文长度、参数量、是否支持工具调用 / 推理模式

🔬 真免费实测

  • 「免费」不代表可用——一键向 OpenRouter 发极小请求(max_tokens=1)探测 :free 模型的真实可用性
  • 返回实测状态(正常 / 限流 / 异常)与耗时;结果缓存 5 分钟
  • 只对 :free 模型发请求,绝不触碰付费模型产生费用

💰 价格与余额

  • TeamoRouter 价格表(USD/1M tokens)、原价/优惠对照
  • 账户余额实时查询
  • 支持国内价格表扩展(~/.dsh/model-prices.json)

🔀 一键切换

  • 在卡片内直接切换当前路由模型,无需离开界面

📊 用量统计

  • 自动寄养挂载 @abcdefu_cja/dsh-usage-stats 的计量后端: 插件退役其 UI 后,/api/dsh-usage-stats/* 路由与持久化状态由本插件继续承载,历史用量数据无缝延续

🧭 上下文长度(v1.0.1+)

  • 「优惠模型」与「切换模型」列表自动显示每个模型的上下文窗口(ctx 1M / ctx 128K)
  • TeamoRouter 价格接口本身不带该字段:宿主端从 OpenRouter 全量目录按「精确 id → 目录尾段 id → 规范化名称」三级匹配富化,目录缓存 24 小时
  • 目录中不存在的模型不显示 ctx(不编造数据)

安装

dsh plugin --profile web add github:artwar2020/dsh-model-center

重启 DSH Web 后即可在界面中看到「模型中心」卡片。

配置(均可选)

插件从 ~/.dsh/.credentials.yaml 读取以下 key,不配置也能用(仅对应功能隐藏):

Key作用缺失时
TEAMOROUTER_API_KEYTeamoRouter 价格表与余额查询隐藏价格/余额板块
OPENROUTER_API_KEY免费模型真免费实测实测按钮提示未配置
# ~/.dsh/.credentials.yaml 示例
TEAMOROUTER_API_KEY: sk-xxxx
OPENROUTER_API_KEY: sk-or-v1-xxxx

密钥只在本机使用:仅在请求对应上游 API 时作为 Bearer 头发送,不会出现在任何日志或界面中。

架构与 API

宿主端注册以下只读、仅回环地址可访问的 JSON 路由(带定期缓存):

路由内容缓存
GET /api/mc/free?force=1免费模型目录(含评分/星级/标签)6 小时
GET /api/mc/pricingTeamoRouter 价格表5 分钟
GET /api/mc/balance账户余额2 分钟
GET /api/mc/prices国内价格表(本地文件)即时
GET /api/mc/probe?model=<id>单个 :free 模型真免费实测5 分钟

安全围栏:所有路由镜像 DSH pairing 路由的 loopback 校验(远端 IP / Host / Origin 三重检查),外部访问一律 403。

目录结构

├── package.json        # 插件清单(dsh bundle + client 注入声明)
├── cordis.patch.yml    # 插件挂载点
└── lib/
    ├── index.js        # 宿主端:数据聚合 / 缓存 / 路由注册
    └── client.js       # Web 客户端:「模型中心」卡片 UI

License

MIT