AI Agent Hub
Back to plugins
🤖

dsh-glm-vision

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install fightingFirefox/dsh-glm-vision

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

In DeepSeek Harness, run dsh plugin install fightingFirefox/dsh-glm-vision; source URL: https://github.com/fightingFirefox/dsh-glm-vision

About this plugin

DeepSeek and other text-primary models excel at reasoning and tool orchestration but cannot directly interpret images. dsh-glm-vision plugs ZhiPu GLM vision models into DeepSeek Harness as an independent provider route, so the text model keeps its reasoning strengths while GLM simply serves as the eyes.

The plugin registers a glm_vision tool that the main model can invoke mid-conversation to describe a local image in words. It also provides a GLM text-and-vision supplementary route that supports multi-turn tool calling, letting even text-only GLM models process image blocks indirectly. The plugin can take over the official DeepSeek route seamlessly: when an image is uploaded, the prompt gate passes it through and the model is guided to call the vision tool automatically. A settings card lets you adjust thinking depth, timeouts, and the default model on the fly.

Designed for developers already running a text-primary model inside DeepSeek Harness who need image understanding without switching stacks. A single ZhiPu API key is all you need, and a built-in coexistence guard auto-sleeps the plugin when another vision plugin is detected to prevent route conflicts.

Use Cases

  • A text model calls the GLM vision tool to understand image content mid-conversation
  • Upload an image and let the main model auto-trigger a vision description before answering
  • Select a GLM vision model in the picker for image-based Q&A

Best For

  • Developers running text-primary models inside DeepSeek Harness
  • Users who need to add image understanding to a text-only model
  • Developers integrating ZhiPu GLM vision models as an independent route