text_to_image
Generate custom images from text descriptions using AI. Enter a detailed prompt to create visual content for various applications.
Instructions
Generate an image from a text prompt using Nanana AI. This operation typically takes 15-30 seconds to complete. The tool will wait for generation to finish and return the final image URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The text prompt describing the image to generate |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"description": "The text prompt describing the image to generate",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}