Try Luma Ray 3.2 - Image to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
luma-ray-v3-2-image-to-video
Luma Ray 3.2 (Image to Video) animates a source image into cinematic motion guided by a text prompt, served through Fal via the Luma Agents API. It preserves the starting frame’s look while giving control over aspect ratio, resolution, duration, and seamless looping.
Ray 3.2 is built for professional production workflows, with multi-keyframe direction, improved motion transfer, and expressive facial performance. It outputs at up to 1080p in 5s or 10s clips, and supports optional reference images to guide the generation. Seamless looping is available for 5s clips but not for 10s videos.
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | "Low-angle shot of a majestic tiger prowling through a snowy landscape, leaving paw prints on the white blanket." | Text prompt describing the motion/scene to generate. |
input_image | string | — | URL of the source image the video starts from. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
aspect_ratio | string | "16:9" | Aspect ratio of the generated video. One of: 3:1, 2:1, 21:9, 16:9, 4:3, 3:2, 1:1, 3:4, 2:3, 9:16, 1:2, 1:3. |
resolution | string | "540p" | Resolution of the generated video (720p costs 2x, 1080p 4x). One of: 540p, 720p, 1080p. |
duration | string | "5s" | Duration of the generated video (10s costs 2x). One of: 5s, 10s. |
loop | boolean | — | Whether the video should loop seamlessly. Not supported for 10s videos. |
reference_image_urls | array<string> | — | Optional list of reference image URLs used to guide the generation. |