DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Vision Tiler — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
V

dsh-vision-tiler

Vision Tiler

面向 DeepSeek Harness 视觉模型的损失感知、全覆盖图像平铺

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:zyh20041227/improved_vision_for_deepseek#cbcf80280074082e7299daddeeaa1542385e372c
README兼容性版本

兼容性与来源证明

Vision Tiler 以 dsh-vision-tiler 发布,当前版本为 0.2.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/23

版本

0.2.3stable
2026/8/23

相关插件

正在加载相关插件…

最新版
0.2.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 4
周下载
0
最近提交
2026/8/23
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Vision Toolkit@anionex/dsh-vision-toolkit面向 Harness 原生集成的 DeepSeek 与 agent-vision-toolkit:图像问答、OCR、定位、UI 还原、像素差异、Artifacts 和 Web UI。Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。

README

DSH Vision Tiler

中文说明 · Technical report · Dense-text benchmark

Full-coverage image tiling for DeepSeek Harness (DSH) vision models. The plugin turns one high-resolution image into a global overview, overlapping coverage tiles, and an optional dense-region detail crop before the model reads it.

Dense-text benchmark comparison

Why it exists

DeepSeek documents a maximum of 384 vision tokens per image and scales large images before inference. That budget is often enough for ordinary photos, but it can remove small characters from receipts, tables, diagrams, and long screenshots. DSH Vision Tiler gives each local region its own image budget while preserving a complete, auditable view of the source.

  • 100% geometric coverage: coverage tiles are audited against every source pixel.
  • Overlapping seams: text and shapes that cross a tile edge remain visible in a neighbour.
  • Content-aware cuts: document mode moves horizontal seams toward low-ink areas.
  • Dense-region review: an optional 512×512 detail crop supplements, never replaces, base coverage.
  • Bounded batches: large tile sets are returned in model-safe batches.
  • Traceable output: each tile carries source coordinates, role, batch state, coverage, and a conservative token cap.
  • No native image build: v0.2.3 uses pure JavaScript plus bundled WebAssembly, avoiding sharp/libvips conflicts inside DSH Web.

Install

Requirements: DeepSeek Harness, a vision-capable DSH model profile, and Node.js 22 or later.

Pinned GitHub release:

dsh plugin --profile web add github:zyh20041227/improved_vision_for_deepseek#v0.2.3
dsh --profile web --dump-config

No allow-build entry is required. Runtime packages are declared in package.json and locked in package-lock.json; these files are the Node.js equivalent of Python's requirements.txt. An npm registry release is planned but is not yet published, so use the pinned GitHub command above.

DSH Web showing Vision Tiler enabled

Use

Ask the model to call the registered segment_image tool and continue through every returned batch:

Call segment_image for D:\images\document.png with mode=document and batch_index=0.
If remaining_batch_indices is not empty, read every remaining batch before answering.
Report uncertain_regions and cite the tile IDs used.
ArgumentMeaning
pathAbsolute path, or a path relative to the DSH process directory
modeauto, document, diagram, or photo
strategyadaptive (default) or uniform (control mode)
batch_indexZero-based output batch

The DSH profile must use a model that accepts image attachments. A text-only route can run the tiler, but it cannot pass the resulting images to the model.

Measured results

The controlled dense-text benchmark contains four synthetic pages with 100 unique eight-character codes each. Every model arm read each page independently three times: 12 calls and 1,200 exact-code decisions per arm.

ConfigurationExact-code F1Median latencyMean total tokens/callEstimated cost/call
GPT-5.599.25%27.95 sNot exposedCodex subscription; not convertible
GPT-5.6 Terra98.67%25.17 sNot exposedCodex subscription; not convertible
DeepSeek + plugin96.44%6.08 s4,970.8¥0.004521 observed-cache estimate
GPT-5.6 Luna94.99%27.48 sNot exposedCodex subscription; not convertible
DeepSeek direct image19.68%6.87 s1,135.5¥0.001830 estimate

For this task, tiling increased the estimated DeepSeek charge per call by about 2.47×, but reduced estimated cost per 100 correct codes by about 51%. DeepSeek's experimental vision model has no separate public price row, so these values use the published V4 Flash rates and are estimates, not invoices. Codex does not expose per-task vision tokens or billable API cost here, so GPT prices are intentionally not guessed.

Does the 384-token cap reduce reading quality?

It can, especially when a large image contains small, low-contrast, or tightly packed text. In the controlled test, the model and prompt stayed the same while the input changed from one scaled image to complete local tiles; F1 rose from 19.68% to 96.44%. This is strong engineering evidence for that workload, not a claim that every image needs tiling.

How it works

  1. Decode PNG/JPEG/BMP/GIF/TIFF with Jimp and WebP with bundled WASM.
  2. Apply EXIF orientation and reject images above the 100-million-pixel safety limit.
  3. Generate a downscaled overview.
  4. Plan overlapping tiles whose union covers the full oriented source.
  5. In adaptive document mode, move seams toward low-density rows and select optional dense details.
  6. Audit coverage, encode PNG attachments, and return bounded batches with coordinates.

The plugin guarantees geometric pixel coverage. It cannot guarantee that a model semantically recognises every visible character; blurred input, compression artefacts, unusual fonts, and model errors still require review.

Evidence and reproducibility

  • v2 technical report
  • Five-model dense-text report
  • Dense-text raw matrix
  • Five-model raw matrix
  • Experiment runner

The public repository contains aggregate results and reproducible generators, but never API keys or local caches.

Development

npm install
npm test
npm pack

The test suite covers exact geometric coverage, seam overlap, safety caps, deterministic batching, adaptive detail selection, WebP/WASM decoding, EXIF orientation, and DSH tool rendering. See CONTRIBUTING.md and SECURITY.md.

License

MIT