AI Agent Hub
Back to plugins
dsh-vision-api-localorweb preview

dsh-vision-api-localorweb

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install TIPSONG/dsh-vision-api-localorweb

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

Run dsh plugin install TIPSONG/dsh-vision-api-localorweb inside DeepSeek Harness to install this plugin. The source code is available at https://github.com/TIPSONG/dsh-vision-api-localorweb. Restart the web client after installation to activate.

About this plugin

DSH assistant ships without any image-understanding capability out of the box, yet many developers already have a multimodal model running locally via LM Studio, Ollama, or vLLM. dsh-vision-api-localorweb bridges that gap: point it at any OpenAI-compatible base URL, name the model, and your assistant gains a pair of local eyes with zero data leaving your machine.

Under the hood the plugin registers a single tool, local_vision, which reads an image from a local path, sends it to your vision endpoint, and returns a text description into the conversation. Two usage paths are supported: supplying an image file path in chat (works even when the dialogue model is text-only), or dragging an image straight into the dialog when the dialogue model itself accepts vision input. Leaving the base URL blank disables the feature entirely, and a three-field settings page keeps configuration completely config-file-free.

Ideal for anyone who has already deployed multimodal models such as Gemma, Qwen-VL, or LLaVA locally and wants DSH to describe what it sees without a single byte touching the cloud. MIT licensed, install in one line.

Screenshots

Use Cases

  • Running a multimodal model in LM Studio and wanting your DSH assistant to describe images
  • Using a text-only dialogue model while still needing image understanding in chat
  • Privacy-sensitive workflows where image data must never leave the local machine

Best For

  • Developers with locally deployed multimodal models such as Gemma, Qwen-VL, or LLaVA
  • Teams and individuals who refuse to send image data to any cloud service
  • Technical users working with local inference frameworks like LM Studio, Ollama, or vLLM