DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Model Modality — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-model-modality

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.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ct-jyjntc/dsh-model-modality#792ebfbc643f4113624be83fbf09d711a2fd2e95
READMECompatibilityVersions

Compatibility and provenance

Model Modality is published as dsh-model-modality and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/7/2026

Versions

1.0.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/7/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Imagegen@dickpy/dsh-imagegenAI image generation plugin for the dsh web GUI: text-to-image and image-to-image through configurable provider channels (gpt-image-2 / grok-imagine-image / nanobanana series / seedream-5.0-pro / dall-e-3, with native xAI Grok Imagine, Google Nano Banana aVoice Modedsh-voice-modeFull-duplex voice plugin for DeepSeek Harness: local zipformer2 streaming ASR (no API key) → editable draft; Edge TTS or local VITS / Kokoro read-aloud with live captions; true barge-in; hardened HTTP surface + model SHA256 pinning; compatible with all ds

README

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 设置页可查看/编辑),与插件本身互不影响。

安装

dsh plugin add ct-jyjntc/dsh-model-modality

安装后可用两个工具(对话中直接让 agent 调用):

  • declare_model_multimodal(provider, model, supportsImage) — 声明某模型是否支持图像输入,返回写入与校验结果;
  • list_model_multimodal(provider?, model?) — 列出各可配置提供方模型的输入模态。

浏览器端 UI(可选)

设置 → 模型 → 每张提供方卡片内的「多模态(图像输入)」开关,以及 Run 卡片面板,需要会话级动态插件挂载(客户端模块未随本包发布)。需要时让 agent 挂载即可。

示例

declare_model_multimodal(provider="raincode", model="kimi-k3", supportsImage=true)
→ { ok: true, verified: true, inputModalities: ["text","image"], ... }

License

MIT