DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

zoahdev /

dsh-vision

已验证

Give DeepSeek Harness eyes: analyze images with an OpenAI-compatible vision model via a vision_analyze tool.

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@90fe4378

dsh-vision

Give DeepSeek Harness eyes: a vision_analyze tool that sends an image (local path or URL) to an OpenAI-compatible vision model and returns a text answer.

License: MIT

English | 中文

Install

dsh plugin --profile web add dsh-vision

Set apiKey (or OPENAI_API_KEY), or point baseUrl at a local OpenAI-compatible endpoint such as Ollama (http://localhost:11434) with a vision model.

Tool

Parameter Type Description
image string Image path or https/data: URL
question string What to ask (default: "Describe this image in detail.")

Config

Key Type Default Description
apiKey string (env) OpenAI-compatible API key
baseUrl string https://api.openai.com API base URL
model string gpt-4o-mini Vision model id
timeoutMs number 120000 Request timeout

Honest limits

  • Thin bridge; it needs a vision model (API key or a local endpoint).
  • Community plugin, not an official DeepSeek or OpenAI product.

中文

给 DeepSeek Harness 装上眼睛:vision_analyze 工具把图片(本地路径或 URL) 发给 OpenAI 兼容的视觉模型,返回文字描述。

dsh plugin --profile web add dsh-vision

配置 apiKey(或 OPENAI_API_KEY),或把 baseUrl 指向本地 OpenAI 兼容端点 (如 Ollama http://localhost:11434 + llava)。

—/ 5

暂无评分

已验证 DSH bundle

Commit 90fe4378373e

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于