← All models
Luma Ray 3.2 reframes an existing video into a new aspect ratio guided by a text prompt, preserving the original footage frame-for-frame while controlling resolution and outpainting the surrounding canvas.
Example
Details
- Accepts
- video
Pricing
- Price
- 3.75 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Text prompt describing the content to paint into the newly exposed canvas area when reframing to the target aspect ratio. |
| duration | — | Duration of the reframed video. Defaults to matching the source video's duration; set explicitly to 5s or 10s to override. |
| video_urlrequired | string | URL of the source video to reframe (must be 10 seconds or less). |
| resolution | stringenum: 540p, 720p, 1080p | Resolution of the reframed video. Higher resolutions cost more. |
| aspect_ratiorequired | stringenum: 3:4, 4:3, 1:1, 9:16, 16:9, 21:9 | Target aspect ratio for the reframed video. |
| source_position | — | Optional normalized source rectangle controlling where the source video sits in the output canvas. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video. |
| exr_file | — | The generated EXR sidecar when exr_export is true. This may be a single EXR file or a ZIP package depending on Luma's export shape. |