dsh-pro-vision-std
文件与数据 活跃维护

dsh-pro-vision-std

lasdrder0705/dsh-pro-vision-std

该视觉描述适配组件需先安装adapter-dsh依赖,集成Flash-Vision描述能力,可对接V4-Pro模型完成图像内容的识别与描述输出。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
13 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:lasdrder0705/dsh-pro-vision-std
git clone https://github.com/lasdrder0705/dsh-pro-vision-std.git
git clone git@github.com:lasdrder0705/dsh-pro-vision-std.git
README.md main

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

  1. Select provider dsh-pro-vision / model deepseek-v4-pro-vision (text + image).
  2. Attached images are captioned with deepseek-v4-flash-vision-exp.
  3. Captions become [Image N] ... notes, then deepseek-v4-pro streams the reply.
  4. 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