All plugins

DSH / BUNDLE / CLIENT-UI

dsh-provider-model-configurator

v0.3.2LiangYin233 / dsh-provider-model-configuratorcfc26fbdf5

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-provider-model-configurator

Provider Model Configurator for DeepSeek Harness: view, create, edit, copy and delete model entries (context window, max output, modalities, reasoning efforts) across your configured providers, with quick-fill from the pi-ai preset catalog.

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add LiangYin233/dsh-provider-model-configurator --ref cfc26fbdf56286e83e010f51569f609fa3867acc

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

README / EN

Package documentation

一个 DeepSeek Harness (DSH) 可安装插件包(bundle):集中查看、新建、编辑、复制与删除已配置提供商下的模型条目——上下文窗口、最大输出、输入模态与推理档位,全部在一个独立设置页内完成;pi-ai 安装目录(预设)或其他任何提供商的模型数据可作为复制来源快速填充。

LIMITATIONS

Known limitations

- **推理档位名**:仅对**已注册**(已配置)的复制来源提供商可精确获取(`resolveModelInfo`);休眠目录提供商不暴露推理元数据。 - **wire 值**:精确映射(pi-ai 目录的 `thinkingLevelMap`,如 opencode-go 的 `{minimal:null, low:null, medium:null, high:"high", max:"max"}`)只存在于 pi-ai 安装目录的 JSON 中,适配器未通过 `llm` 服务暴露。默认按「档位名 = wire」预填(对绝大多数 OpenAI 兼容网关正确),逐档可改;deepseek 系 `minimal/low/medium` 通常应留空(不发送)。 - 目标路由必须**已配置**(先在官方 Models 页创建);使用 `modelOverrides` 的路由自动折叠后写入。 - **删除**仅作用于**显式 models 条目**;使用内置目录的路由(无显式条目)没有可删除项。删除最后一个条目会使该路由恢复使用内置目录。 - 提供商级配置(api / baseURL / 密钥)不属于本插件职责,请使用官方 Models 页。