lightricks/ltx-2.5/image-to-video/fast
Ltx 2.5 Fast is Lightricks's image-to-video AI model. Bring static images to life with fluid animation, consistent character motion, and professional-grade video output.
PNG, JPEG, WebP, or GIF · 20 MiB maximum
PNG, JPEG, WebP, or GIF · 20 MiB maximum
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runlightricks/ltx-2.5/image-to-video/fastInput Schema
9 parameters · 2 required · 7 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | Required | The URL of the start image to use for the generated video. |
prompt | string | Required | The prompt to use for the generated video · Min length: 1 · Max length: 5000 |
fps | integer | Optional | The frames per second of the generated video. · Options: 24, 25, 48, 50 · Default: 25 24254850 |
duration | integer | Optional | The duration of the generated video in seconds. At 720p and 1080p, 24 or 25 FPS supports up to 20 seconds, while 48 or 50 FPS supports up to 10 seconds. At 1440p and 2160p, all frame rates support up to 10 seconds. Set to 'auto' to let the model choose the duration automatically. · Options: 6, 8, 10, 12, 14, 16, 18, 20 · Default: "auto" 68101214161820 |
end_image | string | Optional | The URL of the end image to use for the generated video. When provided, generates a transition video between start and end frames. |
resolution | string | Optional | The resolution of the generated video. · Options: 720p, 1080p, 1440p, 2160p · Default: "1080p" 720p1080p1440p2160p |
aspect_ratio | string | Optional | The aspect ratio of the generated image. · Options: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16 21:916:93:24:35:41:14:53:42:39:16 |
camera_motion | string | Optional | Optional camera motion applied to the generated video. · Options: dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_down, static, focus_shift dolly_indolly_outdolly_leftdolly_rightjib_upjib_downstaticfocus_shift |
generate_audio | boolean | Optional | Whether to generate audio for the generated video · Default: true |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "lightricks/ltx-2.5/image-to-video/fast",
"fps": 25,
"image": "https://v3b.fal.media/files/b/0a90dd31/uJG2pMMJMcnVeC4PmwnAF_image_004.png",
"prompt": "Periscope-level shot from behind tall grass of two Maasai warriors mid-leap during an adumu jumping dance, bodies fully airborne against a golden savanna sunset, red shuka robes frozen in motion, dust kicked up from the earth catching backlight, 85mm f/1.4 isolating the pair from a blurred circle of onlookers, Steve McCurry meets Emmanuel Lubezki",
"duration": "auto",
"resolution": "1080p",
"generate_audio": true
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
LTX 2.5 Image to Video Fast
LTX 2.5 Image to Video Fast is a LTX route built for image-to-video generation. It turns a source image and motion direction into a moving sequence that develops the supplied frame, giving creators a focused endpoint instead of forcing one generic workflow across materially different production tasks. The route belongs to a family known for audio-visual timing, cinematic motion, and shot-level controllability, so it is best evaluated as a creative system for intentional shots and assets rather than as a one-click novelty generator.
Use this endpoint when the input contract and deliverable match that job exactly. Its documented controls include end_image (The URL of the end image to use for the generated video. When provided, generates a transition video between start and end frames); resolution choices (720p, 1080p, 1440p, 2160p); duration choices (6, 8, 10, 12, 14, 16, 18, 20); generate_audio (Whether to generate audio for the generated video). Together, these controls help teams plan predictable iterations, compare outputs under stable settings, and connect generation to iterative film, advertising, and social-video workflows without hiding the operational choices that shape the result.
Highlights
- Purpose-built Image-to-video generation. The route accepts a source image and motion direction and produces a moving sequence that develops the supplied frame; its interface is scoped to that transformation, keeping source assets and creative intent explicit.
- Creative direction. Prompts can describe subject behavior, composition, camera intent, lighting, material, atmosphere, and temporal progression so the result is driven by a shot plan rather than isolated keywords.
- Route-specific control. The request exposes end_image (The URL of the end image to use for the generated video. When provided, generates a transition video between start and end frames); resolution choices (720p, 1080p, 1440p, 2160p); duration choices (6, 8, 10, 12, 14, 16, 18, 20); generate_audio (Whether to generate audio for the generated video), allowing the same concept to be tested systematically while preserving a repeatable production setup.
- Pipeline-ready output. The generated media asset is returned through the documented asynchronous output contract, which suits review queues, batch iteration, and downstream automation. Editors can review pacing, continuity, lens language, choreography, transitions, temporal artifacts, soundtrack alignment, color response, delivery framing, and cut compatibility before approval.
Pricing
| Configuration | Price |
|---|---|
| Billing rule | (usage.duration ?? (params.duration == "auto" ? 20 : params.duration)) * (params.resolution == "720p" ? 0.104 : params.resolution == "1080p" ? 0.150 : params.resolution == "1440p" ? 0.219 : 0.345) |
| resolution=720p, duration=6 | $0.624000 |
| resolution=720p, duration=8 | $0.832000 |
| resolution=720p, duration=10 | $1.040000 |
| resolution=720p, duration=12 | $1.248000 |
| resolution=720p, duration=14 | $1.456000 |
| resolution=720p, duration=16 | $1.664000 |
| resolution=720p, duration=18 | $1.872000 |
| resolution=720p, duration=20 | $2.080000 |
| resolution=1080p, duration=6 | $0.900000 |
| resolution=1080p, duration=8 | $1.200000 |
| resolution=1080p, duration=10 | $1.500000 |
| resolution=1080p, duration=12 | $1.800000 |
| resolution=1080p, duration=14 | $2.100000 |
| resolution=1080p, duration=16 | $2.400000 |
| resolution=1080p, duration=18 | $2.700000 |
| resolution=1080p, duration=20 | $3.000000 |
| resolution=1440p, duration=6 | $1.314000 |
| resolution=1440p, duration=8 | $1.752000 |
| resolution=1440p, duration=10 | $2.190000 |
| resolution=1440p, duration=12 | $2.628000 |
| resolution=1440p, duration=14 | $3.066000 |
| resolution=1440p, duration=16 | $3.504000 |
| resolution=1440p, duration=18 | $3.942000 |
| resolution=1440p, duration=20 | $4.380000 |
| resolution=2160p, duration=6 | $2.070000 |
| resolution=2160p, duration=8 | $2.760000 |
| resolution=2160p, duration=10 | $3.450000 |
| resolution=2160p, duration=12 | $4.140000 |
| resolution=2160p, duration=14 | $4.830000 |
| resolution=2160p, duration=16 | $5.520000 |
| resolution=2160p, duration=18 | $6.210000 |
| resolution=2160p, duration=20 | $6.900000 |
When to Use
| Scenario | Why this model fits |
|---|---|
| Create the exact route output | Choose it when you need image-to-video generation and already have a source image and motion direction. |
| Develop controlled variations | Keep the main brief fixed while changing one documented setting at a time to compare motion, framing, quality, or asset behavior. |
| Build repeatable batches | Use a consistent request shape for catalog, campaign, storyboard, game-asset, or social-content production. |
| Preserve source intent | Prefer this route when the supplied reference material must remain the foundation of a moving sequence that develops the supplied frame. |
| Connect a media pipeline | Use asynchronous results in an automated review, approval, post-production, or asset-management workflow. |
Prompt Guide
Start with the desired result, then describe the source relationship, subject action, composition or camera behavior, lighting, style, and timing. For image-to-video generation, state what must remain stable as clearly as what should change. Use only fields exposed by the schema; the example below is structurally valid for this route.
{
"prompt": "Periscope-level shot from behind tall grass of two Maasai warriors mid-leap during an adumu jumping dance, bodies fully airborne against a golden savanna sunset, red shuka robes frozen in motion, dust kicked up from the earth catching backlight, 85mm f/1.4 isolating the pair from a blurred circle of onlookers, Steve McCurry meets Emmanuel Lubezki",
"image": "https://example.com/image.jpg",
"end_image": "https://example.com/reference.jpg",
"resolution": "1080p",
"duration": 6
}
Technical Specs
| Specification | Value |
|---|---|
| Model ID | lightricks/ltx-2.5/image-to-video/fast |
| Workflow | Image-to-video generation |
| Required inputs | prompt, image |
prompt | string |
image | string |
end_image | string |
resolution | string; options: 720p, 1080p, 1440p, 2160p |
duration | integer; options: 6, 8, 10, 12, 14, 16, 18, 20 |
generate_audio | boolean |
camera_motion | string; options: dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_down, static, focus_shift |
fps | integer; options: 24, 25, 48, 50 |
aspect_ratio | string; options: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16 |

