Skip to content

me9rez/dsh-vlm-bridge

10Last commit Aug 14, 2026

dsh-vlm-bridge DSH plugin

dsh-vlm-bridge installs a `vision_analyze` tool in DeepSeek Harness. The tool reads image files, sends them to a configurable vision-language model endpoint, and returns a text description or an answer to a supplied image question.

How to install the dsh-vlm-bridge DSH plugin

dsh plugin --profile web add github:me9rez/dsh-vlm-bridge

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-vlm-bridge DSH plugin can do

  • Adds the `vision_analyze` tool to DeepSeek Harness.
  • Analyzes image files with a VLM API; the documented default is ModelScope `Qwen/Qwen3-VL-8B-Instruct`.
  • Supports a `question` parameter for image-detail follow-up questions.
  • Configures endpoint, model, caching, request timeout, token limit, and log-file path through plugin configuration.
  • Reads the required `VLM_API_KEY` only from DSH credentials.
  • Provides a verification script covering module resolution, configuration schema, tool registration, and optional VLM end-to-end testing.

Where the dsh-vlm-bridge DSH plugin fits

  • Give a text-only DSH model a textual description of a local image.
  • Ask targeted questions about image contents.
  • Use an alternative configured VLM endpoint or model for image understanding.

Who the dsh-vlm-bridge DSH plugin is for

  • DeepSeek Harness users running models without image input support.
  • Developers configuring DSH bundle plugins and VLM credentials.

dsh-vlm-bridge DSH plugin limitations

  • Requires a `VLM_API_KEY` in `~/.dsh/.credentials.yaml` for VLM requests.
  • Image analysis depends on the configured external VLM API endpoint and model.
  • A DSH process restart is required after installation so the bundle layer is read.
  • Local linked development installations may require a junction for resolving `@deepseek-ai/*` dependencies.
  • The documented end-to-end verification skips VLM testing when no API key is available.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 2 runtime, 0 development, 0 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-vlm-bridge DSH plugin alternatives

dsh-vlm-bridge DSH plugin questions

What is the dsh-vlm-bridge DSH plugin?

dsh-vlm-bridge is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-vlm-bridge DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-vlm-bridge use?

The snapshot records web as the dsh-vlm-bridge profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-vlm-bridge compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-vlm-bridge fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-vlm-bridge?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.