pollinations_generate_image
Turn text prompts into images with Pollinations.AI. Specify dimensions, model, seed, and transparency to control the output.
Instructions
Generate an image using Pollinations.AI API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| safe | No | Strict NSFW filtering (default: false) | |
| seed | No | Seed for reproducible results | |
| model | No | Model for image generation (default: flux) | |
| width | No | Image width in pixels (default: 1024) | |
| height | No | Image height in pixels (default: 1024) | |
| nologo | No | Disable Pollinations logo overlay (default: false) | |
| prompt | Yes | Text description of the image to generate | |
| enhance | No | Enhance prompt using LLM for more detail (default: false) | |
| private | No | Prevent image from appearing in public feed (default: false) | |
| transparent | No | Generate with transparent background (gptimage model only) |