lucaslus/dsh-balance-plugin ↗★ 2
dsh-balance-plugin
Show account balance for DeepSeek / Kimi / Qwen under the composer
AI 分析
核心用途是免去手动查询,直接在对话界面监控 API 账户余额。适合多模型混合使用、需要随时确认各平台余额是否充足的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lucaslus/dsh-balance-pluginドキュメント
README 全文を読む ↗Configuration
The plugin detects the provider from the current model route and reuses each model adapter's own credential configuration — nothing to fill in:
| Provider | API key env (default) |
|---|---|
| DeepSeek | DEEPSEEK_API_KEY |
| Kimi | KIMI_API_KEY (or MOONSHOT_API_KEY) |
| Qwen | DASHSCOPE_API_KEY |
If you configured a custom apiKeyEnv or baseURL for a model in settings, the plugin follows it.