DALL-E
Summary
DALL-E MCP Server enables AI assistants to generate images using OpenAI's DALL-E API. It supports creating images with DALL-E 2 or DALL-E 3, editing existing images (DALL-E 2 only), and creating variations of images (DALL-E 2 only). The server is configured with an OpenAI API key and offers flexible options for image generation including model selection, size, quality, style, and custom save locations. Particularly useful for workflows requiring image generation capabilities directly within AI assistant conversations.
Available Actions(4)
generate_image
Generate an image using DALL-E based on a text prompt. Parameters: prompt (required string), model (optional string), size (optional string), quality (optional string), style (optional string), n (optional integer), saveDir (optional string), fileName (optional string)
edit_image
Edit an existing image using DALL-E based on a text prompt. Parameters: prompt (required string), imagePath (required string), mask (optional string), model (optional string), size (optional string), n (optional integer), saveDir (optional string), fileName (optional string)
create_variation
Create variations of an existing image using DALL-E. Parameters: imagePath (required string), model (optional string), size (optional string), n (optional integer), saveDir (optional string), fileName (optional string)
validate_key
Validate the OpenAI API key. No parameters required.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요