generate_image
Create custom images from text prompts using a base64 encoded string. Specify width, height, and number of images to generate tailored visuals easily.
Instructions
Generates and returns an image based on the provided promptUse this tool when you need to generate an image based on a promptThe image will be returned as a base64 encoded string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | No | The height of the image to generate | |
numberOfImages | No | The number of images to generate | |
prompt | Yes | The prompt to generate an image for | |
width | No | The width of the image to generate |