wulusai2333/mimo-vision0

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 Analysis

核心用途是注册 `describe_image` 工具,通过 mimo 视觉模型将图片转化为详细的文本描述,支持免费与付费路由自动切换。适合需要让不支持多模态的 Agent 具备看图能力的用户。

Package
mimo-vision
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wulusai2333/mimo-vision

Configuration (all optional, defaults provided)

FieldDefaultDescription
allowPaidtrueWhether to fall back to the paid route after the free route fails
freeBaseUrlhttps://opencode.ai/zen/v1Free route base URL
freeModelmimo-v2.5-freeFree route model
paidBaseUrlhttps://opencode.ai/zen/go/v1Paid route base URL
paidModelmimo-v2.5Paid route model

A minimal registration only sets allowPaid; everything else uses the defaults:

- insert:
    - id: tool-vision
      name: 'mimo-vision'
      config:
        allowPaid: false