AI Agent Hub
Back to plugins
🖥️

dsh-provider-quota

Client Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install 781316853/dsh-provider-quota

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install 781316853/dsh-provider-quota in DeepSeek Harness to install the plugin, source code available at https://github.com/781316853/dsh-provider-quota, then restart the web service to load it, or use the plugin manager under Settings to Plugins.

About this plugin

When you run two or three—sometimes five—model providers through the DSH Web GUI at the same time (DeepSeek, OpenAI, Moonshot, Zhipu, OpenRouter, SiliconFlow, and so on), the least enjoyable part is rarely model selection. It is the endless back-and-forth to each vendor's dashboard to check balances, rolling windows, and token quotas, with every answer hidden behind a different login and a different UI. dsh-provider-quota solves that by pulling all of it into one place inside the DSH Web GUI.

Two entry points make it easy to check status at a glance: a small "Model Quota" icon at the bottom of the sidebar that opens a compact live panel, and a full query block under Settings → Model Quota that shows per-provider details. Both auto-poll every configured provider every 60 seconds and also offer a one-tap manual refresh. The plugin normalizes three common quota formats—monetary amounts (CNY, USD, etc.), percentage-based rolling windows (for example a five-hour window), and raw token usage (Z.AI)—into a single consistent layout so you compare providers side by side without translating each backend's quirks. API keys are resolved exclusively on the host side; the browser only ever receives normalized display data and never the secret itself. All UI strings follow the GUI language and switch between Chinese and English automatically.

If you already have two or more providers configured in the DSH Web GUI and want a glanceable, always-current balance overview instead of tab-hopping to vendor consoles, this plugin hot-plugs in without any changes to the DSH source. Set your provider keys once and quota awareness comes along at essentially zero ongoing cost.

Use Cases

  • Check balances of multiple providers from the DSH Web GUI sidebar
  • Avoid tab-hopping to vendor dashboards to verify rolling window status
  • Manage all configured provider quotas in a single settings page view

Best For

  • DSH Web GUI users with two or more model providers configured
  • Developers who need to monitor quotas in multiple formats such as amount, window, and tokens
  • Operators who want to extend GUI capabilities without modifying DSH source code