KamiYA7/dsh-balance-widget--packages-dsh-balance-widget ↗★ 0
@deepseek-ai/dsh-balance-widget
DeepSeek API balance HTTP endpoint for the balance floating widget
AI Analysis
核心用途是为前端余额显示组件提供后端的 API 余额查询数据接口。适合配合余额悬浮窗插件使用,以便在 DSH 界面中实时获取最新的 API 账户余额。需要配置有效的 DeepSeek API Key。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置 / Configuration
余额经 DEEPSEEK_API_KEY 凭据读取,三种来源任选其一:
- dsh Web 的 Models 设置页(推荐,自动写入凭据管理)
- 环境变量
DEEPSEEK_API_KEY llm-deepseek设置段的apiKeyEnv引用
可选:llm-deepseek.baseURL 或环境变量 DEEPSEEK_BASE_URL 可覆盖接口地址(默认为 https://api.deepseek.com)。