ShaineDemo/dsh-vision-pro-bridge ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ShaineDemo/dsh-vision-pro-bridge说明文档
阅读完整 README ↗Usage
- In the model picker, choose DeepSeek-V4-Pro (视觉桥).
- 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):
| Variable | Default | Purpose |
|---|---|---|
DEEPSEEK_API_KEY | credentials service | DeepSeek key (same as the official route) |
DEEPSEEK_BASE_URL | https://api.deepseek.com | Endpoint (same as the official route) |
DSH_VISION_PRO_BRIDGE_PROMPT | built-in English transcription prompt | Override 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.