dshbase

插件目录 / Developer / dsh-pro-vision

dsh-pro-vision

未验证 lasdrder0705

✓ 持续维护 基于 3 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-21最近推送
跨平台平台

功能简介

DSH plugin: let DeepSeek-V4-Pro use V4-Flash-Vision-Exp for attached images. Install: dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

我们的评价
未验证 — 尚未实测

DSH plugin: let DeepSeek-V4-Pro use V4-Flash-Vision-Exp for attached images. Install: dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-pro-vision

中文 · English

DeepSeek-V4-Pro 是纯文本模型。这个插件在不切换主模型的前提下,把会话里的图片交给 deepseek-v4-flash-vision-exp 识图,再把说明交给 Pro。

A DeepSeek Harness plugin that lets V4-Pro use V4-Flash-Vision-Exp for attached images.

纯 JavaScript,无原生依赖,macOS / Windows / Linux 同一条安装命令。


中文

安装

Mac / Windows 同一条命令(Web 界面):

dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

然后重启 dsh web

Windows 若直接运行报错,给仓库地址加上引号,或改用 npx:

dsh plugin --profile web add "github:lasdrder0705/dsh-pro-vision"
npx @deepseek-ai/dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

本仓库没有构建脚本,一般不需要 allowBuilds

卸载:

dsh plugin --profile web remove dsh-pro-vision

让 Pro 能贴图

安装后,在 $DSH_HOME/settings.yaml 里给 Pro 声明图片输入(否则界面会按纯文本拒绝贴图):

llm-deepseek:
  models:
    - id: deepseek-v4-pro
      name: DeepSeek-V4-Pro
      inputModalities: [text, image]

设置是动态的,下一轮对话就会生效。真正发给 Pro 的请求里,图片会被替换成 Flash Vision 的文字说明。

行为

  1. Web UI / read_image 可以把图片交给 Pro。
  2. 插件先调用 deepseek-v4-flash-vision-exp 识图。
  3. 把说明写成 [Image N] ... 再发给 Pro。
  4. 同一张附件在进程内会缓存,后续轮次不再重复识图。

直接选用 deepseek-v4-flash-vision-exp 时插件不会插手。

配置

可选,写在 profile 的 cordis.patch.yml

- id: dsh-pro-vision
  config:
    provider: deepseek-official
    visionModel: deepseek-v4-flash-vision-exp
    textModels:
      - deepseek-v4-pro
    maxVisionTokens: 8192
    visionReasoningEffort: high

English

Install

Same command on Mac and Windows (web profile):

dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

Restart dsh web.

On Windows, quote the spec or use npx if the unquoted form fails:

dsh plugin --profile web add "github:lasdrder0705/dsh-pro-vision"
npx @deepseek-ai/dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

No native build. Uninstall with dsh plugin --profile web remove dsh-pro-vision.

Allow Pro to accept images

In $DSH_HOME/settings.yaml:

llm-deepseek:
  models:
    - id: deepseek-v4-pro
      name: DeepSeek-V4-Pro
      inputModalities: [text, image]

The plugin still strips images before they reach the Pro API and replaces them with Flash Vision captions.

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-pro-vision」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision

Headless(CLI)profile:

dsh plugin --profile headless add github:lasdrder0705/dsh-pro-vision

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →