dsh-vision
Run the following command in DeepSeek Harness:
dsh plugin install sjakdhasdh/dsh-vision
Paste the following prompt into your AI chat to install this plugin:
Install the vision plugin in your DeepSeek Harness terminal by running dsh plugin install sjakdhasdh/dsh-vision (source at https://github.com/sjakdhasdh/dsh-vision).
About this plugin
Several models inside DeepSeek Harness (such as deepseek-v4-flash) have no native vision capability, and the stock DeepSeek adapter makes it worse by rejecting image uploads with a MODEL_DOES_NOT_SUPPORT_IMAGES error, so users never even get a chance. dsh-vision exists to plug that gap: it gives text-only models an extra set of eyes, letting them inspect a local or remote image mid-conversation and pull a Chinese-language description back into the context window.
The flow is simple. During inference the model automatically invokes a vision tool, handing a local absolute path or an http(s) URL to a vision LLM (default: Alibaba Cloud Bailian qwen3.7-flash over the OpenAI-compatible API; switching vendors is a one-line base-URL change) and receiving a text description to continue with. The plugin has zero extra runtime dependencies, relying solely on Node built-in fetch, and configuration follows a clean precedence chain: plugin config, then environment variables, then defaults.
It is built for two audiences: developers who are assembling agents on DeepSeek Harness and need to add vision to otherwise text-only models, and everyday users who simply want to paste a screenshot into the chat box and get an instant written description. Pair it with the small adapter patch described in the project PATCHES.md to lift the upload restriction, and you have a paste-image, get-description loop ready to go.
Screenshots
Use Cases
- Paste a screenshot into chat and let a text-only model describe the image
- Invoke a vision LLM during agent inference to recognize a local or remote image
- Add vision capability to DeepSeek models that lack native image support
Best For
- Developers building agents on DeepSeek Harness
- Users who need vision capability for text-only models
- Engineers looking to quickly extend the Harness toolchain with vision
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.