Nanawwa/dsh-vision-proxy

Nanawwa★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

Give a text-only DeepSeek Harness model eyes: a proxy provider that delegates image understanding to any vision-capable model the harness can route, plus vision and vision_config tools.

README excerpt

dsh-vision-proxy A host plugin for DeepSeek Harness that gives a text-only model eyes. The harness rejects image uploads for models without the image modality, and a text-only model cannot read an image anyway. This plugin bridges the gap by delegating image understanding to a second, vision-capable model on any provider the harness already routes: - Proxy provider — registers a vision-proxy route with one synthetic model ( -vision ) that advertises image input. Select it in the model picker and attached images work normally: each image is described by the vision model, the description is injected into the request as text, and the request is forwarded to the real main model. - vision tool — the model can also call it directly with a local image path and an optional question, for images that never entered the conversation. The main model and the vision model are configured independently. Any provider works in either role — the plugin only needs llm to route it, exactly like your other models. Install The package is a plain Cordis plugin with no build step. Two ways to mount it: From npm or a clone — install the package into your profile and add a loader row: In cordis.patch.yml : Lo…

View full README on GitHub →
Tools / Devdsh-pluginvision

Category