generate_image
Create images from text descriptions using AI models. Specify prompts, adjust settings like size and format, and generate visual content for various applications.
Instructions
Generate images from text prompts. Use list_models with category='image' to discover available models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description of the image to generate | |
| model | No | Model ID (e.g., 'fal-ai/flux-pro') or alias (e.g., 'flux_schnell'). Use list_models to see options. | flux_schnell |
| negative_prompt | No | What to avoid in the image | |
| image_size | No | landscape_16_9 | |
| num_images | No | ||
| seed | No | Seed for reproducible generation | |
| enable_safety_checker | No | Enable safety checker to filter inappropriate content | |
| output_format | No | Output image format | png |