recraft_v3
Generate professional designs and illustrations with tailored image sizes and quantities using advanced AI models on the FAL Image/Video MCP Server.
Instructions
Recraft V3 - Professional design and illustration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_size | No | landscape_4_3 | |
num_images | No | ||
prompt | Yes | Text prompt for image generation |
Input Schema (JSON Schema)
{
"properties": {
"image_size": {
"default": "landscape_4_3",
"enum": [
"square_hd",
"square",
"portrait_4_3",
"portrait_16_9",
"landscape_4_3",
"landscape_16_9"
],
"type": "string"
},
"num_images": {
"default": 1,
"maximum": 4,
"minimum": 1,
"type": "number"
},
"prompt": {
"description": "Text prompt for image generation",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}