YYTbit/dsh-plugin-cost-tracker3

dsh-plugin-cost-tracker

Token cost tracker for DeepSeek Harness -- track usage, calculate costs, budget warnings

AI 분석

核心用途是实时追踪 Token 消耗、计算 API 费用,并在超出设定的预算阈值时发出警告。适合需要对大模型调用成本进行精细化预算控制和监控的用户。

패키지
dsh-plugin-cost-tracker
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-cost-tracker

Configuration

- id: cost-tracker
  name: dsh-plugin-cost-tracker
  config:
    defaultModel: deepseek-v4
    budgetWarning: 5.0
    enableInjection: true