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.

Plugin Tokenmarket — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-tokenmarket

Plugin Tokenmarket

Token Market provider bundle for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-tokenmarket@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Plugin Tokenmarket is published as dsh-plugin-tokenmarket and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/11/2026

Versions

0.1.2stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
8.2 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/11/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

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