lasdrder0705/dsh-pro-vision-std ↗★ 0
dsh-pro-vision-std
兼容 dsh-std 社区版 v0.15 的模型提供者插件。它将 DeepSeek-V4-Pro 与负责图像标注的 V4-Flash-Vision-Exp 结合,提供便携式模型服务和图像描述工具。
AI 分析
用于在DSH中集成DeepSeek视觉模型。适合需要图像标注和描述任务的用户。必要条件是需安装 @dsh-std/adapter-dsh 适配器并配置API密钥。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision-std說明文件
閱讀完整 README ↗dsh-pro-vision-std
中文 · English
Compatible with dsh-std Community v0.15.
A dsh-std rewrite of dsh-pro-vision. Separate repository: the original Cordis llm/stream interceptor is not replaced. This package publishes a portable ModelProvider and a describe_image Tool. The host facet talks to DeepSeek over HTTP and does not import @deepseek-ai/*.
Compatibility
| Standard | dsh-std Community v0.15 |
$schema | urn:dsh-std:community-draft:dsh-plugin:0.15 |
| Component id | io.github.lasdrder0705.dsh-pro-vision-std |
| Host entry | lib/host.js |
| Contributions | ModelProvider dsh-pro-vision (model deepseek-v4-pro-vision); Tool describe_image |
| DSH host | @dsh-std/adapter-dsh |
Behavior
- Select provider
dsh-pro-vision/ modeldeepseek-v4-pro-vision(text + image). - Attached images are captioned with
deepseek-v4-flash-vision-exp. - Captions become
[Image N] ...notes, thendeepseek-v4-prostreams the reply. - Identical bytes are cached in-process.
A standard plugin cannot wrap the official deepseek-official / deepseek-v4-pro Cordis pipeline. Keep the original plugin for that intercept.
Install
dsh plugin --profile web add @dsh-std/adapter-dsh
dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision-std
Set DEEPSEEK_API_KEY (or DSH_PRO_VISION_API_KEY).
Develop
npm test