AI Agent Hub
Back to plugins
🧰

dsh-llm-headers

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install QiE2035/dsh-llm-headers

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

In DeepSeek Harness, you can install this plugin by running dsh plugin install QiE2035/dsh-llm-headers. Source: https://github.com/QiE2035/dsh-llm-headers

About this plugin

When deploying DeepSeek models, API requests' HTTP Headers are often constrained or require specific formatting, particularly the User-Agent field, which is frequently forced by gateways or security policies to contain specific brand identifiers. Traditional modification methods often require digging into adapter source code, which is cumbersome and inflexible. The dsh-llm-headers plugin is designed to solve this problem by wrapping the global Fetch mechanism to inject and override custom headers without altering the underlying logic.

Use Cases

  • Gateway enforces specific User-Agent strings
  • Need to inject custom Headers to meet API restrictions
  • Replace default User-Agent for branding

Best For

  • DevOps engineers needing to customize LLM API request behavior
  • Enterprises deploying DeepSeek models for internal use or white-labeling
  • Developers managing API gateways and access control policies