You're looking at a specific version of this model. Jump to the model overview.
ideogram-ai /layerize:7a5ca3d9
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| flat_graphic_image |
string
|
The flat graphic image to layerize. Supports JPEG, PNG, and WebP formats (max 10MB).
|
|
| prompt |
string
|
Text prompt to guide the layerization.
|
|
| seed |
integer
|
Max: 2147483647 |
Random seed. Set for reproducible generation.
|
| font_name_h1 |
string
|
Font name for heading 1 (h1) text. Mutually exclusive with font file uploads.
|
|
| font_name_h2 |
string
|
Font name for heading 2 (h2) text. Mutually exclusive with font file uploads.
|
|
| font_name_body |
string
|
Font name for body text. Mutually exclusive with font file uploads.
|
|
| font_name_small |
string
|
Font name for small text. Mutually exclusive with font file uploads.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'background_image': {'format': 'uri',
'title': 'Background Image',
'type': 'string'},
'resolution': {'title': 'Resolution', 'type': 'string'},
'seed': {'title': 'Seed', 'type': 'integer'},
'text_containers': {'title': 'Text Containers',
'type': 'string'},
'text_html': {'title': 'Text Html', 'type': 'string'}},
'required': ['background_image',
'text_html',
'text_containers',
'seed',
'resolution'],
'title': 'Output',
'type': 'object'}