Luma Ray 3.2 Video Reframing
Playground
Try it on WavespeedAI!Luma Ray 3.2 Video Reframing is a fast AI video reframing model that changes an existing video’s aspect ratio and fills the newly exposed canvas from a prompt while preserving the source footage. Ready-to-use REST inference API for aspect ratio conversion, social media resizing, cinematic reframing, video outpainting, creator content, advertising creatives, and professional video editing workflows with simple integration, no coldstarts, and affordable pricing.
Features
Luma Ray 3.2 Video Reframing
Luma Ray 3.2 Video Reframing changes the aspect ratio of an existing video while preserving the original footage. Upload a source clip, choose a target size, and describe what should appear in the newly exposed canvas area.
Why Choose This?
-
Aspect-ratio conversion for existing videos
Reframe source footage into a new layout without rebuilding the video from scratch. -
Prompt-guided canvas expansion
Use a text prompt to describe how the newly exposed area should be filled. -
Multiple output ratios
Supports common landscape, portrait, square, and cinematic aspect ratios. -
Flexible resolution options
Choose540p,720p, or1080pdepending on quality and budget needs. -
Production-ready workflow
Useful for social repurposing, vertical edits, widescreen conversion, and creative reframing tasks.
Parameters
| Parameter | Required | Description |
|---|---|---|
| video | Yes | Source video to reframe. The source video must be 30 seconds or less. |
| prompt | Yes | Text prompt describing the content to generate in the newly exposed canvas area. |
| size | No | Target aspect ratio: 16:9, 9:16, 1:1, 4:3, 3:4, or 21:9. Default: 16:9. |
| resolution | No | Output resolution: 540p, 720p, or 1080p. Default: 540p. |
How to Use
- Upload your source video — provide the clip you want to reframe.
- Write your prompt — describe what should appear in the newly exposed canvas area.
- Choose the target size — select the new aspect ratio for the output video.
- Choose resolution — use
540pfor lower cost,720pfor balanced output, or1080pfor higher quality. - Submit — run the model and download the reframed video.
Example Prompt
Extend the sides with a realistic rainy city street, blurred traffic lights, and soft reflections that match the original nighttime mood.
Pricing
Pricing is based on source video duration and output resolution.
| Resolution | Price per Started Second | 5s Example | 10s Example |
|---|---|---|---|
| 540p | $0.06 | $0.30 | $0.60 |
| 720p | $0.12 | $0.60 | $1.20 |
| 1080p | $0.36 | $1.80 | $3.60 |
Billing Rules
- Source duration is rounded up to the next whole second
- Minimum billed duration is 1 second
- Maximum billed duration is 30 seconds
sizedoes not affect pricing- Source position is handled automatically and is not exposed in the form
Best Use Cases
- Vertical conversion — Turn horizontal footage into
9:16clips for short-form platforms. - Social media repurposing — Reframe one source video for multiple channels and formats.
- Cinematic expansion — Extend footage into wider formats such as
21:9. - Creative canvas filling — Add scene-consistent content around the original video.
- Marketing adaptation — Resize existing ad clips for different placements without reshooting.
Pro Tips
- Use clear, stable source videos for more consistent reframing results.
- Keep prompts focused on the newly exposed canvas area, not the original content.
- Match the prompt to the source scene’s lighting, mood, and environment for more natural results.
- Start with
540por720pwhen testing, then switch to1080pfor higher-end final delivery. - Shorter clips are usually easier to validate before reframing longer source footage.
Notes
videoandpromptare required.- Source videos must be 30 seconds or less.
- Pricing depends on billed source duration and selected resolution.
- Better prompts usually improve the realism of the expanded canvas.
Related Models
- Luma image-to-video workflows — Useful when you want to animate a still image instead of reframing existing footage.
- Luma text-to-video workflows — Useful when you want to generate a new clip from scratch.
- Luma video editing workflows — Useful when you want to transform motion or style rather than only change framing.
<ApiPage model={model}>
## Authentication
For authentication details, please refer to the [Authentication Guide](/docs-authentication).
## API Endpoints
### Submit Task & Query Result
## Parameters
### Task Submission Parameters
#### Request Parameters
#### Response Parameters
<SubmitResponse />
#### Result Request Parameters
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| id | string | Yes | - | Task ID |
#### Result Response Parameters
| Parameter | Type | Description |
|-----------|------|-------------|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., "success") |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content. |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: `created`, `processing`, `completed`, or `failed` |
| data.created_at | string | ISO timestamp of when the request was created (e.g., "2023-04-01T12:34:56.789Z") |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
</ApiPage>