ganfne123/dsh-plugin-api-quota ↗★ 0
dsh-plugin-api-quota
DSH Web UI plugin: check your DeepSeek API key balance/quota (GET /user/balance) from the sidebar, with a GUI panel showing total/granted/topped-up balance.
AI 분석
核心用途是在侧边栏 GUI 面板中直接查询并展示 DeepSeek API 密钥的总额、赠送额度及充值余额。适合需要随时监控 API 账户余额的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ganfne123/dsh-plugin-api-quotaConfiguration
| 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 |