generate_web_image
Create AI-generated web design images using natural language prompts. Generate placeholder images, hero images, product mockups, and other web assets for design workflows.
Instructions
Generate AI images for web design using FLUX model via DashScope API. Perfect for creating placeholder images, hero images, product images, and other web assets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | English prompt describing the image to generate (e.g., "A modern office workspace with laptop and coffee") | |
| width | No | Image width in pixels (default: 1024) | |
| height | No | Image height in pixels (default: 1024) | |
| outputPath | No | Optional path where to save the image (default: generated filename) | |
| apiKey | No | DashScope API key for authentication (can also be set via DASHSCOPE_API_KEY environment variable) |