WSL043/dsh-deepseek-dashboard ↗★ 1
dsh-deepseek-dashboard
用于展示 DeepSeek 官方 API 余额及 DSH 本地 Token 使用情况的仪表盘插件。
AI 分析
核心用途是监控 API 资费与本地消耗。适合需要实时掌握 DeepSeek API 账户余额、本地 Token 消耗统计的开发者和高频用户。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:WSL043/dsh-deepseek-dashboard说明文档
阅读完整 README ↗DSH DeepSeek Dashboard
Official DeepSeek API cash balance with a private DSH-local usage dashboard


Captured from an installed official DeepSeek Harness build. Balance and sample session data are isolated for documentation; the chart is not account-wide DeepSeek billing.
What it does
- Shows one quiet 28 px balance pill beside the composer controls only while the active model uses the DeepSeek provider; Codex and other providers remain untouched.
- Opens a compact detail panel and provides a dedicated Settings → DeepSeek page.
- Shows one selected CNY or USD balance at a time, including total, granted, and topped-up cash balance.
- Lets you choose exactly one display currency, CNY or USD, shared by the dashboard and composer pill without adding another credential.
- Opens DeepSeek's official account balance page for top-up from either balance surface; the plugin never handles a payment itself.
- Adds a dedicated usage dashboard with API calls, Token totals, cache hit rate, switchable daily Token/request charts, and model distribution.
- Breaks Token usage into uncached input, output, cache read, and cache write values reported by the provider.
- Pauses automatic refresh in hidden tabs, catches up when visible, and shows when the data was last updated.
- Keeps the last successful value during a temporary failure and labels it as stale; an unknown balance is never shown as zero.
DeepSeek's public API reports current account cash balance, not per-model quota. DSH session events report the usage of calls made through DSH. The dashboard keeps those sources visibly separate: it does not present local DSH activity as account-wide DeepSeek usage or invent an official spending history.
Install
PowerShell helper—it still delegates to DSH's official plugin command:
irm 'https://github.com/WSL043/dsh-deepseek-dashboard/releases/latest/download/install.ps1' | iex
Or use the official command directly:
dsh plugin --profile web add dsh-deepseek-dashboard
Restart DSH after installation. The plugin reuses the DeepSeek API key configured in Settings → Models.
Update or uninstall:
dsh plugin --profile web update dsh-deepseek-dashboard
dsh plugin --profile web remove dsh-deepseek-dashboard
For an Agent, use the packaged installation and verification guide.
Privacy and network access
For balance, the DSH host calls only DeepSeek's documented
GET https://api.deepseek.com/user/balance
endpoint. The API key remains in the host credential service; the browser receives only validated currency and balance fields. Provider error bodies, credentials, and account identifiers are never returned to the UI. Successful balance responses are cached in memory for 30 seconds and are never written to disk.
Usage charts are derived from the normal DSH session logs already stored in the selected profile. The plugin creates no second telemetry database and sends no analytics request.
The plugin registers no model-facing tool, adds nothing to the system prompt or conversation history, and consumes no model tokens.
Compatibility
Supports the latest DeepSeek Harness release recorded in the package metadata. DSH-Portable uses the same standard dsh plugin command and treats this as an optional plugin.
This community project is not affiliated with or endorsed by DeepSeek.