mimo-vision
DeepSeek Harness (DSH) native plugin: the describe_image tool, a vision bridge (image -> mimo-v2.5 -> text description) over the ctx.fs / ctx.credentials seams
AI 분석
核心用途是注册 `describe_image` 工具,通过 mimo 视觉模型将图片转化为详细的文本描述,支持免费与付费路由自动切换。适合需要让不支持多模态的 Agent 具备看图能力的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wulusai2333/mimo-visionConfiguration (all optional, defaults provided)
| Field | Default | Description |
|---|---|---|
allowPaid | true | Whether to fall back to the paid route after the free route fails |
freeBaseUrl | https://opencode.ai/zen/v1 | Free route base URL |
freeModel | mimo-v2.5-free | Free route model |
paidBaseUrl | https://opencode.ai/zen/go/v1 | Paid route base URL |
paidModel | mimo-v2.5 | Paid route model |
A minimal registration only sets allowPaid; everything else uses the defaults:
- insert:
- id: tool-vision
name: 'mimo-vision'
config:
allowPaid: false