GooDAnDReaDY/dsh-image-gen ↗★ 0
@goodandready/dsh-image-gen
Image generation for DeepSeek Harness: a generate_image tool with pluggable providers — the FAL queue, any OpenAI-compatible images API, or a ChatGPT/Grok subscription with no API key at all. The picture is shown inline in the conversation; the model receives either a link (works with any chat model) or the image itself (needs dsh-vision-bridge or a vision-capable model).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-image-gen说明文档
阅读完整 README ↗Usage
Just ask the model to draw something:
Generate an image: neon cyberpunk city at night in the rain, 16:9
Tool parameters (all except prompt are optional):
| Parameter | Description |
|---|---|
prompt | required, detailed image description |
image_size | square_hd / square / portrait_4_3 / portrait_16_9 / landscape_4_3 / landscape_16_9 |
seed | seed for reproducibility |
output_format | png (default) / jpeg / webp |
output_name | file name without extension |