Tools - Parameters Reference
Scenario
Scenario Image Slicer
Model ID: model-scenario-image-slicer
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required. Image to slice |
xSubdivisions | X Subdivisions | number | 2 | 1 | 6 | None | Number of slices along the X axis |
ySubdivisions | Y Subdivisions | number | 2 | 1 | 6 | None | Number of slices along the Y axis |
Scenario Grid Maker
Model ID: model-scenario-grid-maker
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
images | Images | assetId[] | None | 1 | 100 | None | Required. Images to arrange in a grid |
columns | Columns | number | 3 | 1 | 20 | None | Number of columns |
rows | Rows | number | None | 1 | 20 | None | Optional. Auto computed if omitted |
padding | Padding | number | 0 | 0 | 50 | None | Padding in pixels between cells |
backgroundColor | Background Color | string | white | None | None | Any hex string or transparent, black, white | Grid background |
cellRatio | Cell Aspect Ratio | string | auto | None | None | 9:16, 2:3, 3:4, 1:1, 5:4, 4:3, 3:2, 16:9, 21:9, auto | Aspect ratio of each cell |
Scenario Image Sequence to Video
Model ID: model-scenario-image-seq-to-video
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
images | Images | assetId[] | None | 1 | 1000 | None | Required. Sequence of images to convert into video |
audio | Audio | assetId | None | None | None | None | Optional audio track |
outputFormat | Output Format | string | mp4 | None | None | mp4, gif | Format of the generated video |
fps | FPS | number | 24 | 1 | 120 | None | Frames per second |
compressionLevel | Compression Quality | number | 20 | 15 | 30 | None | CRF quality, lower means better quality |
loopCount | Loop Count | number | 0 | 0 | 100 | None | For GIF: number of loops, 0 for infinite |
pingpong | Ping Pong | boolean | false | None | None | None | Plays the sequence forward then backward |
Updated about 4 hours ago