dsh-image-bridge
Give text-only models eyes: an analyze_image tool for DeepSeek Harness, backed by free Chinese vision APIs (GLM-4V-Flash / Qwen-VL) or any OpenAI-compatible vision endpoint. 给纯文本模型装上眼睛。
AI 분석
核心用途是为纯文本模型引入图像分析能力。适合需要使用 GLM-4V-Flash、Qwen-VL 或自定义 OpenAI 兼容视觉接口进行看图问答的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gmleong/dsh-image-bridge配置项(Config)
| 字段 | 默认 | 说明 |
|---|---|---|
preset | zhipu | zhipu(GLM-4V-Flash 免费) / qwen(Qwen-VL 免费额度) / custom |
baseURL | 预设值 | OpenAI 兼容端点;custom 必填 |
model | 预设值 | 视觉模型 id |
apiKeyEnv | 预设值 | 存放 key 的环境变量名 |
timeoutMs | 60000 | 单次请求超时 |
maxImageMB | 10 | 图片大小上限 |
detail | auto | auto / low / high |