doebkblcya/dsh-vision-bridge
doebkblcya★ 0JavaScriptLast synced: 2026-08-17
Dynamic vision bridge plugin for the DSH Web GUI: pasted images are recognized on demand via Bailian vision models (qwen3-vl-flash / qwen-vl-ocr)
README excerpt
dsh-vision-bridge — DSH Web GUI dynamic vision bridge English 中文 A cordis plugin for the DSH (DeepSeek Harness) Web GUI that enables pasted images: the UI accepts image attachments, and the main model (DeepSeek) decides on demand which vision model to call — qwen3-vl-flash for visual Q&A and qwen-vl-ocr for plain text extraction — via Alibaba Bailian's OpenAI-compatible endpoint. Features - Pasted images in the GUI — registers a deepseek-vision wrapping route declaring inputModalities: ['text', 'image'] , so the chat box accepts image paste. - Dynamic vision (zero pre-translation) — pasted images are not pre-transcribed; the image block is replaced with a hint (sha256 attachment id) and the main model writes the vision prompt per question/context before calling the tool. No extra calls, no upfront guessing. - Two vision tools : - describe image(image, prompt) — visual Q&A ( qwen3-vl-flash ), prompt written by the main model on each call. - extract text(image) — OCR ( qwen-vl-ocr ), extracts all text in reading order. - Three image input forms — http(s) URL / local file path / pasted attachment id ( sha256:… ). - Robustness — MIME sniffing (PNG/JPEG/GIF/WebP), 20 MB cap, explicit 40…
View full README on GitHub →Category
Prompt as Code | GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并提炼出Skills,持续更新中
★ 10,851
liustack/modlensThe first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网最强 DeepSeek Harness 外挂视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 2,700
Alisa0808/vox-directorTurn one topic into a finished Vox-style paper-collage explainer/ad video — automated end to end on Atlas Cloud + ffmpeg. An agent skill.
★ 1,335