Poepon/dsh-image-generation-responses ↗★ 0
dsh-image-generation-responses
DeepSeek Harness Cordis plugin for Responses API image_generation: durable attachments and inline conversation rendering.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Option | Default | Description |
|---|---|---|
baseURL | https://api.openai.com/v1 | Trusted deployment API base. /responses is appended; query and fragment are removed. |
apiKeyEnv | OPENAI_API_KEY | Credential reference resolved for every call. |
responseModel | gpt-5.6-sol | Top-level Responses model. Override for compatible providers. |
imageModel | gpt-image-2 | Model field on the image_generation tool. |
size | 1024x1024 | 1024x1024, 1024x1536, 1536x1024, or auto. |
quality | medium | low, medium, high, or auto. |
background | opaque | opaque, transparent, or auto. |
format | png | png, jpeg, or webp. Transparent JPEG is rejected. |
timeoutMs | 120000 | Cooperative request and tool timeout. |
maxResponseBytes | 33554432 | Limit 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.