lcthe/dsh-usage-monitor
dsh-usage-monitor
DSH plugin: usage and credit balance monitor
Install
npx -y @deepseek-ai/dsh plugin --profile web add @lcthe/dsh-usage-monitorRestart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/lcthe-dsh-usage-monitor)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from lcthe/dsh-usage-monitor, cleaned of badges and images.
dsh-usage-monitor
DSH Usage Monitor — View API credit balance and usage status across all configured LLM providers.
🎯 Overview
A DSH plugin that adds a Usage page to the settings UI. It automatically reads your configured API keys from the DSH credential system and queries each provider's balance API, displaying the results in a clean card-based layout.
✨ Features
- Auto-detect configured providers — reads API keys from DSH credentials, no manual input needed
- Card-based UI — DSH unified card style, responsive grid layout
- Multiple display modes — currency (¥/$), token count, time-window progress bars
- Custom providers — add your own providers with test connection
- Input capsule — balance in composer toolbar, refreshes on provider switch, message send, or click
- Console links — one-click access to provider dashboards
- Filtering — filter by All / Configured / Balance Supported
- i18n — Chinese and English
Screenshots
📐 Requirements
Requires a DSH deployment with a browser client, including the Desktop or Web version with Web UI.
📦 Installation
pnpm add @lcthe/dsh-usage-monitor
Add the plugin to your cordis.yml at the same include level as other bundles:
- insert:
- id: dsh-usage-monitor
name: '@lcthe/dsh-usage-monitor'
Start the DSH Web client:
pnpm dsh web
After DSH starts, open Settings → Usage to view your provider balances.
🔑 Provider Support
已稳定测试: DeepSeek、OpenCode Go。其他供应商的余额查询接口未经完整测试,欢迎反馈。
余额查询支持
| 供应商 | 余额接口 | 计费模式 | 显示方式 | 控制台 | 状态 |
|---|---|---|---|---|---|
| DeepSeek | GET /user/balance | 按量付费 | ¥ 余额 | platform.deepseek.com | ✅ 已验证 |
| OpenCode Go | GET /v1/usage | 订阅制 | 5h/周/月 进度条 | opencode.ai/workspace/go | ✅ 已验证 |
| Moonshot AI | GET /v1/users/me/balance | 按量付费 | ¥ 余额 | platform.moonshot.cn | ⚠️ 未测试 |
| Moonshot AI CN | GET /v1/users/me/balance | 按量付费 | ¥ 余额 | platform.moonshot.cn | ⚠️ 未测试 |
| OpenRouter | GET /api/v1/credits | 按量付费 | $ 余额 | openrouter.ai | ⚠️ 需 Management Key |
| Fireworks AI | GET /v1/accounts/-/billingUsage | 后付费 | $ 已用费用 | fireworks.ai | ⚠️ 未测试 |
| Z.AI(智谱) | GET /user/rights | 按量付费 | token 余量 | open.bigmodel.cn | ⚠️ 未测试 |
| Z.AI CN | GET /user/rights | 按量付费 | token 余量 | open.bigmodel.cn | ⚠️ 未测试 |
不支持余额查询
以下供应商暂无公开的余额查询 API,显示控制台链接供手动查看:
…

