ModLens: Augmenting Pure Text Models with Visual Capabilities
ModLens is a DSH vision plugin maintained by liustack (MIT, v3.25.0). After pasting an image, an independent vision engine generates structured JSON evidence for OCR, layout, and semantics, which can be used by pure text models like DeepSeek and GLM for answering. It supports both direct pasting and the (modlens vision) model paths, with six built-in providers and the ability to reuse local CLI login states. DSH installation command: npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.25.0.
Read MoreAdd Vision Capabilities to the Plain-text Models of DeepSeek Harness with ModLens
ModLens is a DeepSeek Harness visual plugin maintained by Liustack (MIT License, version 3.18.1 at the time of writing). When plain-text DeepSeek/GLM cannot recognize screenshots, it registers the `modlens_read_image` function to convert pasted images into JSON containing OCR results, layout information and semantic data. This article verifies the installation command, two image pasting paths, engine configuration and output contract according to the community directory and GitHub.
Read More