ganfne123/dsh-plugin-api-quota ↗★ 0
dsh-plugin-api-quota
DSH Web UI 插件:从侧边栏查询 DeepSeek API 密钥余额与额度
AI 分析
核心用途是在侧边栏 GUI 面板中直接查询并展示 DeepSeek API 密钥的总额、赠送额度及充值余额。适合需要随时监控 API 账户余额的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ganfne123/dsh-plugin-api-quota说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
apiKeyEnv | DEEPSEEK_API_KEY | Credential reference (environment-variable-shaped) holding the API key |
baseURL | https://api.deepseek.com | DeepSeek API base URL |
balancePath | /user/balance | Balance endpoint path appended to baseURL |