dsh-model-modality
Declare whether a configured third-party model accepts image (multimodal) input; writes the modality into the owning provider settings and verifies it through runtime model resolution.
声明第三方模型是否支持图像(多模态)输入,写入所属提供方设置并通过运行时模型解析校验。
How to install
dsh plugin add github:ct-jyjntc/dsh-model-modality About
dsh-model-modality DeepSeek Harness 插件:声明第三方模型(中转站 / 自定义提供方)**是否支持图像(多模态)输入**。 它做什么 DSH 运行时对图像的门禁(消息图片、read_image 工具、附件上传、子代理图像提示)都依赖模型元数据中的 inputModalities。本插件让用户直接声明某模型的输入模态,并把声明写入拥有该模型的提供方设置: llm-deepseek(官方 / 自定义 baseURL)→ models[].inputModalities llm-pi-ai(第三方提供方目录)→ models[].input 或 modelOverrides[].input 写入后立即通过 llm.resolveModelInfo 校验,因此声明生效后: 该模型可以接收图片消息(不再被 Model does not support image input 拦截); read_image 等图像工具被放行; 底层流调用不再把图片投影成文本。 声明的持久化位于提供方自己的设置(DSH 的 Models 设置页可查看/编辑),与插件本身互不影响。 安装 bash dsh plugin add ct-jyjntc/dsh-model-modality 安装后可用两个工具(对话中直接让 agent 调用): declare_model_multim…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-07
- Created
- 2026-09-07
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
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-thinking-effort
hytime/dsh-thinking-effort
Configure reasoning-effort levels and sub-agent defaults for custom DSH models.