xmorf_generate_image
Generate an image from a text description using AI. Specify a prompt, choose an OpenAI model and dimensions, and optionally save the result to a file.
Instructions
Generate an image from a text description using AI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description of the image to generate, e.g. 'A futuristic city at sunset, cyberpunk style' | |
| model | No | OpenAI model to use (default: dall-e-2) | |
| size | No | Image dimensions, e.g. 1024x1024 (default: 1024x1024) | |
| outputPath | No | Save result to this file path instead of returning base64 |