live
MODEL IDlightricks:ltx@2.5-fast

LTX-2.5 Fast

Lightricks
by

LTX-2.5 Fast is the speed-focused variant in the LTX 2.5 video family, built for high-throughput text-to-video and image-to-video generation. It supports output from 720p through 4K, longer durations at HD resolutions, optional native audio generation, and first-to-last-frame image guidance for more directed motion and shot planning. It is well suited to rapid creative iteration, storyboard development, social and advertising content, and other video workflows that need faster turnaround without dropping to low-end resolutions.

LTX-2.5 Fast

text-to-video

Rooftop Apiary Honey Harvest Ad$1.08~29s
Try in Playground
import { 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-fast',
  positivePrompt: 'Cinematic landscape social media ad for an urban rooftop apiary at early sunrise. In one fluid commercial shot, begin inches above a weathered wooden hive entrance as honeybees land, crawl, and lift into the air. Reveal a beekeeper in a clean cream canvas suit gently drawing a heavy honeycomb frame from the open hive. Hundreds of bees move naturally across the amber wax while warm honey glows through the cells. A light breeze stirs the beekeeper’s veil, rooftop herbs, and flowering planters; loose bees drift through shafts of golden light against a cool blue-gray city skyline. End with the beekeeper tilting the frame toward the sun, creating a luminous amber hero image with rich tactile detail. Premium modern documentary art direction, restrained honey-gold and slate-blue palette, realistic anatomy and handling, crisp morning backlight, shallow depth of field, subtle film grain. Synchronized natural sound: layered bee hum moving with the swarm, soft wooden frame scrape, canvas rustle, rooftop wind, leaves brushing, and distant muted city traffic. No dialogue, music, lettering, labels, logos, or watermarks.',
  width: 1280,
  height: 720,
  duration: 12,
  fps: 24,
  settings: {
    audio: true,
    cameraMovement: 'dolly_right'
  }
})
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-fast",
            "positivePrompt": "Cinematic landscape social media ad for an urban rooftop apiary at early sunrise. In one fluid commercial shot, begin inches above a weathered wooden hive entrance as honeybees land, crawl, and lift into the air. Reveal a beekeeper in a clean cream canvas suit gently drawing a heavy honeycomb frame from the open hive. Hundreds of bees move naturally across the amber wax while warm honey glows through the cells. A light breeze stirs the beekeeper’s veil, rooftop herbs, and flowering planters; loose bees drift through shafts of golden light against a cool blue-gray city skyline. End with the beekeeper tilting the frame toward the sun, creating a luminous amber hero image with rich tactile detail. Premium modern documentary art direction, restrained honey-gold and slate-blue palette, realistic anatomy and handling, crisp morning backlight, shallow depth of field, subtle film grain. Synchronized natural sound: layered bee hum moving with the swarm, soft wooden frame scrape, canvas rustle, rooftop wind, leaves brushing, and distant muted city traffic. No dialogue, music, lettering, labels, logos, or watermarks.",
            "width": 1280,
            "height": 720,
            "duration": 12,
            "fps": 24,
            "settings": {
                "audio": True,
                "cameraMovement": "dolly_right"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "655d7ac1-4038-41bd-aff3-ebe3634af62c",
      "model": "lightricks:ltx@2.5-fast",
      "positivePrompt": "Cinematic landscape social media ad for an urban rooftop apiary at early sunrise. In one fluid commercial shot, begin inches above a weathered wooden hive entrance as honeybees land, crawl, and lift into the air. Reveal a beekeeper in a clean cream canvas suit gently drawing a heavy honeycomb frame from the open hive. Hundreds of bees move naturally across the amber wax while warm honey glows through the cells. A light breeze stirs the beekeeper’s veil, rooftop herbs, and flowering planters; loose bees drift through shafts of golden light against a cool blue-gray city skyline. End with the beekeeper tilting the frame toward the sun, creating a luminous amber hero image with rich tactile detail. Premium modern documentary art direction, restrained honey-gold and slate-blue palette, realistic anatomy and handling, crisp morning backlight, shallow depth of field, subtle film grain. Synchronized natural sound: layered bee hum moving with the swarm, soft wooden frame scrape, canvas rustle, rooftop wind, leaves brushing, and distant muted city traffic. No dialogue, music, lettering, labels, logos, or watermarks.",
      "width": 1280,
      "height": 720,
      "duration": 12,
      "fps": 24,
      "settings": {
        "audio": true,
        "cameraMovement": "dolly_right"
      }
    }
  ]'
