easy-vision
A DeepSeek Harness tool plugin that lets a text-only agent 'see' local images: it reads an image file, auto-detects the real format, and returns (or writes to a Markdown file) a detailed text description produced by a separate OpenAI-compatible vision model.
AI 분석
核心用途是为纯文本大模型扩展本地图片识别与描述能力。适合使用无视觉能力的模型,但又需要处理、分析本地图像或生成图像 Markdown 描述的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
| Key | Default | Description |
|---|---|---|
baseUrl | https://example.com/v1 | OpenAI-compatible chat completions base URL. |
model | your-vision-model | Vision model id. |
apiKeyEnv | YOUR_API_KEY | Env var name for the API key; falls back to reading that key from $DSH_HOME/.credentials.yaml. |
timeoutMs | 120000 | Request timeout. |