ShaineDemo/dsh-vision-pro-bridge0

dsh-vision-pro-bridge

视觉桥接插件:利用 flash 视觉模型描述图片,再将文本传给纯文本的 DeepSeek-V4-Pro,赋予其视觉能力。

AI 分析

用于让不支持图片的纯文本 Pro 模型间接具备图像理解能力。适合需要对图片进行深度推理,且已拥有 DeepSeek API 密钥的用户。

包名
dsh-vision-pro-bridge
版本
1.0.0
许可证
MIT
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ShaineDemo/dsh-vision-pro-bridge

Usage

  1. In the model picker, choose DeepSeek-V4-Pro (视觉桥).
  2. Paste or drag a screenshot and ask normally.

Make it the default for new sessions (~/.dsh/settings.yaml):

agent-default-model:
  provider: deepseek-vision-pro
  model: deepseek-v4-pro-vision

Configuration

Environment variables (all optional):

VariableDefaultPurpose
DEEPSEEK_API_KEYcredentials serviceDeepSeek key (same as the official route)
DEEPSEEK_BASE_URLhttps://api.deepseek.comEndpoint (same as the official route)
DSH_VISION_PRO_BRIDGE_PROMPTbuilt-in English transcription promptOverride the transcription prompt (e.g. Chinese UI analysis)

Images are cached content-addressed under ~/.dsh/vision-pro-bridge/images/ (re-attaching the same image reuses the transcription); an activity log is written to ~/.dsh/vision-pro-bridge-activity.jsonl.