YYTbit/dsh-plugin-cost-tracker ↗★ 3
dsh-plugin-cost-tracker
Token cost tracker for DeepSeek Harness -- track usage, calculate costs, budget warnings
AI 分析
核心用途是实时追踪 Token 消耗、计算 API 费用,并在超出设定的预算阈值时发出警告。适合需要对大模型调用成本进行精细化预算控制和监控的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-cost-trackerドキュメント
README 全文を読む ↗Configuration
- id: cost-tracker
name: dsh-plugin-cost-tracker
config:
defaultModel: deepseek-v4
budgetWarning: 5.0
enableInjection: true