Poepon/dsh-image-generation-responses

Poepon★ 0JavaScriptLast synced: 2026-08-17

Open on GitHub

README excerpt

dsh-image-generation-responses 简体中文 A DeepSeek Harness Cordis plugin that exposes a generate image tool backed by the Responses API image generation tool. 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 image generation tool calls - non-streaming JSON responses containing base64 image data Azure-style api-version queries, api-key headers, arbitrary custom headers, remote image URLs, and the legacy /images/generations endpoint are not supported. Requirements - Node.js 20.3 or newer - DeepSeek Harness packages compatible with 0.1.0-rc.6 - A provider/model combination that supports the Responses image-generation tool - DSH services: tools , credentials , and attachments - The standard DSH web client packages for inline rendering Installation Install the package in the DSH web profile that owns your cordis.patch.yml : Mount it in the profile patch: Provide the API key through…

View full README on GitHub →
Tools / Devdsh-plugin

Category