Harvey-Will/dsh-vision-analysis ↗★ 0
dsh-vision-analysis
Model-facing analyze_image tool for the DeepSeek Harness: multi-modal image understanding via any OpenAI- or Anthropic-compatible vision API, with 8 analysis modes, local path / http(s) URL / data URL input, and a Web UI hint that guides image-incapable models to the reliable local-path route.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Harvey-Will/dsh-vision-analysis说明文档
阅读完整 README ↗⚙️ Configuration
- id: vision-analysis
name: dsh-vision-analysis
config:
apiFormat: openai # openai | anthropic
baseURL: https://api.siliconflow.cn/v1
apiKey: '' # empty → UNIVERSAL_VISION_API_KEY → local model
model: Qwen/Qwen2.5-VL-72B-Instruct
defaultMode: describe
maxImages: 2 # 1-4
maxBytes: 10485760 # per-image cap (10 MB)
timeoutMs: 120000
maxTokens: 4096
temperature: 0.7
modes: # per-mode overrides
ocr:
temperature: 0.0
All fields are editable live from Settings → 插件配置 (API key field is masked).