WaveSpeedAI APILightricksLightricks Ltx 2 Fast Image To Video

Lightricks Ltx 2 Fast Image To Video

Lightricks Ltx 2 Fast Image To Video

Playground

Try it on WavespeedAI!

LTX-2 is a complete AI creative engine. Built for real production workflows, it delivers synchronized audio and video generation. 1080p 0.04$/s

Features

lightricks/ltx-2-fast/image-to-video

LTX-2 Fast (Image-to-Video) is the high-speed edition of Lightricks’ powerful AI creative engine, built for instant, production-ready animation. It transforms a single image and a short prompt into a cinematic, motion-rich video — all in seconds, with synchronized movement and consistent visual quality.


🌟 Key Features

  • 🚀 Ultra-Fast Generation Optimized for real-time workflows — generate dynamic, cinematic clips in just a few seconds.

  • 🎥 Image-to-Motion Conversion Animate still frames into smooth, lifelike video sequences, preserving lighting, color, and composition.

  • 🎧 Audio–Video Sync Ready Designed for A/V alignment, allowing motion pacing and rhythm to match optional soundtracks or voiceovers.

  • 🎨 Style Consistency Maintains the original image’s artistic tone and mood while introducing cinematic motion such as pans, zooms, or perspective shifts.

  • ⚙️ Lightweight and Efficient Delivers high-quality results at low cost — ideal for rapid iterations, marketing content, or short storytelling sequences.


⚙️ Parameters

ParameterDescription
prompt*Describe the desired scene, atmosphere, or animation direction. Example: “Soft camera zoom on a neon-lit city skyline at night, rain falling gently.”
image*Upload a reference or base image (JPG / PNG). The model animates this image into a coherent video.
durationVideo length in seconds — choose 6s or 8s or 10s.

💰 Pricing

Target ResolutionPrice per secondApprox. Runtime per $1
1080p$0.04 / s~25 seconds per $1
2K$0.08 / s~12 seconds per $1
4K$0.16 / s~6 seconds per $1

💡 Use Cases

  • Marketing & Social Media — Instantly animate still campaign visuals for dynamic short-form content.
  • Cinematic Concept Animation — Bring static concept art or storyboards to life.
  • Product & Brand Showcases — Create eye-catching motion reveals from product shots.
  • Creative Prototyping — Rapidly visualize narrative or mood ideas for films or games.

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/lightricks/ltx-2-fast/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 6,
    "generate_audio": true
}'

# 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
promptstringYes-The positive prompt for the generation.
imagestringNo-The image for the generation.
durationintegerNo66, 8, 10The duration of the generated media in seconds.
generate_audiobooleanNotrue-Whether to generate audio.

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.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
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

© 2025 WaveSpeedAI. All rights reserved.