r0bert001/dsh-balance-plugin0

dsh-model-balance

Real-time DeepSeek account balance display for the DeepSeek Harness Web GUI

AI 分析

核心用途是在 DSH Web 界面实时显示 DeepSeek 账户余额。适合需要监控 API 额度消耗的用户,需在配置文件中设置刷新间隔和 API Key 环境变量。

パッケージ
dsh-model-balance
バージョン
0.1.0
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:r0bert001/dsh-balance-plugin

ドキュメント

README 全文を読む ↗

配置

编辑 $DSH_HOME/profiles/web/cordis.patch.yml 覆盖行配置:

- id: model-balance
  config:
    intervalMs: 30000   # 宿主刷新间隔(毫秒),最小 5000
    apiKeyEnv: DEEPSEEK_API_KEY
    baseURL: https://api.deepseek.com