Animate images into 4K video with synchronized audio using Lightricks LTX 2.5 Image-to-Video API on Muapi. Pay per generation.
About this model
LTX 2.5 Image-to-Video animates starting frame images into high-fidelity synchronized audio-video content, with optional last-frame interpolation guidance and 720P / 1080P / 2K / 4K output up to 20 seconds. Built on Lightricks' next-generation architecture and powered by WaveSpeed AI inference, it preserves scene composition while generating fluid natural motion and rich synchronized soundscapes.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | .130/s (720p) - .429/s (4k) | Direct high-speed execution with permanent S3 storage, webhooks, and unified credits. |
| WaveSpeed AI (official) | .100/s (720p) - .330/s (4k) | Base raw provider pricing. muapiapp provides developer integrations, unified SDKs, and stored outputs. |
Direct high-speed execution with permanent S3 storage, webhooks, and unified credits.
Base raw provider pricing. muapiapp provides developer integrations, unified SDKs, and stored outputs.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The positive prompt for the generation. | A cinematic camera zoom into the scene with dynamic natural motion. |
| Image URL | string | The starting frame image for generation. | undefined |
| Last Image URL | string | Optional last-frame image for the generation. | undefined |
| Duration | int | The duration of the generated media in seconds. | 5 |
| Resolution | Enum (4 options) | Video resolution. | 720p |
| Seed | int | The random seed to use for the generation. -1 means random. | -1 |
The positive prompt for the generation.
A cinematic camera zoom into the scene with dynamic natural motion.The starting frame image for generation.
undefinedOptional last-frame image for the generation.
undefinedThe duration of the generated media in seconds.
5Video resolution.
720pThe random seed to use for the generation. -1 means random.
-1Developer documentation
image_url.last_image_url for start-to-end guidance.prompt.resolution ("720p", "1080p", "2k", "4k") and duration (5 to 20s)./ltx-2.5-image-to-video.curl -X POST https://api.muapi.ai/api/v1/ltx-2.5-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "The character looks up at the falling stars as a soft breeze rustles their hair.",
"image_url": "https://example.com/character.jpg",
"resolution": "1080p",
"duration": 5
}'
Frequently asked
LTX 2.5 Image-to-Video is Lightricks' state-of-the-art image-to-video AI model that animates images with synchronized audio in up to 4K resolution.
Yes. Pass last_image_url to define the end frame of the animation for controlled interpolation.
You can generate in 720p, 1080p, 2k, or 4k resolution.
Pricing is per second based on resolution: .130/s for 720p, .182/s for 1080p, .273/s for 2k, and .429/s for 4k.
You can select any duration between 5 and 20 seconds.