dsh-siliconflow-vision
Run the following command in DeepSeek Harness:
dsh plugin install ShiXiangYu2/dsh-siliconflow-vision
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ShiXiangYu2/dsh-siliconflow-vision in your terminal to install the plugin; source code is available at https://github.com/ShiXiangYu2/dsh-siliconflow-vision
About this plugin
The main conversational model in DSH typically accepts text only, so when a user drops a screenshot, a scanned document, or a product photo into the session the model neither describes the image nor reasons about its content. dsh-siliconflow-vision bridges that gap by registering an analyze_image tool that forwards the image to a SiliconFlow vision model (default Qwen/Qwen3-VL-32B-Instruct) and feeds the structured result back into the conversation, giving the model genuine visual understanding without leaving the current session.
The plugin accepts three image sources: a local file path on the server, an http(s) URL, or a base64 data URL. Users simply ask the model to "look at this image" and can attach a custom prompt such as "extract all text" or "what animals appear in the picture." The underlying model is swappable, ranging from the speed-focused Qwen3-VL-8B for quick lookups to PaddleOCR-VL-1.5 dedicated to optical character recognition. Under the hood the plugin uses Node.js native fetch against the OpenAI-compatible API; local images are read and converted to base64 in memory, so no temporary files are written to disk and the runtime footprint stays minimal.
It is well suited for developers and operators who build DSH workflows around image understanding: interpreting customer screenshots of error messages, auto-extracting text from receipts or documents, or having a product manager paste a competitor screenshot and ask for a feature comparison. Steps that previously required opening a separate tool or switching contexts now collapse into a single natural-language request within the conversation.
Use Cases
- A user pastes a screenshot into the chat and asks the model to explain error messages or extract key details
- Batch-extracting text from document images for OCR-based summaries within the same conversation
- Analyzing product photos or competitor screenshots for descriptions, element identification, and side-by-side comparisons
Best For
- Developers building DSH workflows that require image understanding capabilities
- Support or operations teams handling user screenshots, scanned documents, and visual inputs
- Engineers setting up automated pipelines for OCR extraction or general visual analysis
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.