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.

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

安装

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

配置

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