WilliamLIiii/DeepSeek-Harness-billing-plugin--packages-llm-billing2

@deepseek-ai/dsh-llm-billing

Standalone DeepSeek account-balance and remaining-task estimator exposed through the billing Remote

AI Analysis

核心用途是获取 DeepSeek 账户余额并根据不同模型单价(区分高峰/非高峰期)估算剩余可执行任务量。适合需要监控 API 额度消耗与预算规划的用户。

Package
@deepseek-ai/dsh-llm-billing
Version
0.1.0-rc.5
License
MIT
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration

FieldDefaultMeaning
apiKeyEnvDEEPSEEK_API_KEYCredential-reference (environment-variable) name resolved per call.
baseURL$DEEPSEEK_BASE_URL then https://api.deepseek.comEndpoint base; /user/balance is appended.
modelsV4 Flash + V4 ProAdvisory display rows, in presentation order.
billing.peakHours09:00–12:00, 14:00–18:00 (Beijing)Peak-hour windows; all other hours are off-peak.
billing.modelsPublished V4 ratesPer-model peak/off-peak price rows (cacheHitInput, cacheMissInput, output, in CNY per 1M tokens).

Override one model without dropping the others by supplying a non-empty billing.models list; an empty or omitted list falls back to the published defaults.