ShaineDemo/dsh-vision-pro-bridge0

dsh-vision-pro-bridge

Give text-only DeepSeek-V4-Pro real vision with zero new dependencies and DeepSeek-only routing: images are described by deepseek-v4-flash-vision-exp (your existing DEEPSEEK_API_KEY), then the text is handed to 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.