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 분석
核心用途是实时监控 API 消费与账户余额。适合使用付费 API、需要精细化控制和统计对话成本的 DSH 用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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 |