About Luma Ray 3.2 - Reframe
Luma Ray 3.2 (Reframe) re-frames an existing video into a new aspect ratio guided by a text prompt. It preserves the original footage frame-for-frame while outpainting the surrounding canvas to fill the target aspect ratio.
Prompt-guided outpainting fills the newly exposed canvas, with control over where the source footage sits within the output frame. Source videos must be 30 seconds or less, with output resolution selectable up to 1080p.
Ready to build with Luma Ray 3.2 - Reframe?
Try Luma Ray 3.2 - Reframe in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "luma-ray-v3-2-reframe",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
"prompt": "Extend the scene into cinematic widescreen with matching lighting and background detail.",
"aspect_ratio": "3:4",
"resolution": "540p"
}'Request parameters
Every field Luma Ray 3.2 - Reframe accepts in the request body. See the API reference for response formats.
https://hub.oxen.ai/api/ai/videos/generate| Field | Type | Required | Default | Description |
|---|---|---|---|---|
input_video | stringuri | Yes | — | URL of the source video to reframe (must be 30 seconds or less). |
prompt | string | Yes | — | Text prompt describing the content to paint into the newly exposed canvas area when reframing to the target aspect ratio. |
aspect_ratio | string | Yes | — | 3:44:31:19:1616:921:9 |
resolution | string | No | "540p" | 540p720p1080p |
source_position | objectnullable | No | — | Optional normalized source rectangle controlling where the source video sits in the output canvas. |