generate_image
Create images from text prompts using OpenAI-compatible APIs and save them to local files for visual content generation.
Instructions
Generate one or more images from a prompt with an OpenAI-compatible image endpoint and save them to local files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| output_dir | Yes | ||
| filename_prefix | No | ||
| count | No | ||
| size | No | ||
| quality | No | ||
| background | No | ||
| moderation | No | ||
| output_format | No | ||
| output_compression | No | ||
| user | No |