Skip to content
Get started
GENERATION API CALLS
Video Generation

Pixa

This page is auto-generated from model configurations. Last updated: 2026-06-15.

This reference lists all available Pixa video generation models and their parameters. Use these parameter names when calling the Generation API.


Remove video backgrounds frame by frame with temporal consistency, outputting transparent video or a solid background color.

Model ID: model_pixelcut-video-background-removal

Capabilities: video2video

LLM Markdown: https://app.scenario.com/api/models/model_pixelcut-video-background-removal/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
videofileYes----Input video to remove the background from.
backgroundstringNotransparent--transparent, black, white, green, blue, magenta, customOutput background. Transparent preserves alpha; choose a preset color or Custom to use the background color picker.
backgroundColorRednumberNo2550255-Red channel for the custom solid background color. Only used when Background is set to Custom.
backgroundColorGreennumberNo2550255-Green channel for the custom solid background color. Only used when Background is set to Custom.
backgroundColorBluenumberNo2550255-Blue channel for the custom solid background color. Only used when Background is set to Custom.
outputFormatstringNowebm_vp9--webm_vp9, mp4_h264, mp4_h265, mov_proresks, mov_h265, mkv_h264, mkv_h265, mkv_vp9, gifOutput video format. Leave empty to let Pixelcut choose the best format; transparent output defaults to WebM VP9.