AlloyPlane/dsh-eye-vision1

dsh-eye-vision

为纯文本 DeepSeek Harness 模型提供图像理解能力的插件。通过兼容 OpenAI 的多模态 API 实现视觉功能,支持自定义服务商修复及目录白名单限制。

AI 分析

核心用途是为纯文本模型扩展视觉图片理解能力。适合需要使用第三方多模态 API 处理图像任务的用户,配置时需准备兼容的 API 密钥及接口地址。

包名
dsh-eye-vision
版本
1.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AlloyPlane/dsh-eye-vision

Configuration

Settings file: ~/.dsh/free-vision.json (same path as upstream for drop-in compatibility):

{
  "modelProvider": "custom",
  "baseURLs": { "custom": "https://your-api.example.com/v1" },
  "modelName": "your-vision-model",
  "apiKey": "sk-...",
  "allowedDirs": "D:/workspace",
  "toolName": "image_understand"
}

Or use environment variables (fallback chain: settings file > env):

ProviderKey envBase URL env
customCUSTOM_API_KEYCUSTOM_BASE_URL + CUSTOM_MODEL_NAME
qwenDASHSCOPE_API_KEYQWEN_BASE_URL
volcengineVOLCENGINE_API_KEYVOLCENGINE_BASE_URL
siliconflowSILICONFLOW_API_KEYSILICONFLOW_BASE_URL
zhipuZHIPU_API_KEYZHIPU_BASE_URL
hunyuanHUNYUAN_API_KEYHUNYUAN_BASE_URL

allowedDirs: semicolon/comma-separated extra roots the engine may read images from (default: engine CWD + home directory).

Usage

看图:D:/path/to/screenshot.png
OCR:D:/path/to/document.png
UI 分析:D:/path/to/design.png (task_type: ui)

Tool arguments: image_source (local path / http(s) URL / data URI), prompt, task_type (auto|general|ocr|ui|debug|describe). PNG/JPG/WebP/GIF up to ~10 MB.