ai-image-gen
Generate AI images from text descriptions using DALL-E 3. Select vivid or natural style and square, portrait, or landscape dimensions. Receive a temporary public URL for the image.
Instructions
Generate an AI image from a text prompt using DALL-E 3. Returns a public URL for the image (hosted for 1 hour) plus the model's revised prompt. Supports vivid or natural style, and three aspect ratios: square (1024×1024), portrait (1024×1792), or landscape (1792×1024). $0.080/image — 20% below closest x402 competitor. Output is base64-encoded PNG or a direct URL depending on response_format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Text description of the image to generate. Be specific — include subject, style, lighting, mood, and composition for best results. Max 4000 characters. | |
| style | No | Image style. 'vivid' produces hyper-real, dramatic compositions. 'natural' produces softer, more realistic images. Default: vivid. | |
| size | No | Image dimensions. '1024x1024' is square (default), '1024x1792' is portrait, '1792x1024' is landscape. |