Infery.ai
← All models

Seedream 5.0 Pro Layerize

seedream-v5-pro-layerize

Image editby bytedance

Splits a finished image into independent, editable transparent-PNG layers — background plus separate elements, from a text description, returning 2 to 17 layers per call for non-destructive reuse in design tools.

images

Details

Accepts
image

Pricing

Price
0.021 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptstringOptional instructions describing which elements to separate. When empty, the model automatically separates the major elements. Normalized `<bbox>left top right bottom</bbox>` tags may be used for precise coordinate targeting.
image_urlrequiredstringURL of the image to decompose into a base image and independently editable layers. The image must contain between 512x512 and 6000x6000 total pixels, have an aspect ratio between 1/16 and 16, and be no larger than 30 MB.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizestringenum: auto, auto_1K, auto_1.5K, auto_2KResolution tier for the output base image and layers. `auto` adapts to the input image while preserving each element's aspect ratio.
enhance_prompt_modestringenum: standard, fastPrompt optimization mode. `standard` prioritizes image quality; `fast` reduces generation time.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.

Output

FieldTypeDescription
imagesarrayThe same images as `layers`, in the same order, flattened for gallery rendering.
layersarrayThe base image followed by up to 16 separated layers, ordered by increasing z_index.