christophersmith2737-commits/OffPeak ↗★ 3
dsh-offpeak
DeepSeek API 峰谷定价高峰拦截提醒与定时发送插件。
AI 分析
在早晚高峰时段拦截 API 请求,并支持定时到低价时段自动执行。适合希望通过避开高峰期来降低 DeepSeek API 使用成本的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:christophersmith2737-commits/OffPeak说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
effectiveFrom | "2026-08-17" | Tidal-pricing start date (Beijing); plugin is dormant before it |
debug | false | Bypass effectiveFrom; enables /ds-offpeak/debug-remind |
peakWindows | 09:00–12:00, 14:00–18:00 | Peak windows in minutes ({ start, end }), overridable |
profile | auto (web) | Profile that owns the state file |