ideogram_v3
Generate advanced typography and realistic images using text prompts with customizable sizes and multiple outputs. Integrated with the FAL Image/Video MCP Server for efficient local processing.
Instructions
Ideogram V3 - Advanced typography and realistic outputs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_size | No | landscape_4_3 | |
negative_prompt | No | Negative prompt | |
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"
},
"negative_prompt": {
"description": "Negative prompt",
"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"
}