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.

Pro Vision Std — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-pro-vision-std

Pro Vision Std

dsh-std Community v0.15 ModelProvider: DeepSeek-V4-Pro with images captioned by V4-Flash-Vision-Exp. Requires @dsh-std/adapter-dsh on DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision-std#08617933545a639a624219391dee178163205518
READMECompatibilityVersions

Compatibility and provenance

Pro Vision Std is published as dsh-pro-vision-std and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/27/2026

Versions

0.1.1stable
8/27/2026
0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.1
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/27/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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-pro-vision-std

中文 · English

Compatible with dsh-std Community v0.15.

A portable ModelProvider that lets DeepSeek V4-Pro handle image attachments. Images are first captioned by deepseek-v4-flash-vision-exp; the resulting text is then sent to deepseek-v4-pro. The host facet uses dsh-std contracts and does not import @deepseek-ai/*.

Compatibility

ItemValue
Standarddsh-std Community v0.15
$schemaurn:dsh-std:community-draft:dsh-plugin:0.15
Component idio.github.lasdrder0705.dsh-pro-vision-std
Host entrylib/host.js
DSH host@dsh-std/adapter-dsh
Node.js22.19+ or 24+
CIWindows, macOS, and Linux

Install

dsh plugin --profile web add @dsh-std/adapter-dsh
dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision-std

To update an existing installation:

dsh plugin --profile web update dsh-pro-vision-std

Restart the DSH profile after installation or update.

Select the image-capable route

In the model selector, choose:

dsh-pro-vision / deepseek-v4-pro

This exact route advertises text + image. The previous model id, dsh-pro-vision / deepseek-v4-pro-vision, remains available as a compatibility alias.

The official route deepseek-official / deepseek-v4-pro remains text-only. dsh-std isolates providers by route, so installing this component does not alter or impersonate the official provider. If DSH reports that V4-Pro cannot accept images, verify that the selected provider is dsh-pro-vision.

API key reuse

On DeepSeek Harness, the component automatically reuses the existing DEEPSEEK_API_KEY resolved by the DSH credential service, including a key already saved from the Models page. Users do not need to enter the same key again.

DSH_PRO_VISION_API_KEY is an optional per-plugin environment override. Outside DSH, the portable facet falls back to DSH_PRO_VISION_API_KEY and DEEPSEEK_API_KEY from the launch environment. Credential values are resolved for each operation, are not written to plugin configuration, and are not logged.

Optional environment settings:

DSH_PRO_VISION_BASE_URL              default https://api.deepseek.com
DSH_PRO_VISION_VISION_MODEL          default deepseek-v4-flash-vision-exp
DSH_PRO_VISION_TEXT_MODEL            default deepseek-v4-pro
DSH_PRO_VISION_MAX_VISION_TOKENS     default 8192
DSH_PRO_VISION_REASONING_EFFORT      default high
DSH_PRO_VISION_CACHE_SIZE            default 200

Behavior

  1. The provider reads image attachments through the dsh-std readImage contract.
  2. Flash Vision creates a precise caption for each image.
  3. Each image block becomes an [Image N] ... text note.
  4. V4-Pro streams the final response from the rewritten text-only request.
  5. Identical image bytes are cached in process.

The package also publishes the dsh-std Tool describe_image for describing one workspace or recently attached image explicitly.

Relationship to the original plugin

This repository is the dsh-std rewrite of dsh-pro-vision. The original plugin intercepts a DSH-specific Cordis llm/stream; this package instead publishes an isolated, portable ModelProvider. They are separate packages and may coexist.

Develop

npm run check
npm pack --dry-run