Mappedinfo/dsh-tool-vision-read1

@deepseek-ai/dsh-tool-vision-read

DSH plugin: vision_read — route image reading to a dedicated vision model (e.g. Kimi K3) so text-only agents can see images

AI 분석

核心用途是将图像读取任务路由给专用的视觉模型(如 Kimi K3),使纯文本 Agent 具备视觉能力。适合需要让不支持多模态的 Agent 解析图像内容的用户。

패키지
@deepseek-ai/dsh-tool-vision-read
버전
0.1.0-rc.5
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

KeyTypeDefaultMeaning
providerstring— (required)Registered provider route owning the vision model.
modelstring— (required)Vision model id on that route.
toolNamestringvision_readModel-facing tool name.
mode'direct' | 'subagent''direct'Execution mode.
maxImageBytesnumberattachment limitsCap on image bytes sent to the vision route.
maxOutputTokensnumber1024Cap on the vision route's output tokens.
promptstringsee sourceInstruction sent beside the image; {{path}} and {{focus}} placeholders.