Auran-Lu/dsh-client-ui-monitor ↗★ 3
@auranlu/dsh-client-ui-monitor
DeepSeek Harness sidebar usage dashboard: session token usage, estimated cost (CNY/USD), and DeepSeek API balance
AI Analysis
核心用途是实时监控 API 消费与账户余额。适合使用付费 API、需要精细化控制和统计对话成本的 DSH 用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 |