Browse ModelsLumaLuma Ray 3.2 Image To Video

Luma Ray 3.2 Image To Video

Luma Ray 3.2 Image To Video

Playground

Try it on WavespeedAI!

Luma Ray 3.2 Image to Video is a fast AI image-to-video generation model that animates a source image into cinematic video guided by a text prompt, with controllable aspect ratio, resolution, duration, and optional reference images. Ready-to-use REST inference API for image animation, cinematic clips, product videos, social media content, advertising creatives, visual storytelling, and professional image-to-video workflows with simple integration, no coldstarts, and affordable pricing.

Features

Luma Ray 3.2 Image-to-Video

Luma Ray 3.2 Image-to-Video turns a reference image into a cinematic video clip using a natural-language prompt. It is suitable for animating concept art, character shots, illustrated scenes, marketing visuals, and story-driven still images with controllable duration and resolution.


Why Choose This?

  • Image-guided video generation
    Start from a single image and animate it into a short cinematic clip.

  • Prompt-based motion control
    Describe subject motion, camera movement, scene evolution, and atmosphere in natural language.

  • Multiple resolution tiers
    Choose 540p, 720p, or 1080p depending on your quality and budget needs.

  • Simple duration options
    Generate either 5s or 10s clips with predictable pricing.

  • Flexible aspect ratio
    Use size presets such as 16:9 for widescreen output.

  • Optional reference support
    Add references when you want additional visual guidance for style, subject, or scene consistency.


Parameters

ParameterRequiredDescription
imageYesInput image to animate.
promptYesText prompt describing the motion, camera behavior, and scene development.
sizeNoOutput aspect ratio preset, such as 16:9.
resolutionNoOutput resolution. Supported values: 540p, 720p, 1080p.
durationNoOutput duration. Supported values: 5s, 10s.
referenceNoOptional reference input for additional visual guidance.

How to Use

  1. Upload your image — provide the source image you want to animate.
  2. Write your prompt — describe the motion, pacing, mood, and camera behavior you want.
  3. Choose size — select the aspect ratio that fits your target format.
  4. Choose resolution — use 540p for lower cost, 720p for balanced output, or 1080p for higher quality.
  5. Choose duration — select either 5s or 10s.
  6. Add references (optional) — include references if you want stronger visual direction.
  7. Submit — run the model and download the generated video.

Example Prompt

A cinematic video of a teenage girl crossing a vast desert at sunset, dragging a small cart filled with scrap metal. She discovers a damaged robot half-buried in the sand. At first she points a tool at it cautiously, but the robot weakly raises one hand and offers her a tiny glowing flower made of metal. She slowly lowers her guard and smiles. The camera starts with a wide desert landscape, then moves into a gentle close-up of the girl and the robot. Golden sunset, blowing sand, emotional sci-fi adventure, warm and hopeful tone.


Pricing

Pricing depends on duration and resolution.

Duration540p720p1080p
5s$0.50$1.00$2.00
10s$1.00$2.00$4.00

Billing Rules

  • Base price is $0.50 for a 5s video at 540p
  • 10s costs the 5s rate
  • 720p costs the 540p rate
  • 1080p costs the 540p rate
  • Pricing depends only on duration and resolution

Best Use Cases

  • Still-image animation — Turn a single image into a short motion clip.
  • Character shots — Animate portraits, concept characters, or key visual frames.
  • Story visualization — Bring illustrated scenes or concept art to life.
  • Social media content — Create short eye-catching videos from static assets.
  • Creative prototyping — Quickly test motion direction and camera ideas from one image.

Pro Tips

  • Use a clear, high-quality input image for better motion quality.
  • Be specific about motion, camera movement, and emotional tone in your prompt.
  • Start with 5s for faster iteration, then move to 10s when you want more scene development.
  • Use 540p or 720p for testing and 1080p for higher-end output.
  • Keep prompts focused on animation, motion, and scene progression rather than repeating static visual details already shown in the image.

Notes

  • image and prompt are required.
  • duration currently supports 5s and 10s.
  • Pricing depends only on the selected duration and resolution.
  • Reference input is optional.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/luma/ray-3.2/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "size": "16:9",
    "resolution": "540p",
    "duration": "5s"
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-Source image the video starts from.
promptstringYes-Text prompt describing the motion and scene.
sizestringNo16:916:9, 9:16, 1:1, 4:3, 3:4Aspect ratio of the generated video.
resolutionstringNo540p540p, 720p, 1080pOutput video resolution.
durationstringNo5s5s, 10sOutput video duration.
referencearrayNo--Optional reference images used to guide generation.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content.
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.