KamiYA7/dsh-balance-widget--packages-dsh-balance-widget0

@deepseek-ai/dsh-balance-widget

DeepSeek API balance HTTP endpoint for the balance floating widget

AI Analysis

核心用途是为前端余额显示组件提供后端的 API 余额查询数据接口。适合配合余额悬浮窗插件使用,以便在 DSH 界面中实时获取最新的 API 账户余额。需要配置有效的 DeepSeek API Key。

Package
@deepseek-ai/dsh-balance-widget
Version
0.1.0-rc.5
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. 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)。