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.
怎么安装
dsh plugin add github:ct-jyjntc/dsh-model-modality 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-07
- 创建于
- 2026-09-07
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
把 ChatGPT(Codex)、Claude、Grok 订阅当作 DeepSeek Harness 的 LLM 提供方:设置页登录、模型目录、用量展示,以及 image_generate、video_generate 与 x_search 工具。
dsh-workbuddy-connect
corrinehu/dsh-workbuddy-connect
将 WorkBuddy 桌面 App 包含的模型自动接入 DeepSeek Harness,在 DSH 对话窗口里零配置使用。
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。
dsh-thinking-effort
hytime/dsh-thinking-effort
为 DSH 自定义模型配置思考档位和子 agent 默认思考强度。