Poepon/dsh-image-generation-responses0

dsh-image-generation-responses

DeepSeek Harness Cordis plugin for Responses API image_generation: durable attachments and inline conversation rendering.

AI 分析

核心用途是为 DSH 引入基于 Responses API 的图像生成工具。适合需要生成图片并直接在对话行内渲染、持久化保存图片附件的用户。

パッケージ
dsh-image-generation-responses
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

OptionDefaultDescription
baseURLhttps://api.openai.com/v1Trusted deployment API base. /responses is appended; query and fragment are removed.
apiKeyEnvOPENAI_API_KEYCredential reference resolved for every call.
responseModelgpt-5.6-solTop-level Responses model. Override for compatible providers.
imageModelgpt-image-2Model field on the image_generation tool.
size1024x10241024x1024, 1024x1536, 1536x1024, or auto.
qualitymediumlow, medium, high, or auto.
backgroundopaqueopaque, transparent, or auto.
formatpngpng, jpeg, or webp. Transparent JPEG is rejected.
timeoutMs120000Cooperative request and tool timeout.
maxResponseBytes33554432Limit for the JSON response body and decoded image.

baseURL is administrator-controlled configuration. Never derive it from user or model input. Plain HTTP is accepted for trusted local development endpoints; production deployments should use HTTPS.