dsh-llm-config
Declare any number of LLM providers, each with its own endpoint, credential and per-model parameters (reasoning-effort vocabulary, image input, retry policy), across the OpenAI Chat, OpenAI Responses, Anthropic Messages and Google Gemini wire formats, configured from a settings page.
在设置页配置任意数量的模型供应商:各自独立设置接口地址、密钥与逐模型参数(思考强度、图片输入、重试策略),支持 OpenAI Chat、OpenAI Responses、Anthropic Messages 与 Google Gemini 四种协议。
How to install
dsh plugin add github:EmotionG/dsh-llm-config About
dsh-llm-config DeepSeek Harness 的多供应商模型配置插件。每个供应商独立配置接口地址、密钥与模型参数,支持 OpenAI Chat、OpenAI Responses、Anthropic Messages 与 Google Gemini。 安装 在 user/.dsh/profiles/web/package.json 中加入本包,例如: json { "dsh": { "profile": { "bundles": ["dsh-llm-config"] } }, "dependencies": { "dsh-llm-config": "file:插件目录" } } 然后重启 dsh web。设置页会出现「模型供应商」。 图片输入(识图) 给模型的「输入」勾上 image 即声明它接受图片。声明后: 框架(dsh-llm)在请求组装时不再把图片投影成占位文本,而是原样交给本插件; 本插件通过 dsh 的持久附件服务(attachments.readImageRequest)把图片解析成确定性请求版本(含像素/字节数控),再按协议内联进请求体: OpenAI Chat / Responses:{type: "image_url", image_url: {url: "data:<media>;base64,..."}} Anthropic Messages…
Recommendation signals
Meta
- License
- –
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-16
- Created
- 2026-09-13
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-workbuddy-connect
corrinehu/dsh-workbuddy-connect
Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-coding-subscription-oauth
lninghaha/dsh-coding-subscription-oauth
Coding-subscription OAuth for SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code and Claude Code, plus an opt-in loopback OpenAI/Anthropic gateway: local login without pasting tokens, AUTH refresh-and-retry, grok-4.6 xhigh, and API-key route coexistence.