alanzhao0128/dsh-image-plugins

alanzhao0128★ 1TypeScript最后同步: 2026-08-17

在 GitHub 打开

Multimodal plugin for DeepSeek Harness (dsh): understand images and generate images via configurable OpenAI-compatible or DashScope endpoints.

README 摘要

dsh-image-plugins Multimodal capability for DeepSeek Harness ( dsh ) behind a text-only main model (e.g. DeepSeek's official chat route, which cannot carry images). The plugin understands image files and generates images through fully configurable endpoints — bring your own baseUrl / apiKey / model for a vision model and for an image-generation model. Any OpenAI-compatible endpoint works; an optional dashscope adapter speaks the Alibaba Model Studio native API. Everything is optional: a capability is enabled only when its config block is present, so an unconfigured install is inert and safe. No API keys are shipped in the package — each user configures their own. What it provides Capability Kind Behavior understand image model tool Reads a workspace image file, sends it to your vision endpoint ( chat/completions + base64 image url ), returns the model's text description as the tool result. The description enters the session log, so a text-only main model can reason about the image without ever receiving one. generate image model tool Generates an image from a prompt via your endpoint, saves it into the workspace, returns the saved path. With the dashscope provider it also accepts a…

在 GitHub 查看完整 README →
工具/开发dsh-pluginvision

分类