runware run lightricks:ltx@2.5-fast \
  positivePrompt="Cinematic landscape social media ad for an urban rooftop apiary at early sunrise. In one fluid commercial shot, begin inches above a weathered wooden hive entrance as honeybees land, crawl, and lift into the air. Reveal a beekeeper in a clean cream canvas suit gently drawing a heavy honeycomb frame from the open hive. Hundreds of bees move naturally across the amber wax while warm honey glows through the cells. A light breeze stirs the beekeeper’s veil, rooftop herbs, and flowering planters; loose bees drift through shafts of golden light against a cool blue-gray city skyline. End with the beekeeper tilting the frame toward the sun, creating a luminous amber hero image with rich tactile detail. Premium modern documentary art direction, restrained honey-gold and slate-blue palette, realistic anatomy and handling, crisp morning backlight, shallow depth of field, subtle film grain. Synchronized natural sound: layered bee hum moving with the swarm, soft wooden frame scrape, canvas rustle, rooftop wind, leaves brushing, and distant muted city traffic. No dialogue, music, lettering, labels, logos, or watermarks." \
  width=1280 \
  height=720 \
  duration=12 \
  fps=24 \
  settings.audio=true \
  settings.cameraMovement=dolly_right
{
  "taskType": "videoInference",
  "taskUUID": "655d7ac1-4038-41bd-aff3-ebe3634af62c",
  "model": "lightricks:ltx@2.5-fast",
  "positivePrompt": "Cinematic landscape social media ad for an urban rooftop apiary at early sunrise. In one fluid commercial shot, begin inches above a weathered wooden hive entrance as honeybees land, crawl, and lift into the air. Reveal a beekeeper in a clean cream canvas suit gently drawing a heavy honeycomb frame from the open hive. Hundreds of bees move naturally across the amber wax while warm honey glows through the cells. A light breeze stirs the beekeeper’s veil, rooftop herbs, and flowering planters; loose bees drift through shafts of golden light against a cool blue-gray city skyline. End with the beekeeper tilting the frame toward the sun, creating a luminous amber hero image with rich tactile detail. Premium modern documentary art direction, restrained honey-gold and slate-blue palette, realistic anatomy and handling, crisp morning backlight, shallow depth of field, subtle film grain. Synchronized natural sound: layered bee hum moving with the swarm, soft wooden frame scrape, canvas rustle, rooftop wind, leaves brushing, and distant muted city traffic. No dialogue, music, lettering, labels, logos, or watermarks.",
  "width": 1280,
  "height": 720,
  "duration": 12,
  "fps": 24,
  "settings": {
    "audio": true,
    "cameraMovement": "dolly_right"
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "655d7ac1-4038-41bd-aff3-ebe3634af62c",
  "videoUUID": "4d30fea5-6a96-495e-8d5f-94781470468e",
  "videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/4d30fea5-6a96-495e-8d5f-94781470468e.mp4",
  "cost": 1.08
}

first-frame

Hydrographic Survey Studio Logo Loop$1.90~1m 4s
Try in Playground
import { 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-fast',
  positivePrompt: 'Begin on the supplied opening frame with the PELAGIC GRID hydrographic survey identity centered and perfectly legible. Continue as a refined ten-second logo motion graphic: a narrow sea-glass cyan sonar pulse emerges from the center of the circular emblem and travels outward. As it crosses the emblem, the copper bathymetric contour lines lift into shallow dimensional relief and flow in smooth concentric waves, like a seafloor map being surveyed in real time. Fine coordinate ticks and tiny depth-point particles briefly illuminate around the circle, remaining abstract and nonverbal. The pulse expands across the surrounding ink-blue field, revealing faint chart-grid geometry and delicate topographic traces in the negative space. Copper lines move with measured precision rather than liquid chaos; the wordmark stays sharp, stable, correctly spelled, and unobstructed throughout. Near the end, the chart traces recede, particles settle back into the emblem, and the sonar ring contracts cleanly to restore the exact calm opening composition for a seamless loop. Static front-facing camera, premium broadcast motion design, crisp vector-like edges, subtle tactile print grain, deep navy, oxidized copper, and restrained cyan palette. No extra words, no new symbols, no camera move, no cuts, no mockup, no interface elements.',
  width: 2560,
  height: 1440,
  duration: 10,
  fps: 25,
  settings: {
    cameraMovement: 'dolly_in'
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/c1be51cb-fe9f-438d-9f38-1c955a69c389.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-fast",
            "positivePrompt": "Begin on the supplied opening frame with the PELAGIC GRID hydrographic survey identity centered and perfectly legible. Continue as a refined ten-second logo motion graphic: a narrow sea-glass cyan sonar pulse emerges from the center of the circular emblem and travels outward. As it crosses the emblem, the copper bathymetric contour lines lift into shallow dimensional relief and flow in smooth concentric waves, like a seafloor map being surveyed in real time. Fine coordinate ticks and tiny depth-point particles briefly illuminate around the circle, remaining abstract and nonverbal. The pulse expands across the surrounding ink-blue field, revealing faint chart-grid geometry and delicate topographic traces in the negative space. Copper lines move with measured precision rather than liquid chaos; the wordmark stays sharp, stable, correctly spelled, and unobstructed throughout. Near the end, the chart traces recede, particles settle back into the emblem, and the sonar ring contracts cleanly to restore the exact calm opening composition for a seamless loop. Static front-facing camera, premium broadcast motion design, crisp vector-like edges, subtle tactile print grain, deep navy, oxidized copper, and restrained cyan palette. No extra words, no new symbols, no camera move, no cuts, no mockup, no interface elements.",
            "width": 2560,
            "height": 1440,
            "duration": 10,
            "fps": 25,
            "settings": {
                "cameraMovement": "dolly_in"
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/c1be51cb-fe9f-438d-9f38-1c955a69c389.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": "d1e20b84-fbb8-4dbe-87f2-96194a4d0cb8",
      "model": "lightricks:ltx@2.5-fast",
      "positivePrompt": "Begin on the supplied opening frame with the PELAGIC GRID hydrographic survey identity centered and perfectly legible. Continue as a refined ten-second logo motion graphic: a narrow sea-glass cyan sonar pulse emerges from the center of the circular emblem and travels outward. As it crosses the emblem, the copper bathymetric contour lines lift into shallow dimensional relief and flow in smooth concentric waves, like a seafloor map being surveyed in real time. Fine coordinate ticks and tiny depth-point particles briefly illuminate around the circle, remaining abstract and nonverbal. The pulse expands across the surrounding ink-blue field, revealing faint chart-grid geometry and delicate topographic traces in the negative space. Copper lines move with measured precision rather than liquid chaos; the wordmark stays sharp, stable, correctly spelled, and unobstructed throughout. Near the end, the chart traces recede, particles settle back into the emblem, and the sonar ring contracts cleanly to restore the exact calm opening composition for a seamless loop. Static front-facing camera, premium broadcast motion design, crisp vector-like edges, subtle tactile print grain, deep navy, oxidized copper, and restrained cyan palette. No extra words, no new symbols, no camera move, no cuts, no mockup, no interface elements.",
      "width": 2560,
      "height": 1440,
      "duration": 10,
      "fps": 25,
      "settings": {
        "cameraMovement": "dolly_in"
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/c1be51cb-fe9f-438d-9f38-1c955a69c389.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run lightricks:ltx@2.5-fast \
  positivePrompt="Begin on the supplied opening frame with the PELAGIC GRID hydrographic survey identity centered and perfectly legible. Continue as a refined ten-second logo motion graphic: a narrow sea-glass cyan sonar pulse emerges from the center of the circular emblem and travels outward. As it crosses the emblem, the copper bathymetric contour lines lift into shallow dimensional relief and flow in smooth concentric waves, like a seafloor map being surveyed in real time. Fine coordinate ticks and tiny depth-point particles briefly illuminate around the circle, remaining abstract and nonverbal. The pulse expands across the surrounding ink-blue field, revealing faint chart-grid geometry and delicate topographic traces in the negative space. Copper lines move with measured precision rather than liquid chaos; the wordmark stays sharp, stable, correctly spelled, and unobstructed throughout. Near the end, the chart traces recede, particles settle back into the emblem, and the sonar ring contracts cleanly to restore the exact calm opening composition for a seamless loop. Static front-facing camera, premium broadcast motion design, crisp vector-like edges, subtle tactile print grain, deep navy, oxidized copper, and restrained cyan palette. No extra words, no new symbols, no camera move, no cuts, no mockup, no interface elements." \
  width=2560 \
  height=1440 \
  duration=10 \
  fps=25 \
  settings.cameraMovement=dolly_in \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/c1be51cb-fe9f-438d-9f38-1c955a69c389.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "d1e20b84-fbb8-4dbe-87f2-96194a4d0cb8",
  "model": "lightricks:ltx@2.5-fast",
  "positivePrompt": "Begin on the supplied opening frame with the PELAGIC GRID hydrographic survey identity centered and perfectly legible. Continue as a refined ten-second logo motion graphic: a narrow sea-glass cyan sonar pulse emerges from the center of the circular emblem and travels outward. As it crosses the emblem, the copper bathymetric contour lines lift into shallow dimensional relief and flow in smooth concentric waves, like a seafloor map being surveyed in real time. Fine coordinate ticks and tiny depth-point particles briefly illuminate around the circle, remaining abstract and nonverbal. The pulse expands across the surrounding ink-blue field, revealing faint chart-grid geometry and delicate topographic traces in the negative space. Copper lines move with measured precision rather than liquid chaos; the wordmark stays sharp, stable, correctly spelled, and unobstructed throughout. Near the end, the chart traces recede, particles settle back into the emblem, and the sonar ring contracts cleanly to restore the exact calm opening composition for a seamless loop. Static front-facing camera, premium broadcast motion design, crisp vector-like edges, subtle tactile print grain, deep navy, oxidized copper, and restrained cyan palette. No extra words, no new symbols, no camera move, no cuts, no mockup, no interface elements.",
  "width": 2560,
  "height": 1440,
  "duration": 10,
  "fps": 25,
  "settings": {
    "cameraMovement": "dolly_in"
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/c1be51cb-fe9f-438d-9f38-1c955a69c389.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "d1e20b84-fbb8-4dbe-87f2-96194a4d0cb8",
  "videoUUID": "81721f9e-53e9-41a9-a0e9-72b36ceecf7e",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/81721f9e-53e9-41a9-a0e9-72b36ceecf7e.mp4",
  "cost": 1.9
}

first-last-frame

Pneumatic Flood Barrier Deployment Demo$1.04~53s
Try in Playground
import { 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-fast',
  positivePrompt: 'Create a clear, photorealistic product deployment explainer in one continuous locked-off shot. Preserve the exact flood-test hall, deep-navy barrier, safety-orange end caps, hose, anchor points, perspective and lighting established by the endpoint images. Begin with the barrier lying fully flat across the concrete channel as a shallow sheet of water advances on the far side. The connected blower activates and the textile chamber inflates progressively and credibly from the hose end: wrinkles lift, reinforced seams straighten, the tube expands along its length, orange end caps rotate into position and anchor straps draw taut. As the barrier rises, the advancing water meets it, forms small realistic splashes and gathers into a contained pool behind it. End with the barrier fully pressurized, stable and evenly shaped, holding back rippling water while the foreground remains dry. Emphasize understandable product function, realistic fabric and water physics, and a reassuring municipal engineering-demo mood. No cuts, no time lapse, no camera movement, no people, no labels, no logos, no on-screen text, no interface graphics.',
  width: 1920,
  height: 1080,
  duration: 8,
  fps: 48,
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/2592add1-c054-4aa2-9c04-7ba543bcc73d.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/88442226-03d8-4ba0-80b2-3d15cbae5e0b.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-fast",
            "positivePrompt": "Create a clear, photorealistic product deployment explainer in one continuous locked-off shot. Preserve the exact flood-test hall, deep-navy barrier, safety-orange end caps, hose, anchor points, perspective and lighting established by the endpoint images. Begin with the barrier lying fully flat across the concrete channel as a shallow sheet of water advances on the far side. The connected blower activates and the textile chamber inflates progressively and credibly from the hose end: wrinkles lift, reinforced seams straighten, the tube expands along its length, orange end caps rotate into position and anchor straps draw taut. As the barrier rises, the advancing water meets it, forms small realistic splashes and gathers into a contained pool behind it. End with the barrier fully pressurized, stable and evenly shaped, holding back rippling water while the foreground remains dry. Emphasize understandable product function, realistic fabric and water physics, and a reassuring municipal engineering-demo mood. No cuts, no time lapse, no camera movement, no people, no labels, no logos, no on-screen text, no interface graphics.",
            "width": 1920,
            "height": 1080,
            "duration": 8,
            "fps": 48,
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/2592add1-c054-4aa2-9c04-7ba543bcc73d.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/88442226-03d8-4ba0-80b2-3d15cbae5e0b.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": "99b4738f-bd0e-48c8-8901-69a4ca97bccb",
      "model": "lightricks:ltx@2.5-fast",
      "positivePrompt": "Create a clear, photorealistic product deployment explainer in one continuous locked-off shot. Preserve the exact flood-test hall, deep-navy barrier, safety-orange end caps, hose, anchor points, perspective and lighting established by the endpoint images. Begin with the barrier lying fully flat across the concrete channel as a shallow sheet of water advances on the far side. The connected blower activates and the textile chamber inflates progressively and credibly from the hose end: wrinkles lift, reinforced seams straighten, the tube expands along its length, orange end caps rotate into position and anchor straps draw taut. As the barrier rises, the advancing water meets it, forms small realistic splashes and gathers into a contained pool behind it. End with the barrier fully pressurized, stable and evenly shaped, holding back rippling water while the foreground remains dry. Emphasize understandable product function, realistic fabric and water physics, and a reassuring municipal engineering-demo mood. No cuts, no time lapse, no camera movement, no people, no labels, no logos, no on-screen text, no interface graphics.",
      "width": 1920,
      "height": 1080,
      "duration": 8,
      "fps": 48,
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/2592add1-c054-4aa2-9c04-7ba543bcc73d.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/88442226-03d8-4ba0-80b2-3d15cbae5e0b.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run lightricks:ltx@2.5-fast \
  positivePrompt="Create a clear, photorealistic product deployment explainer in one continuous locked-off shot. Preserve the exact flood-test hall, deep-navy barrier, safety-orange end caps, hose, anchor points, perspective and lighting established by the endpoint images. Begin with the barrier lying fully flat across the concrete channel as a shallow sheet of water advances on the far side. The connected blower activates and the textile chamber inflates progressively and credibly from the hose end: wrinkles lift, reinforced seams straighten, the tube expands along its length, orange end caps rotate into position and anchor straps draw taut. As the barrier rises, the advancing water meets it, forms small realistic splashes and gathers into a contained pool behind it. End with the barrier fully pressurized, stable and evenly shaped, holding back rippling water while the foreground remains dry. Emphasize understandable product function, realistic fabric and water physics, and a reassuring municipal engineering-demo mood. No cuts, no time lapse, no camera movement, no people, no labels, no logos, no on-screen text, no interface graphics." \
  width=1920 \
  height=1080 \
  duration=8 \
  fps=48 \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/2592add1-c054-4aa2-9c04-7ba543bcc73d.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/88442226-03d8-4ba0-80b2-3d15cbae5e0b.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "99b4738f-bd0e-48c8-8901-69a4ca97bccb",
  "model": "lightricks:ltx@2.5-fast",
  "positivePrompt": "Create a clear, photorealistic product deployment explainer in one continuous locked-off shot. Preserve the exact flood-test hall, deep-navy barrier, safety-orange end caps, hose, anchor points, perspective and lighting established by the endpoint images. Begin with the barrier lying fully flat across the concrete channel as a shallow sheet of water advances on the far side. The connected blower activates and the textile chamber inflates progressively and credibly from the hose end: wrinkles lift, reinforced seams straighten, the tube expands along its length, orange end caps rotate into position and anchor straps draw taut. As the barrier rises, the advancing water meets it, forms small realistic splashes and gathers into a contained pool behind it. End with the barrier fully pressurized, stable and evenly shaped, holding back rippling water while the foreground remains dry. Emphasize understandable product function, realistic fabric and water physics, and a reassuring municipal engineering-demo mood. No cuts, no time lapse, no camera movement, no people, no labels, no logos, no on-screen text, no interface graphics.",
  "width": 1920,
  "height": 1080,
  "duration": 8,
  "fps": 48,
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/2592add1-c054-4aa2-9c04-7ba543bcc73d.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/88442226-03d8-4ba0-80b2-3d15cbae5e0b.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "99b4738f-bd0e-48c8-8901-69a4ca97bccb",
  "videoUUID": "5d404499-c9ce-4750-b86d-608668865a23",
  "videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/5d404499-c9ce-4750-b86d-608668865a23.mp4",
  "cost": 1.04
}

audio-driven

Volcanology Museum Sonic Logo Loop$0.78~34s
Try in Playground
import { 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-fast',
  positivePrompt: 'Create a premium 9:16 animated museum logo ident using the supplied reference image as the exact visual identity. Preserve the emblem geometry, mineral-white contour lines, vermilion fissure, basalt texture, centered composition, and the exact legibility and shape of the “CALDERA ARCHIVE” wordmark. Keep the camera locked and the background still. Drive every movement precisely from the supplied audio: the opening subterranean rumble produces an almost imperceptible vibration within the concentric contour lines; on the deep seismic thump, the rings compress inward once and release like a measured seismograph pulse; each of the four dry sensor clicks sends one clean vermilion signal around a successive contour ring; the mineral shimmer causes a restrained crystalline highlight to travel across the emblem and wordmark. Fine basalt dust may lift a few millimeters on the strongest thump, then settle naturally. Motion must feel engineered, geological, and museum-grade rather than explosive or fantastical. Maintain sharp typography and abundant negative space throughout. End on the identical fully settled frame and visual state as the opening so the video loops seamlessly with the audio.',
  width: 1080,
  height: 1920,
  fps: 25
})
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-fast",
            "positivePrompt": "Create a premium 9:16 animated museum logo ident using the supplied reference image as the exact visual identity. Preserve the emblem geometry, mineral-white contour lines, vermilion fissure, basalt texture, centered composition, and the exact legibility and shape of the “CALDERA ARCHIVE” wordmark. Keep the camera locked and the background still. Drive every movement precisely from the supplied audio: the opening subterranean rumble produces an almost imperceptible vibration within the concentric contour lines; on the deep seismic thump, the rings compress inward once and release like a measured seismograph pulse; each of the four dry sensor clicks sends one clean vermilion signal around a successive contour ring; the mineral shimmer causes a restrained crystalline highlight to travel across the emblem and wordmark. Fine basalt dust may lift a few millimeters on the strongest thump, then settle naturally. Motion must feel engineered, geological, and museum-grade rather than explosive or fantastical. Maintain sharp typography and abundant negative space throughout. End on the identical fully settled frame and visual state as the opening so the video loops seamlessly with the audio.",
            "width": 1080,
            "height": 1920,
            "fps": 25
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "caaf2466-a861-43b6-b15b-2e2ad4cff922",
      "model": "lightricks:ltx@2.5-fast",
      "positivePrompt": "Create a premium 9:16 animated museum logo ident using the supplied reference image as the exact visual identity. Preserve the emblem geometry, mineral-white contour lines, vermilion fissure, basalt texture, centered composition, and the exact legibility and shape of the “CALDERA ARCHIVE” wordmark. Keep the camera locked and the background still. Drive every movement precisely from the supplied audio: the opening subterranean rumble produces an almost imperceptible vibration within the concentric contour lines; on the deep seismic thump, the rings compress inward once and release like a measured seismograph pulse; each of the four dry sensor clicks sends one clean vermilion signal around a successive contour ring; the mineral shimmer causes a restrained crystalline highlight to travel across the emblem and wordmark. Fine basalt dust may lift a few millimeters on the strongest thump, then settle naturally. Motion must feel engineered, geological, and museum-grade rather than explosive or fantastical. Maintain sharp typography and abundant negative space throughout. End on the identical fully settled frame and visual state as the opening so the video loops seamlessly with the audio.",
      "width": 1080,
      "height": 1920,
      "fps": 25
    }
  ]'
runware run lightricks:ltx@2.5-fast \
  positivePrompt="Create a premium 9:16 animated museum logo ident using the supplied reference image as the exact visual identity. Preserve the emblem geometry, mineral-white contour lines, vermilion fissure, basalt texture, centered composition, and the exact legibility and shape of the “CALDERA ARCHIVE” wordmark. Keep the camera locked and the background still. Drive every movement precisely from the supplied audio: the opening subterranean rumble produces an almost imperceptible vibration within the concentric contour lines; on the deep seismic thump, the rings compress inward once and release like a measured seismograph pulse; each of the four dry sensor clicks sends one clean vermilion signal around a successive contour ring; the mineral shimmer causes a restrained crystalline highlight to travel across the emblem and wordmark. Fine basalt dust may lift a few millimeters on the strongest thump, then settle naturally. Motion must feel engineered, geological, and museum-grade rather than explosive or fantastical. Maintain sharp typography and abundant negative space throughout. End on the identical fully settled frame and visual state as the opening so the video loops seamlessly with the audio." \
  width=1080 \
  height=1920 \
  fps=25
{
  "taskType": "videoInference",
  "taskUUID": "caaf2466-a861-43b6-b15b-2e2ad4cff922",
  "model": "lightricks:ltx@2.5-fast",
  "positivePrompt": "Create a premium 9:16 animated museum logo ident using the supplied reference image as the exact visual identity. Preserve the emblem geometry, mineral-white contour lines, vermilion fissure, basalt texture, centered composition, and the exact legibility and shape of the “CALDERA ARCHIVE” wordmark. Keep the camera locked and the background still. Drive every movement precisely from the supplied audio: the opening subterranean rumble produces an almost imperceptible vibration within the concentric contour lines; on the deep seismic thump, the rings compress inward once and release like a measured seismograph pulse; each of the four dry sensor clicks sends one clean vermilion signal around a successive contour ring; the mineral shimmer causes a restrained crystalline highlight to travel across the emblem and wordmark. Fine basalt dust may lift a few millimeters on the strongest thump, then settle naturally. Motion must feel engineered, geological, and museum-grade rather than explosive or fantastical. Maintain sharp typography and abundant negative space throughout. End on the identical fully settled frame and visual state as the opening so the video loops seamlessly with the audio.",
  "width": 1080,
  "height": 1920,
  "fps": 25
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "caaf2466-a861-43b6-b15b-2e2ad4cff922",
  "videoUUID": "98dcd634-2adf-4c46-8e2b-0ec0aee5df2c",
  "videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/98dcd634-2adf-4c46-8e2b-0ec0aee5df2c.mp4",
  "cost": 0.78
}