xzyonline/dsh-vision1

@dsh-external/dsh-vision

Vision for text-only DeepSeek: a view_image tool that answers questions about images via any OpenAI-compatible VLM endpoint (defaults to the free Zhipu glm-4.6v-flash; DashScope, Ollama and others supported)

AI Analysis

核心用途是让纯文本模型具备图像理解能力。适合需要让模型分析图片、进行 OCR 的用户,默认支持智谱 glm-4.6v-flash 免费端点,也支持 DashScope 和本地 Ollama。

Package
@dsh-external/dsh-vision
Version
0.3.0
License
BSD-3-Clause
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration(view_image)

OptionDefaultNotes
apiKey''依次回退 VISION_API_KEYZHIPUAI_API_KEYDASHSCOPE_API_KEY~/.dsh/.env 或环境变量)。本地端点留空
baseURLhttps://open.bigmodel.cn/api/paas/v4任意 OpenAI 兼容基址;Ollama:http://localhost:11434/v1
modelglm-4.6v-flash本机实测配置:DashScope qwen3-vl-flash(快、免费档、OCR 好)
fallbackModels / maxTokens / timeoutMs / maxImageBytes免费链 / 2048 / 60s / 10MB~/.dsh/cordis.patch.yml 示例