dsh-image-gen
Image generation plugin for DeepSeek Harness that calls gpt-image-2 through any OpenAI Images compatible endpoint, with in-conversation previews and a configurable settings card.
AI 分析
核心用途是为 DSH 接入文生图和图生图能力,并在聊天中直接展示生成结果。适合需要在对话中进行快速绘图和图片编辑的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Anyway-one/dsh-image-genドキュメント
README 全文を読む ↗Configuration
- Open Settings → Plugins → Plugin settings and expand the Image Gen card.
- Fill in Endpoint (baseURL), e.g.
https://example.com/v1. - Fill in API Key (stored in credentials, default ref
IMAGE_GEN_API_KEY). - Optionally adjust Model (default
gpt-image-2), Edit endpoint, or Timeout. - Save, then use
image-generate/image-editin conversation.