SeedVR2
/v1/runSeedvr Upscale Image is Bytedance's intelligent image editing model. Transform, retouch, and reimagine existing images using text prompts - from background replacement to artistic style conversion.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to bytedance/seedvr/upscale/image/seamless.
Default: bytedance/seedvr/upscale/image/seamless
The input image to be processed
The format of the output image.
Allowed values: png, jpeg
Default: png
The noise scale to use for the generation process.
Range: 0 to 1
Default: 0.1
The target resolution to upscale to when `upscale_mode` is `target`.
Allowed values: 720p, 1080p, 1440p, 2160p
Default: 1080p
The mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor will be used directly.
Allowed values: target, factor
Default: factor
Upscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`.
Range: 1 to 10
Default: 2
The random seed used for the generation process.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: image-to-image
Execution mode declared by the model registry.
Default: async

