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 |
Photoroom
Photoroom Background Removal
Model ID: model_photoroom-background-removal
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
backgroundColor | Background Color | string | None | None | None | Any hex color or CSS color name | If omitted, background is transparent |
Photoroom Background Replacer
Model ID: model_photoroom-background-replacer
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
prompt | Prompt | string | None | None | 2048 | None | Text prompt describing the new background |
referenceImage | Reference Image | assetId | None | None | None | None | Optional reference for background style |
referenceImageGuidance | Reference Image Guidance | number | 0.6 | 0 | 1 | None | How closely to follow the reference image |
seed | Seed | number | None | 0 | None | None | Optional reproducibility seed |
Photoroom Expand
Model ID: model_photoroom-expand
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
outputWidth | Output Width | number | 1024 | 1 | 4096 | None | Output width in pixels |
outputHeight | Output Height | number | 1024 | 1 | 4096 | None | Output height in pixels |
seed | Seed | number | None | 0 | None | None | Optional seed |
Photoroom Relighting
Model ID: model_photoroom-relighting
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
lightingMode | Lighting Mode | string | auto | None | None | auto, preserve-hue-and-saturation | Controls how lighting is adjusted |
Photoroom Text Remover
Model ID: model_photoroom-text-remover
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
mode | Text Removal Mode | string | artificial | None | None | artificial, natural, all | Controls which types of text are removed |
Photoroom Uncrop
Model ID: model_photoroom-uncrop
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required input image |
seed | Seed | number | None | 0 | None | None | Optional seed for reproducibility |
Meta
SAM3 Image
Model ID: model_meta-sam-3-image
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
image | Image | assetId | None | None | None | None | Required image to segment |
imagePromptingText | Image Prompt Text | string | None | None | None | None | Required. Text prompt describing what to segment |
imagePromptingBoxes | Image Prompt Boxes | object[] | None | None | 10 | See below | Optional bounding boxes to guide segmentation |
SAM3 Video
Model ID: model_meta-sam-3-video
| Input | Label | Type | Default | Min | Max | Allowed Values | Notes |
|---|---|---|---|---|---|---|---|
video | Video | assetId | None | None | None | None | Required video to segment |
videoPromptingText | Video Prompt Text | string | None | None | None | None | Required. Text prompt describing what to segment |
Updated 10 days ago