generate_image
Create customized images from text prompts using base64 encoding. Define width, height, and the number of images to generate for diverse visualization needs.
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 |