square_image
Generate a 1024x1024 AI image from a text prompt using OpenAI or Replicate models. Specify output directory and customize quality settings for tailored image creation.
Instructions
Generate a square AI image (1024x1024) - shortcut for generate_ai_image
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The text prompt for image generation | |
| model | No | AI model to use for generation (optional) | |
| output | No | Output file path (optional) | |
| output_dir | Yes | Absolute path direcotry where to save the image (use current folder root by default) | |
| quality | No | Image quality (low, medium, high, auto) - OpenAI only | high |
| uselibincli | No | Use library imports instead of CLI (default: false) |