fthuu/Tokan-dsh-token-analytics ↗★ 0
tokan-dsh-token-analytics
用于 Token 用量分析、成本追踪和优化信号的 DeepSeek Harness 插件。
AI 分析
核心用途是监控和分析会话的 Token 消耗与成本。适合需要实时掌握 Token 构成(新输入、缓存、输出)及费用明细的用户。需要 Node.js >= 22.19 或 >= 24。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fthuu/Tokan-dsh-token-analytics說明文件
閱讀完整 README ↗Token Usage Dashboard
Real-time metrics for the selected session:
- Total Tokens: input + output
- Input (New): tokens not served from cache
- Input (Cache): tokens served from cache hits
- Output: generated tokens
- Cache Hit Rate: percentage of input from cache
- Cost: total cost (when pricing is available for the provider/model)
Token 使用仪表板
所选会话的实时指标:
- 总 Token 数:输入 + 输出
- 输入(新):非缓存命中的 Token
- 输入(缓存):缓存命中的 Token
- 输出:生成的 Token
- 缓存命中率:输入中来自缓存的百分比
- 成本:总成本(当提供商/模型定价可用时)