LTX-2.5 Pro

LTX-2.5 Pro is the higher-capability model in the LTX 2.5 video family, built for production-quality multimodal video creation and transformation. It supports text-to-video, image-to-video, and audio-to-video workflows together with retake, extension, and reframing operations, pairing synchronized audio generation with higher-resolution output and longer-form clip control. It is well suited to commercial video production, concept films, storyboards, speaking-character shots, and other workflows that need stronger quality, broader modality support, and more flexible post-generation iteration than the Fast tier.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
text-to-video
Roller Derby Rink Background Replacement$0.72~22simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'lightricks:ltx@2.5-pro',
positivePrompt: 'Create a polished background-replacement composite for a roller derby athlete introduction. In a landscape medium-wide shot, a confident female skater in a charcoal uniform, teal knee pads, quad skates, and a matte black helmet rolls forward, performs one sharp lateral powerslide, then stops facing camera with her helmet tucked against one hip. Keep her full body crisp and clearly separated from the replacement environment, with precise edges around loose hair, skate laces, and protective gear. Replace the original studio setting with a packed indoor roller derby rink at night: glossy concrete track, cyan and hot-magenta arena lights, low atmospheric haze, spectators behind safety rails, and two background skaters briefly racing past in soft motion blur. Match the arena lighting naturally across the athlete, add accurate wheel contact, grounded shadows, and subtle colored reflections beneath her skates so the composite feels physically real. Energetic editorial sports cinematography, bold contrast, gritty but premium finish, no logos, no captions, no readable signage. Synchronized sound: rolling skate wheels approach across concrete, a loud scrape exactly during the powerslide, a short referee whistle, and a rising crowd cheer as she lands in her final pose.',
width: 1280,
height: 720,
duration: 6,
fps: 24,
settings: {
audio: true
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a polished background-replacement composite for a roller derby athlete introduction. In a landscape medium-wide shot, a confident female skater in a charcoal uniform, teal knee pads, quad skates, and a matte black helmet rolls forward, performs one sharp lateral powerslide, then stops facing camera with her helmet tucked against one hip. Keep her full body crisp and clearly separated from the replacement environment, with precise edges around loose hair, skate laces, and protective gear. Replace the original studio setting with a packed indoor roller derby rink at night: glossy concrete track, cyan and hot-magenta arena lights, low atmospheric haze, spectators behind safety rails, and two background skaters briefly racing past in soft motion blur. Match the arena lighting naturally across the athlete, add accurate wheel contact, grounded shadows, and subtle colored reflections beneath her skates so the composite feels physically real. Energetic editorial sports cinematography, bold contrast, gritty but premium finish, no logos, no captions, no readable signage. Synchronized sound: rolling skate wheels approach across concrete, a loud scrape exactly during the powerslide, a short referee whistle, and a rising crowd cheer as she lands in her final pose.",
"width": 1280,
"height": 720,
"duration": 6,
"fps": 24,
"settings": {
"audio": True
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "006d57c4-36e8-448d-a682-77d09b917a5e",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a polished background-replacement composite for a roller derby athlete introduction. In a landscape medium-wide shot, a confident female skater in a charcoal uniform, teal knee pads, quad skates, and a matte black helmet rolls forward, performs one sharp lateral powerslide, then stops facing camera with her helmet tucked against one hip. Keep her full body crisp and clearly separated from the replacement environment, with precise edges around loose hair, skate laces, and protective gear. Replace the original studio setting with a packed indoor roller derby rink at night: glossy concrete track, cyan and hot-magenta arena lights, low atmospheric haze, spectators behind safety rails, and two background skaters briefly racing past in soft motion blur. Match the arena lighting naturally across the athlete, add accurate wheel contact, grounded shadows, and subtle colored reflections beneath her skates so the composite feels physically real. Energetic editorial sports cinematography, bold contrast, gritty but premium finish, no logos, no captions, no readable signage. Synchronized sound: rolling skate wheels approach across concrete, a loud scrape exactly during the powerslide, a short referee whistle, and a rising crowd cheer as she lands in her final pose.",
"width": 1280,
"height": 720,
"duration": 6,
"fps": 24,
"settings": {
"audio": true
}
}
]'runware run lightricks:ltx@2.5-pro \
positivePrompt="Create a polished background-replacement composite for a roller derby athlete introduction. In a landscape medium-wide shot, a confident female skater in a charcoal uniform, teal knee pads, quad skates, and a matte black helmet rolls forward, performs one sharp lateral powerslide, then stops facing camera with her helmet tucked against one hip. Keep her full body crisp and clearly separated from the replacement environment, with precise edges around loose hair, skate laces, and protective gear. Replace the original studio setting with a packed indoor roller derby rink at night: glossy concrete track, cyan and hot-magenta arena lights, low atmospheric haze, spectators behind safety rails, and two background skaters briefly racing past in soft motion blur. Match the arena lighting naturally across the athlete, add accurate wheel contact, grounded shadows, and subtle colored reflections beneath her skates so the composite feels physically real. Energetic editorial sports cinematography, bold contrast, gritty but premium finish, no logos, no captions, no readable signage. Synchronized sound: rolling skate wheels approach across concrete, a loud scrape exactly during the powerslide, a short referee whistle, and a rising crowd cheer as she lands in her final pose." \
width=1280 \
height=720 \
duration=6 \
fps=24 \
settings.audio=true{
"taskType": "videoInference",
"taskUUID": "006d57c4-36e8-448d-a682-77d09b917a5e",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a polished background-replacement composite for a roller derby athlete introduction. In a landscape medium-wide shot, a confident female skater in a charcoal uniform, teal knee pads, quad skates, and a matte black helmet rolls forward, performs one sharp lateral powerslide, then stops facing camera with her helmet tucked against one hip. Keep her full body crisp and clearly separated from the replacement environment, with precise edges around loose hair, skate laces, and protective gear. Replace the original studio setting with a packed indoor roller derby rink at night: glossy concrete track, cyan and hot-magenta arena lights, low atmospheric haze, spectators behind safety rails, and two background skaters briefly racing past in soft motion blur. Match the arena lighting naturally across the athlete, add accurate wheel contact, grounded shadows, and subtle colored reflections beneath her skates so the composite feels physically real. Energetic editorial sports cinematography, bold contrast, gritty but premium finish, no logos, no captions, no readable signage. Synchronized sound: rolling skate wheels approach across concrete, a loud scrape exactly during the powerslide, a short referee whistle, and a rising crowd cheer as she lands in her final pose.",
"width": 1280,
"height": 720,
"duration": 6,
"fps": 24,
"settings": {
"audio": true
}
}Response
{
"taskType": "videoInference",
"taskUUID": "006d57c4-36e8-448d-a682-77d09b917a5e",
"videoUUID": "1a81fb1f-4395-416a-bfde-e6f9000e518a",
"videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/1a81fb1f-4395-416a-bfde-e6f9000e518a.mp4",
"cost": 0.72
}first-frame
Technical Beekeeping Jacket Showcase Reel$0.96~25simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'lightricks:ltx@2.5-pro',
positivePrompt: 'Continue naturally from the supplied opening frame as a polished vertical fashion showcase for premium technical beekeeping outerwear. Preserve the same model, ivory ripstop jacket, black taped seams, structured pockets, gloves, smoked-amber mesh veil, lighting, and honey-processing location. In one seamless shot, the model takes two measured steps forward, turns one quarter toward the light, raises a forearm to reveal the articulated cuff construction, then pivots her shoulders so the translucent veil and jacket profile catch the amber glow. The mesh, hem, and sleeves respond with subtle realistic fabric motion. The camera makes a restrained semicircular tracking push, moving from the opening full-length composition into a crisp three-quarter hero view while keeping the entire veil safely within the portrait frame. Stainless steel tanks remain softly defocused in the background; warm amber reflections contrast with ivory fabric and matte black details. Sophisticated utilitarian editorial mood, precise product fidelity, natural anatomy, believable materials, premium commercial finish, no cuts, no garment changes, no morphing, no extra people, no added props, no text, no logos.',
width: 720,
height: 1280,
duration: 8,
fps: 25,
settings: {
cameraMovement: 'dolly_out'
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/e2cdf251-0aa6-499c-8d5d-c50816df64a7.jpg',
frame: 'first'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Continue naturally from the supplied opening frame as a polished vertical fashion showcase for premium technical beekeeping outerwear. Preserve the same model, ivory ripstop jacket, black taped seams, structured pockets, gloves, smoked-amber mesh veil, lighting, and honey-processing location. In one seamless shot, the model takes two measured steps forward, turns one quarter toward the light, raises a forearm to reveal the articulated cuff construction, then pivots her shoulders so the translucent veil and jacket profile catch the amber glow. The mesh, hem, and sleeves respond with subtle realistic fabric motion. The camera makes a restrained semicircular tracking push, moving from the opening full-length composition into a crisp three-quarter hero view while keeping the entire veil safely within the portrait frame. Stainless steel tanks remain softly defocused in the background; warm amber reflections contrast with ivory fabric and matte black details. Sophisticated utilitarian editorial mood, precise product fidelity, natural anatomy, believable materials, premium commercial finish, no cuts, no garment changes, no morphing, no extra people, no added props, no text, no logos.",
"width": 720,
"height": 1280,
"duration": 8,
"fps": 25,
"settings": {
"cameraMovement": "dolly_out"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e2cdf251-0aa6-499c-8d5d-c50816df64a7.jpg",
"frame": "first"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "02747f51-6a85-4384-a457-1e11b8fa0fe2",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Continue naturally from the supplied opening frame as a polished vertical fashion showcase for premium technical beekeeping outerwear. Preserve the same model, ivory ripstop jacket, black taped seams, structured pockets, gloves, smoked-amber mesh veil, lighting, and honey-processing location. In one seamless shot, the model takes two measured steps forward, turns one quarter toward the light, raises a forearm to reveal the articulated cuff construction, then pivots her shoulders so the translucent veil and jacket profile catch the amber glow. The mesh, hem, and sleeves respond with subtle realistic fabric motion. The camera makes a restrained semicircular tracking push, moving from the opening full-length composition into a crisp three-quarter hero view while keeping the entire veil safely within the portrait frame. Stainless steel tanks remain softly defocused in the background; warm amber reflections contrast with ivory fabric and matte black details. Sophisticated utilitarian editorial mood, precise product fidelity, natural anatomy, believable materials, premium commercial finish, no cuts, no garment changes, no morphing, no extra people, no added props, no text, no logos.",
"width": 720,
"height": 1280,
"duration": 8,
"fps": 25,
"settings": {
"cameraMovement": "dolly_out"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e2cdf251-0aa6-499c-8d5d-c50816df64a7.jpg",
"frame": "first"
}
]
}
}
]'runware run lightricks:ltx@2.5-pro \
positivePrompt="Continue naturally from the supplied opening frame as a polished vertical fashion showcase for premium technical beekeeping outerwear. Preserve the same model, ivory ripstop jacket, black taped seams, structured pockets, gloves, smoked-amber mesh veil, lighting, and honey-processing location. In one seamless shot, the model takes two measured steps forward, turns one quarter toward the light, raises a forearm to reveal the articulated cuff construction, then pivots her shoulders so the translucent veil and jacket profile catch the amber glow. The mesh, hem, and sleeves respond with subtle realistic fabric motion. The camera makes a restrained semicircular tracking push, moving from the opening full-length composition into a crisp three-quarter hero view while keeping the entire veil safely within the portrait frame. Stainless steel tanks remain softly defocused in the background; warm amber reflections contrast with ivory fabric and matte black details. Sophisticated utilitarian editorial mood, precise product fidelity, natural anatomy, believable materials, premium commercial finish, no cuts, no garment changes, no morphing, no extra people, no added props, no text, no logos." \
width=720 \
height=1280 \
duration=8 \
fps=25 \
settings.cameraMovement=dolly_out \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/e2cdf251-0aa6-499c-8d5d-c50816df64a7.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "02747f51-6a85-4384-a457-1e11b8fa0fe2",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Continue naturally from the supplied opening frame as a polished vertical fashion showcase for premium technical beekeeping outerwear. Preserve the same model, ivory ripstop jacket, black taped seams, structured pockets, gloves, smoked-amber mesh veil, lighting, and honey-processing location. In one seamless shot, the model takes two measured steps forward, turns one quarter toward the light, raises a forearm to reveal the articulated cuff construction, then pivots her shoulders so the translucent veil and jacket profile catch the amber glow. The mesh, hem, and sleeves respond with subtle realistic fabric motion. The camera makes a restrained semicircular tracking push, moving from the opening full-length composition into a crisp three-quarter hero view while keeping the entire veil safely within the portrait frame. Stainless steel tanks remain softly defocused in the background; warm amber reflections contrast with ivory fabric and matte black details. Sophisticated utilitarian editorial mood, precise product fidelity, natural anatomy, believable materials, premium commercial finish, no cuts, no garment changes, no morphing, no extra people, no added props, no text, no logos.",
"width": 720,
"height": 1280,
"duration": 8,
"fps": 25,
"settings": {
"cameraMovement": "dolly_out"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e2cdf251-0aa6-499c-8d5d-c50816df64a7.jpg",
"frame": "first"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "02747f51-6a85-4384-a457-1e11b8fa0fe2",
"videoUUID": "751b9830-48c7-405d-877a-d4a4effd283f",
"videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/751b9830-48c7-405d-877a-d4a4effd283f.mp4",
"cost": 0.96
}first-last-frame
Courtroom Sketch Artist Headshot Retouch$1.70~40simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'lightricks:ltx@2.5-pro',
positivePrompt: 'Create a single uninterrupted professional motion-headshot retouch reveal connecting the supplied first and last frames. The veteran courtroom sketch artist remains seated in the same chest-up 16:9 composition while making only credible micro-movements: a soft breath, one natural blink, a slight lift of the chin, and a gradual turn of her hazel eyes from an off-camera three-quarter gaze to direct lens contact. Her expression settles into the restrained, confident smile shown in the final frame. At the same time, the raw capture transitions almost imperceptibly into a premium editorial retouch: the cool fluorescent green cast gives way to a soft warm window key, exposure and eye catchlights improve, stray hairs and blazer lint are gently cleaned, background separation becomes more refined, and the palette resolves into aubergine, parchment, and muted oxidized brass. Preserve her exact identity, silver bob, beauty mark, age, facial proportions, natural pores, and age lines throughout; the enhancement must feel dignified and realistic rather than cosmetic or airbrushed. Keep the courthouse records room stable, with softly legible shapes of buff legal files but no readable text. Locked camera, stable framing, smooth temporal consistency, no cut, no pose jump, no added objects. End precisely on the supplied polished headshot.',
width: 1920,
height: 1080,
duration: 10,
fps: 24,
settings: {
cameraMovement: 'focus_shift'
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/05e55da2-97e7-481d-86fa-51517b8b0741.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/728b55a7-f091-48ea-b410-bfa848a6a1f3.jpg',
frame: 'last'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a single uninterrupted professional motion-headshot retouch reveal connecting the supplied first and last frames. The veteran courtroom sketch artist remains seated in the same chest-up 16:9 composition while making only credible micro-movements: a soft breath, one natural blink, a slight lift of the chin, and a gradual turn of her hazel eyes from an off-camera three-quarter gaze to direct lens contact. Her expression settles into the restrained, confident smile shown in the final frame. At the same time, the raw capture transitions almost imperceptibly into a premium editorial retouch: the cool fluorescent green cast gives way to a soft warm window key, exposure and eye catchlights improve, stray hairs and blazer lint are gently cleaned, background separation becomes more refined, and the palette resolves into aubergine, parchment, and muted oxidized brass. Preserve her exact identity, silver bob, beauty mark, age, facial proportions, natural pores, and age lines throughout; the enhancement must feel dignified and realistic rather than cosmetic or airbrushed. Keep the courthouse records room stable, with softly legible shapes of buff legal files but no readable text. Locked camera, stable framing, smooth temporal consistency, no cut, no pose jump, no added objects. End precisely on the supplied polished headshot.",
"width": 1920,
"height": 1080,
"duration": 10,
"fps": 24,
"settings": {
"cameraMovement": "focus_shift"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/05e55da2-97e7-481d-86fa-51517b8b0741.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/728b55a7-f091-48ea-b410-bfa848a6a1f3.jpg",
"frame": "last"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "2c8327c2-b9a4-45d4-a3c6-708327063a25",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a single uninterrupted professional motion-headshot retouch reveal connecting the supplied first and last frames. The veteran courtroom sketch artist remains seated in the same chest-up 16:9 composition while making only credible micro-movements: a soft breath, one natural blink, a slight lift of the chin, and a gradual turn of her hazel eyes from an off-camera three-quarter gaze to direct lens contact. Her expression settles into the restrained, confident smile shown in the final frame. At the same time, the raw capture transitions almost imperceptibly into a premium editorial retouch: the cool fluorescent green cast gives way to a soft warm window key, exposure and eye catchlights improve, stray hairs and blazer lint are gently cleaned, background separation becomes more refined, and the palette resolves into aubergine, parchment, and muted oxidized brass. Preserve her exact identity, silver bob, beauty mark, age, facial proportions, natural pores, and age lines throughout; the enhancement must feel dignified and realistic rather than cosmetic or airbrushed. Keep the courthouse records room stable, with softly legible shapes of buff legal files but no readable text. Locked camera, stable framing, smooth temporal consistency, no cut, no pose jump, no added objects. End precisely on the supplied polished headshot.",
"width": 1920,
"height": 1080,
"duration": 10,
"fps": 24,
"settings": {
"cameraMovement": "focus_shift"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/05e55da2-97e7-481d-86fa-51517b8b0741.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/728b55a7-f091-48ea-b410-bfa848a6a1f3.jpg",
"frame": "last"
}
]
}
}
]'runware run lightricks:ltx@2.5-pro \
positivePrompt="Create a single uninterrupted professional motion-headshot retouch reveal connecting the supplied first and last frames. The veteran courtroom sketch artist remains seated in the same chest-up 16:9 composition while making only credible micro-movements: a soft breath, one natural blink, a slight lift of the chin, and a gradual turn of her hazel eyes from an off-camera three-quarter gaze to direct lens contact. Her expression settles into the restrained, confident smile shown in the final frame. At the same time, the raw capture transitions almost imperceptibly into a premium editorial retouch: the cool fluorescent green cast gives way to a soft warm window key, exposure and eye catchlights improve, stray hairs and blazer lint are gently cleaned, background separation becomes more refined, and the palette resolves into aubergine, parchment, and muted oxidized brass. Preserve her exact identity, silver bob, beauty mark, age, facial proportions, natural pores, and age lines throughout; the enhancement must feel dignified and realistic rather than cosmetic or airbrushed. Keep the courthouse records room stable, with softly legible shapes of buff legal files but no readable text. Locked camera, stable framing, smooth temporal consistency, no cut, no pose jump, no added objects. End precisely on the supplied polished headshot." \
width=1920 \
height=1080 \
duration=10 \
fps=24 \
settings.cameraMovement=focus_shift \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/05e55da2-97e7-481d-86fa-51517b8b0741.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/728b55a7-f091-48ea-b410-bfa848a6a1f3.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "2c8327c2-b9a4-45d4-a3c6-708327063a25",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Create a single uninterrupted professional motion-headshot retouch reveal connecting the supplied first and last frames. The veteran courtroom sketch artist remains seated in the same chest-up 16:9 composition while making only credible micro-movements: a soft breath, one natural blink, a slight lift of the chin, and a gradual turn of her hazel eyes from an off-camera three-quarter gaze to direct lens contact. Her expression settles into the restrained, confident smile shown in the final frame. At the same time, the raw capture transitions almost imperceptibly into a premium editorial retouch: the cool fluorescent green cast gives way to a soft warm window key, exposure and eye catchlights improve, stray hairs and blazer lint are gently cleaned, background separation becomes more refined, and the palette resolves into aubergine, parchment, and muted oxidized brass. Preserve her exact identity, silver bob, beauty mark, age, facial proportions, natural pores, and age lines throughout; the enhancement must feel dignified and realistic rather than cosmetic or airbrushed. Keep the courthouse records room stable, with softly legible shapes of buff legal files but no readable text. Locked camera, stable framing, smooth temporal consistency, no cut, no pose jump, no added objects. End precisely on the supplied polished headshot.",
"width": 1920,
"height": 1080,
"duration": 10,
"fps": 24,
"settings": {
"cameraMovement": "focus_shift"
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/05e55da2-97e7-481d-86fa-51517b8b0741.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/728b55a7-f091-48ea-b410-bfa848a6a1f3.jpg",
"frame": "last"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "2c8327c2-b9a4-45d4-a3c6-708327063a25",
"videoUUID": "3eeee022-7c15-4b9c-b6c6-922ca2fdba87",
"videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/3eeee022-7c15-4b9c-b6c6-922ca2fdba87.mp4",
"cost": 1.7
}audio-driven
Kelp Nursery Safety Presenter$1.20~30simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'lightricks:ltx@2.5-pro',
positivePrompt: 'Animate the reference portrait as a polished employee safety presenter clip for a commercial kelp hatchery. Preserve the technician\'s identity, clothing, nursery environment, and portrait composition. She speaks the supplied audio with precise, natural lip synchronization and steady eye contact. Pace her restrained gestures to the instructions: begin with a welcoming nod, gesture downward when mentioning sanitizing boots, briefly indicate her chest pocket for silencing the phone, then turn one open hand toward the clipboard by the door while mentioning the tank number. Finish facing camera with a small confirming nod. Natural blinking, breathing, facial articulation, and subtle hand motion; calm professional authority rather than sales energy. Static camera, realistic humid atmosphere, softly shimmering turquoise tank light, crisp skin detail, clean documentary training-film finish, no captions, logos, graphics, or visible writing.',
width: 1080,
height: 1920,
fps: 50,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/843eda7e-f2b4-4d27-a25a-5fafbec737e6.jpg'
],
audio: 'https://assets.runware.ai/assets/inputs/abc72844-b26b-4db6-b850-7ed4ad94a872.mp3'
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Animate the reference portrait as a polished employee safety presenter clip for a commercial kelp hatchery. Preserve the technician's identity, clothing, nursery environment, and portrait composition. She speaks the supplied audio with precise, natural lip synchronization and steady eye contact. Pace her restrained gestures to the instructions: begin with a welcoming nod, gesture downward when mentioning sanitizing boots, briefly indicate her chest pocket for silencing the phone, then turn one open hand toward the clipboard by the door while mentioning the tank number. Finish facing camera with a small confirming nod. Natural blinking, breathing, facial articulation, and subtle hand motion; calm professional authority rather than sales energy. Static camera, realistic humid atmosphere, softly shimmering turquoise tank light, crisp skin detail, clean documentary training-film finish, no captions, logos, graphics, or visible writing.",
"width": 1080,
"height": 1920,
"fps": 50,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/843eda7e-f2b4-4d27-a25a-5fafbec737e6.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/abc72844-b26b-4db6-b850-7ed4ad94a872.mp3"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "1ef2c1ab-6f80-49fa-9a55-706c14dc29b2",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Animate the reference portrait as a polished employee safety presenter clip for a commercial kelp hatchery. Preserve the technician's identity, clothing, nursery environment, and portrait composition. She speaks the supplied audio with precise, natural lip synchronization and steady eye contact. Pace her restrained gestures to the instructions: begin with a welcoming nod, gesture downward when mentioning sanitizing boots, briefly indicate her chest pocket for silencing the phone, then turn one open hand toward the clipboard by the door while mentioning the tank number. Finish facing camera with a small confirming nod. Natural blinking, breathing, facial articulation, and subtle hand motion; calm professional authority rather than sales energy. Static camera, realistic humid atmosphere, softly shimmering turquoise tank light, crisp skin detail, clean documentary training-film finish, no captions, logos, graphics, or visible writing.",
"width": 1080,
"height": 1920,
"fps": 50,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/843eda7e-f2b4-4d27-a25a-5fafbec737e6.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/abc72844-b26b-4db6-b850-7ed4ad94a872.mp3"
}
}
]'runware run lightricks:ltx@2.5-pro \
positivePrompt="Animate the reference portrait as a polished employee safety presenter clip for a commercial kelp hatchery. Preserve the technician's identity, clothing, nursery environment, and portrait composition. She speaks the supplied audio with precise, natural lip synchronization and steady eye contact. Pace her restrained gestures to the instructions: begin with a welcoming nod, gesture downward when mentioning sanitizing boots, briefly indicate her chest pocket for silencing the phone, then turn one open hand toward the clipboard by the door while mentioning the tank number. Finish facing camera with a small confirming nod. Natural blinking, breathing, facial articulation, and subtle hand motion; calm professional authority rather than sales energy. Static camera, realistic humid atmosphere, softly shimmering turquoise tank light, crisp skin detail, clean documentary training-film finish, no captions, logos, graphics, or visible writing." \
width=1080 \
height=1920 \
fps=50 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/843eda7e-f2b4-4d27-a25a-5fafbec737e6.jpg \
inputs.audio=https://assets.runware.ai/assets/inputs/abc72844-b26b-4db6-b850-7ed4ad94a872.mp3{
"taskType": "videoInference",
"taskUUID": "1ef2c1ab-6f80-49fa-9a55-706c14dc29b2",
"model": "lightricks:ltx@2.5-pro",
"positivePrompt": "Animate the reference portrait as a polished employee safety presenter clip for a commercial kelp hatchery. Preserve the technician's identity, clothing, nursery environment, and portrait composition. She speaks the supplied audio with precise, natural lip synchronization and steady eye contact. Pace her restrained gestures to the instructions: begin with a welcoming nod, gesture downward when mentioning sanitizing boots, briefly indicate her chest pocket for silencing the phone, then turn one open hand toward the clipboard by the door while mentioning the tank number. Finish facing camera with a small confirming nod. Natural blinking, breathing, facial articulation, and subtle hand motion; calm professional authority rather than sales energy. Static camera, realistic humid atmosphere, softly shimmering turquoise tank light, crisp skin detail, clean documentary training-film finish, no captions, logos, graphics, or visible writing.",
"width": 1080,
"height": 1920,
"fps": 50,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/843eda7e-f2b4-4d27-a25a-5fafbec737e6.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/abc72844-b26b-4db6-b850-7ed4ad94a872.mp3"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "1ef2c1ab-6f80-49fa-9a55-706c14dc29b2",
"videoUUID": "83c95f66-da15-4156-a577-8e2c900675ce",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/83c95f66-da15-4156-a577-8e2c900675ce.mp4",
"cost": 1.1971
}