AI Agent Hub
Back to plugins
🤖

dsh-vision-bridge

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install alaxrpg/dsh-vision-bridge

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install alaxrpg/dsh-vision-bridge; the source code is available at https://github.com/alaxrpg/dsh-vision-bridge .

About this plugin

When your inference model is text-only but your daily workflow keeps throwing images at it, dsh-vision-bridge fills that gap. It registers no extra wrapper provider; instead it reuses the adapter and attachment channel of a DSH provider you already configured, or accepts a custom OpenAI-compatible endpoint you plug in directly. Switching between the two modes is a single dropdown in the settings page, and changes take effect immediately without a restart.

Two pathways do the heavy lifting. On the model side, the vision_bridge_read_image tool returns structured evidence across three layers: OCR text, layout, and semantic description, on demand. On the user side, pasting an image automatically uploads it and inserts a compact one-image-one-ID short reference that works in TEXTAREA, INPUT, and contenteditable fields alike. The settings page adds a one-click connectivity test that sends a sample image and returns latency plus a response snippet, so troubleshooting never requires digging through logs. API keys are resolved through the DSH credentials service, are never echoed back, and the plugin has zero visibility into a DSH provider's base URL or secret.

This plugin is for anyone running a text-only model inside DSH who needs to interpret screenshots, charts, photos, or text embedded in images. It requires DSH 0.1.1+ and Node.js 18+, runs on macOS and Linux, and is released under the MIT license.

Use Cases

  • A text-only model needs to interpret screenshots, charts, or in-image text
  • Pasting images into a chat flow and expecting structured OCR plus semantic output
  • Hot-swapping vision providers or running connectivity tests without restarting DSH

Best For

  • Users running text-only inference models inside DSH who need vision added
  • Workers who require OCR or image understanding without a dedicated vision model
  • Developers who want to plug in an OpenAI-compatible vision API with minimal setup