generate_image
Create custom images from text descriptions using AI generation for visual content creation and design projects.
Instructions
Generate a NEW image from text prompt. Use this ONLY when creating a completely new image, not when modifying an existing one.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes | Text prompt describing the NEW image to create from scratch |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"description": "Text prompt describing the NEW image to create from scratch",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}