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 Capabilities — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@maiziman/dsh-model-capabilities

Model Capabilities

Automatic reasoning and image capability detection for custom DeepSeek Harness models

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

npx -y @deepseek-ai/dsh plugin --profile web add github:maiziman/cedardsh-model-probe#89bfe7c5a875f793b61a2b241710fee0207b9dd0
READMECompatibilityVersions

Compatibility and provenance

Model Capabilities is published as @maiziman/dsh-model-capabilities and currently resolves to version 0.1.3. 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/1/2026

Versions

0.1.3stable
9/1/2026
0.1.2stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.1.3
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
8/31/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 — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Image Gendsh-image-genBring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream, DashScope, local ComfyUI & more.

README

CedarDSH Model Probe

Automatically detects reasoning and image support for custom DeepSeek Harness models.

Download the plugin · 中文说明

Install in CedarDSH Desktop

  1. Download CedarDSH-Model-Probe-Windows-v0.1.3.zip from the latest release.
  2. Put the ZIP in the CedarDSH Desktop folder, beside CedarDSH-Desktop.exe and dsh.cmd, then choose Extract All.
  3. Close CedarDSH Desktop. Open the extracted plugin folder and double-click Install-Model-Probe.cmd.
  4. Reopen CedarDSH-Desktop.exe.

That is all. There is no separate plugin window and no configuration file to edit. Add or save a custom OpenAI-compatible provider; the plugin works in the background. To verify installation, open Settings → Plugins → Global Plugins and search for model-capabilities.

Keep the extracted plugin folder if you want to use its one-click removal file later.

What it does

  • Reads capability metadata supplied by OpenRouter, Ollama, and compatible model endpoints.
  • Detects supported reasoning levels and image input when a local endpoint omits that metadata.
  • Keeps every capability setting that the user or provider set explicitly.
  • Uses active test requests only for localhost and private-network endpoints by default.
  • Does not modify the official DeepSeek Harness adapter, so DSH updates do not overwrite the plugin.

The active tests use a fixed arithmetic prompt and two generated 32 × 32 color images. They do not read or upload user files. Public endpoints remain metadata-only unless the user explicitly changes the probe policy.

Remove

Close CedarDSH Desktop and double-click Uninstall-Model-Probe.cmd in the extracted plugin folder. Removing the plugin does not erase capabilities already saved in model settings.

Manual installation

Advanced users can download the TGZ, place it beside dsh.cmd, and run:

New-Item -ItemType Directory -Force .\dsh-home\profiles\web\plugin-packages | Out-Null
Copy-Item .\CedarDSH-Model-Probe-v0.1.3.tgz .\dsh-home\profiles\web\plugin-packages\
.\dsh.cmd plugin --profile web add "file:plugin-packages/CedarDSH-Model-Probe-v0.1.3.tgz" --offline --ignore-scripts

For a global DeepSeek Harness installation, use the official dsh plugin --profile web add <package> command.

Compatibility

Version 0.1.3 is verified with DeepSeek Harness 0.1.2-alpha.2 from official tag dsh-v0.1.2-alpha.2. Harness is still in preview, so a future upstream change may require a plugin update.

Advanced settings

The defaults discover metadata, actively test local endpoints, and test reasoning levels low, high, and max. Maintainers can override the model-capabilities row in the profile's cordis.patch.yml; see cordis.patch.yml for the complete defaults.

Run the local checks with:

npm test
npm pack --dry-run

License

MIT