dsh-vision-router¶
| 类型 | 插件 | 分类 | 视觉与多模态 |
| 星数 | ⭐83 | 状态 | ✅ 活跃 |
| 能力 | multimodal, vision | 更新时间 | 2026-08-15 |
📖 项目简介¶
Most DSH vision plugins bridge images to DeepSeek as text descriptions — lossy, one-shot, and blind to pixels. This plugin keeps the original pixels on the vision model's side and DeepSeek on the reasoning side, and makes looking at an image an ordinary tool call: - One command install. The package ships its own composition patch (dsh.bundle.patch): dsh plugin add wires the row, the admission wrapper and the attachment limits automatically — zero manual file edits. Taking over
✨ 核心特性¶
- One command install. The package ships its own composition patch (
dsh.bundle.patch):dsh plugin addwires the row, the admission wra - Free by default. The vision chain starts with a built-in OVHcloud anonymous endpoint (
Qwen2.5-VL-72B-Instruct, no account, no key, 2 r - No Python. The whole pipeline — downscale, grounding, crop, pixel diff, palette, OCR, SVG trace, cutout, HTML screenshot — runs on sharp
- Continuous multi-step image work. An image turn is a text turn that calls tools:
vision_ground→vision_crop→vision_describe→ `
📦 安装¶
npx @deepseek-ai/dsh plugin --profile web add dsh-vision-router
npx @deepseek-ai/dsh web
🚀 快速开始¶
cd deepseek-harness
pnpm dsh plugin --profile web add dsh-vision-router
pnpm dsh web