deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Auto-detect the current model vendor and show its balance / quota right in the composer input row — a small button left of the model name, hover to peek, click to refresh. A settings page covers vendors without a public balance endpoint via custom endpoints.
Built for DeepSeek Harness (DSH web).
minimax-cn) still match.◈ icon before the model name in the native composer row. Hover opens a peek panel; click refreshes. Error / unsupported / quota states get their own colors.~/.dsh/dsh-model-balance.json without any secrets.Requires DSH web. From the plugin market or:
# from GitHub
dsh plugin --profile web add github:jacujay/dsh-model-balance
Then refresh the browser page.
| Vendor | Endpoint | Kind |
|---|---|---|
| DeepSeek | /user/balance |
balance (CNY) |
| Moonshot / Kimi | /v1/users/me/balance |
balance |
| MiniMax | /v1/token_plan/remains |
quota (per-model %) |
| StepFun | /v1/accounts |
balance |
| Zhipu GLM | /api/monitor/usage/quota/limit |
quota only |
| SiliconFlow | /v1/user/info |
balance |
| OpenRouter | /api/v1/auth/key |
balance (USD) / unlimited |
Anything else: add a custom endpoint in Settings → 余额查询. The API key still comes from DSH credentials (apiKeyEnv of the provider), the custom URL is called host-side with it.
~/.dsh/dsh-model-balance.json), no secrets.# no build step — host is plain ESM (lib/index.js), client is a plain
# __ModuleLoader__ bundle (client/client.js)
node --check lib/index.js
node --check client/client.js
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。