본문으로 건너뛰기
W

dsh-native-deepseek-balance

wsl043/dsh-native-deepseek-balance

Native DeepSeek API balance and local token usage dashboard for DeepSeek Harness

설치

dsh plugin --profile web add github:wsl043/dsh-native-deepseek-balance

README

DSH Native DeepSeek Balance

Official DeepSeek API cash balance with a private DSH-local usage dashboard

CI npm total npm downloads MIT

Install · Privacy · 简体中文

DeepSeek API cash balance pill and detail panel in the DeepSeek Harness composer

DeepSeek API cash balance with local request and token usage charts in DeepSeek Harness Settings

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-native-deepseek-balance/releases/latest/download/install.ps1' | iex

Or use the official command directly:

dsh plugin --profile web add dsh-native-deepseek-balance

Restart DSH after installation. The plugin reuses the DeepSeek API key configured in Settings → Models.

Update or uninstall:

dsh plugin --profile web update dsh-native-deepseek-balance
dsh plugin --profile web remove dsh-native-deepseek-balance

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.

Report a bug · Security · MIT

관련 플러그인