YYTbit/dsh-plugin-cost-tracker3

dsh-plugin-cost-tracker

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

AI Analysis

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

Package
dsh-plugin-cost-tracker
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$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