dsh plugins中文
← Back to popular plugin directory

DSH Image Generation Responses

Poepon/dsh-image-generation-responses · tools

Generated bytes are validated and stored as durable DSH attachments, then rendered directly in the conversation by the included web client view.

★ 0GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

A DeepSeek Harness Cordis plugin that exposes image tools backed by the Responses API: generateimage (text-to-image and image-to-image editing through the imagegeneration tool) and analyzeimage (image understanding through a plain vision completion). Generated bytes are validated and stored as durable DSH attachments, then rendered directly in the conversation by the included web client view. Supported provider contract

This plugin intentionally supports a specific OpenAI-style contract rather than every API described as "OpenAI compatible": POST {baseURL}/responses Authorization: Bearer Responses API imagegeneration tool calls non-streaming JSON responses containing base64 image data

Install the package in the DSH web profile that owns your cordis.patch.yml:

Install command

dsh plugin --profile web add github:Poepon/dsh-image-generation-responses
View GitHub repository ↗Back to popular plugin directory