Shiye-10Pages/dsh-whale-meter2

dsh-whale-meter

鲸鱼电表:DeepSeek Harness 用量与费用面板 —— 人民币账单、错峰计价、可分享的 AI 账单卡片 | Token usage & cost dashboard for DeepSeek Harness (DSH), with peak/off-peak pricing and shareable bill cards

包名
dsh-whale-meter
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Shiye-10Pages/dsh-whale-meter

配置(可选)

零配置即可用。想调整时,在 profile 的 cordis.patch.yml 覆盖:

- update:
    - id: whale-meter
      config:
        currency: CNY        # 或 USD
        budgetDaily: 5       # 每日预算(展示币种)
        apiKey: sk-...       # 仅用于查询余额;缺省读 DEEPSEEK_API_KEY 环境变量
        usdToCny: 7.2        # 换算只有美元官方报价的模型(如 OpenAI)时用
        backfill: true       # 回填安装前的历史会话,默认开
        pricingUpdate: false # 拉取最新价目表,默认关(见下)
        prices:              # 自定义/补充价目(每百万 tokens)
          my-model: { hit: 0.5, miss: 4, out: 12, write: 5 }