Yvesgao/dsh-cost-estimate1

dsh-cost-estimate

DSH plugin: before answering a large question, show an estimate of tokens and DeepSeek API cost as an inline row in the Web chat stream, then update it with the actual usage after the answer.

AI 分析

核心用途是提供消费透明度与心理预期。适合频繁进行长文本提问、需要实时监控单次对话 API 费用的用户。支持在配置文件中自定义显示阈值和默认模型参数。

パッケージ
dsh-cost-estimate
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

配置

cordis.patch.ymlconfig 支持以下键:

默认值说明
minInputTokens8000预估输入超过该 token 数才显示
minCostCny0.01或预估费用上限超过该元数才显示
defaultModeldeepseek-v4-flash首次 usage 锚定前的模型回退值
headerTokensEstimate6000首次 usage 锚定前,系统提示词 + 工具 schema 的启发式 token 数
defaultCacheHitRatio0.5首次 usage 锚定前假定的缓存命中率

示例:

- id: cost-estimate
  name: dsh-cost-estimate
  config:
    minInputTokens: 20000
    minCostCny: 0.05