其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DSH Web 插件:在侧边栏底部实时显示 DeepSeek API 剩余额度,并按「当前模型 × 低峰/高峰计价」估算可用 token 数,附每轮实际花费图。
Requires dsh ≥ 0.1.0-rc.6 and a configured DeepSeek API key.
# Install from GitHub (recommended)
dsh plugin --profile web add github:huolianJiao/dsh-quota-meter
# Or install from a local checkout
dsh plugin --profile web add link:./dsh-quota-meter
装好后重启 web profile(重新执行 dsh web),刷新页面即可。
插件默认读取凭据引用 DEEPSEEK_API_KEY(可在设置页切换)。任选其一:
DEEPSEEK_API_KEY=sk-...$DSH_HOME/.credentials.yaml:DEEPSEEK_API_KEY: sk-...
cordis.patch.yml 按 id 覆盖,重启生效:- id: dsh-quota-meter
config:
apiKeyEnv: DEEPSEEK_API_KEY
baseURL: https://api.deepseek.com
pollIntervalMs: 60000
summaryModel: deepseek-v4-pro
peakWindows:
- { start: "09:00", end: "12:00" } # 北京时间,[start, end)
- { start: "14:00", end: "18:00" }
pricing: # 元 / 百万 token
- model: deepseek-v4-flash
offPeak: { input: 1.5, cacheHit: 0.05, output: 4.5 }
peak: { input: 3.0, cacheHit: 0.10, output: 9.0 }
- model: deepseek-v4-pro
offPeak: { input: 4.5, cacheHit: 0.15, output: 13.5 }
peak: { input: 9.0, cacheHit: 0.30, output: 27.0 }
零构建,改完即用:
lib/client.js(浏览器端):刷新页面即可生效;lib/index.js(host 端):重启 web profile 生效。npm test # 运行 smoke 测试
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。