generateImageUrl
Create an image URL from a text prompt using customizable height, width, model, and enhancement options for tailored visual outputs.
Instructions
Generate an image URL from a text prompt
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enhance | No | Whether to enhance the prompt using an LLM before generating (default: true) | |
height | No | Height of the generated image (default: 1024) | |
model | No | Model name to use for generation (default: "flux"). Available options: "flux", "sdxl", "sd3", "sd15", "flux-schnell", "flux-dev" | |
prompt | Yes | The text description of the image to generate | |
safe | No | Whether to apply content filtering (default: false) | |
seed | No | Seed for reproducible results (default: random) | |
width | No | Width of the generated image (default: 1024) |