DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Official Vision — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-official-vision

Official Vision

Direct DeepSeek official vision API bridge for DeepSeek Harness: registers the deepseek-v4-flash-vision-exp multimodal model as a provider route, with base64 inline and Files API image input. 直连 DeepSeek 官方视觉 API 的 DSH 插件

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:wilianyichen/dsh-official-vision#b51b5cff834475e186a410f28bc536062dff1e56
READMECompatibilityVersions

Compatibility and provenance

Official Vision is published as dsh-official-vision and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Image Gendsh-image-genBring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream, DashScope, local ComfyUI & more.

README

dsh-official-vision

直连 DeepSeek 官方视觉 API 的 DeepSeek Harness (DSH) 插件 — 注册官方多模态模型 deepseek-v4-flash-vision-exp 为 provider 路由,图片直接送入官方 API,不经任何第三方模型。

Direct DeepSeek official vision API bridge for DeepSeek Harness: registers the official multimodal model deepseek-v4-flash-vision-exp as a provider route and streams images straight to https://api.deepseek.com — no third-party vision model.

为什么需要它 / Why

  • 官方 Harness 0.1.1-rc.1 起内置该模型,但旧版本(如 0.1.0-rc.8)没有;
  • 市场现有视觉插件全部是"桥接第三方模型"(GLM / Gemini / InternVL / mimo), 没有直连官方 API 的;本插件填补该空白。
  • 纯文本请求零开销:无图时透传官方 deepseek 路由。

安装 / Install

dsh plugin --profile web add dsh-official-vision

配置 / Config

在 设置 → 插件 → dsh-official-vision 或 profile 的 cordis.patch.yml 中:

- id: dsh-official-vision
  name: 'dsh-official-vision'
  config:
    apiKeyEnv: DEEPSEEK_API_KEY      # 官方 API key 的环境变量名(credential-ref)
    baseURL: https://api.deepseek.com
    delegateProvider: deepseek       # 无图请求委托的路由
    detail: auto                     # low | high | original | auto
    maxImagesPerRequest: 600
    preferFilesApi: false            # true = 走 Files API(file_id,支持 >32MiB 图)

使用:模型选择器中选择 DeepSeek-V4-Flash-Vision-Exp 路由,直接粘贴图片提问。

官方 API 事实 / Official API facts

项值
模型deepseek-v4-flash-vision-exp
base_urlhttps://api.deepseek.com
图片格式JPEG / PNG / GIF / WebP
计费图转 token,一张最多 384 tokens,价格同 V4-Flash
限制请求体 ≤48MiB;单图 base64 ≤32MiB;Files API 单图 ≤64MiB;单请求 ≤600 图

图片传输方式 / Image transport

模式机制适用
base64 内联(默认)data:image/*;base64,...本地图片,≤32MiB
Files API(preferFilesApi: true)先 POST /files 上传,请求中引用 file_id(带 digest 去重缓存)大图(>32MiB)/ 多次复用同一图

开发 / Development

pnpm install
pnpm build     # tsc → lib/
pnpm test      # vitest

License

MIT