Auran-Lu/dsh-client-ui-monitor ↗★ 3
@auranlu/dsh-client-ui-monitor
DSH 侧边栏用量仪表盘插件,支持展示会话 Token 消耗、估算费用(人民币/美元)及 DeepSeek 账户余额。
AI 分析
核心用途是实时监控 API 消费与账户余额。适合使用付费 API、需要精细化控制和统计对话成本的 DSH 用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
Edit lib/client.js before installing / publishing:
| Constant | Default | Meaning |
|---|---|---|
PRICING.inputPerM | 0.27 | USD per 1M prompt tokens (cache miss) |
PRICING.cacheReadPerM | 0.07 | USD per 1M prompt tokens (cache hit) |
PRICING.cacheWritePerM | 0.07 | USD per 1M prompt tokens (cache write) |
PRICING.outputPerM | 1.10 | USD per 1M completion tokens |
USD_TO_CNY | 7.2 | USD → CNY exchange rate |