DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-plugin-tokenmarket

Plugin Tokenmarket

适用于 DeepSeek Harness 的 Token Market 提供商套件

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-tokenmarket@0.1.2
README兼容性版本

兼容性与来源证明

Plugin Tokenmarket 以 dsh-plugin-tokenmarket 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/11

版本

0.1.2stable
2026/9/11

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。Damage Pulsedsh-damage-pulseDeepSeek Harness 余额监控器,配有鲸鱼女孩伙伴,并为每次令牌消耗提供感知缓存的伤害动画。Agy Linkdsh-agy-link适用于 DeepSeek Harness 的 Google Antigravity(agy CLI)模型——将 Gemini/Claude/GPT-OSS 订阅流式接入 DSH,并支持思考过程、工具活动、令牌使用量以及在 GUI 中通过 Google OAuth 登录。

README

Token Market for DeepSeek Harness

An installable DeepSeek Harness Profile Bundle that adds Token Market as an OpenAI-compatible model provider.

中文说明

Features

  • One Token Market API key for multiple model families.
  • Streaming responses and tool calling through the Harness pi-ai adapter.
  • Reasoning output through the DeepSeek-compatible thinking format.
  • Live model discovery through GET /v1/models.
  • Credentials stay outside the repository and configuration file.

The starter catalog includes DeepSeek V4 Pro, Kimi K3, and GLM-5.3. The catalog is intentionally small so every bundled model can be tested and kept current. These models were confirmed available through Token Market on September 10, 2026.

Requirements

  • DeepSeek Harness developer preview compatible with 0.1.5-rc.1.
  • Node.js ^22.19.0 or >=24.0.0.
  • A Token Market API key from the Token Market Console.

Install

Install the bundle into a Harness profile:

dsh plugin --profile web add github:FitBBC/dsh-plugin-tokenmarket

Verify that the bundle is present in the composed profile:

dsh --profile web --dump-config

Set the credential in your environment or a Harness-supported .env file:

TOKENMARKET_API_KEY=your_api_key

Restart the profile after adding the bundle:

dsh --profile web

Token Market will appear as the tokenmarket provider.

Verify the live catalog

TOKENMARKET_API_KEY=your_api_key npm run check:models

This command calls the authenticated Token Market model endpoint and fails if one of the bundled starter models is no longer available.

How it works

This package is a configuration-only Harness Profile Bundle. Its cordis.patch.yml mounts the official @deepseek-ai/dsh-llm-pi-ai adapter and registers a tokenmarket route with:

  • API base URL: https://api.tokensmarket.ai/v1
  • Protocol: openai-completions
  • Credential reference: TOKENMARKET_API_KEY

See the Token Market documentation for API details and the model catalog for current availability and pricing.

Development

npm test
npm pack --dry-run

License

MIT