generate_image
Create images from text descriptions using multiple AI providers. Choose from OpenAI DALL-E, xAI Aurora, Google Imagen, or BFL FLUX.
Instructions
Generate an image from a text prompt using AI. Providers: openai (DALL-E), xai (Aurora), google (Imagen), bfl (FLUX). Available: none configured
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description of the image to generate | |
| provider | No | Provider to use: openai, xai, google, bfl. Auto-selects if omitted. | |
| aspectRatio | No | Aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4 | |
| quality | No | Quality level: low, standard, high | |
| outputDirectory | No | Directory to save the generated file. Supports absolute or relative paths (resolved from cwd). Defaults to MEDIA_OUTPUT_DIR env var or cwd. | |
| providerOptions | No | Provider-specific parameters passed through directly |