live
MODEL IDbytedance:seedance@2.0-mini

Seedance 2.0 Mini

ByteDance
by

Seedance 2.0 Mini is a lighter variant in ByteDance's Seedance 2.0 video model family. It is positioned for teams that want the cinematic prompt understanding and multimodal generation style of Seedance 2.0 in a smaller, more iteration-friendly package. It is suited to fast concepting, quicker turnaround, and broader throughput when the full flagship model is not required.

Seedance 2.0 Mini

text-to-video

Hospital Pneumatic Tube Logistics B-Roll$0.408~1m 46s
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'A polished 5-second healthcare operations b-roll clip inside a modern hospital\'s pneumatic tube distribution room. Clear acrylic tubes curve through a dense, orderly network of brushed-steel junctions and cream-colored service panels beneath cool cyan utility lighting. A sealed cylindrical specimen carrier rushes into frame, visibly travels through the transparent tubing, pauses for a fraction of a second at an automated diverter, then shoots down a second branch as the mechanical gate snaps into position. Single continuous shot with a slow lateral camera dolly, medium-close framing, shallow but practical depth of field, crisp focus tracking the carrier, subtle reflections on the acrylic, restrained blue-gray palette, clean documentary realism, natural motion blur, no people, no logos, no readable labels, no on-screen text. Synchronized ambient sound: low ventilation hum, a rising pneumatic whoosh following the carrier, two precise mechanical clacks at the diverter, then a soft receding rush.',
  width: 1280,
  height: 720,
  duration: 5,
  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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "A polished 5-second healthcare operations b-roll clip inside a modern hospital's pneumatic tube distribution room. Clear acrylic tubes curve through a dense, orderly network of brushed-steel junctions and cream-colored service panels beneath cool cyan utility lighting. A sealed cylindrical specimen carrier rushes into frame, visibly travels through the transparent tubing, pauses for a fraction of a second at an automated diverter, then shoots down a second branch as the mechanical gate snaps into position. Single continuous shot with a slow lateral camera dolly, medium-close framing, shallow but practical depth of field, crisp focus tracking the carrier, subtle reflections on the acrylic, restrained blue-gray palette, clean documentary realism, natural motion blur, no people, no logos, no readable labels, no on-screen text. Synchronized ambient sound: low ventilation hum, a rising pneumatic whoosh following the carrier, two precise mechanical clacks at the diverter, then a soft receding rush.",
            "width": 1280,
            "height": 720,
            "duration": 5,
            "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": "6a43a09e-d135-4b75-b693-01e65ce8a88c",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "A polished 5-second healthcare operations b-roll clip inside a modern hospital's pneumatic tube distribution room. Clear acrylic tubes curve through a dense, orderly network of brushed-steel junctions and cream-colored service panels beneath cool cyan utility lighting. A sealed cylindrical specimen carrier rushes into frame, visibly travels through the transparent tubing, pauses for a fraction of a second at an automated diverter, then shoots down a second branch as the mechanical gate snaps into position. Single continuous shot with a slow lateral camera dolly, medium-close framing, shallow but practical depth of field, crisp focus tracking the carrier, subtle reflections on the acrylic, restrained blue-gray palette, clean documentary realism, natural motion blur, no people, no logos, no readable labels, no on-screen text. Synchronized ambient sound: low ventilation hum, a rising pneumatic whoosh following the carrier, two precise mechanical clacks at the diverter, then a soft receding rush.",
      "width": 1280,
      "height": 720,
      "duration": 5,
      "settings": {
        "audio": true
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="A polished 5-second healthcare operations b-roll clip inside a modern hospital's pneumatic tube distribution room. Clear acrylic tubes curve through a dense, orderly network of brushed-steel junctions and cream-colored service panels beneath cool cyan utility lighting. A sealed cylindrical specimen carrier rushes into frame, visibly travels through the transparent tubing, pauses for a fraction of a second at an automated diverter, then shoots down a second branch as the mechanical gate snaps into position. Single continuous shot with a slow lateral camera dolly, medium-close framing, shallow but practical depth of field, crisp focus tracking the carrier, subtle reflections on the acrylic, restrained blue-gray palette, clean documentary realism, natural motion blur, no people, no logos, no readable labels, no on-screen text. Synchronized ambient sound: low ventilation hum, a rising pneumatic whoosh following the carrier, two precise mechanical clacks at the diverter, then a soft receding rush." \
  width=1280 \
  height=720 \
  duration=5 \
  settings.audio=true
{
  "taskType": "videoInference",
  "taskUUID": "6a43a09e-d135-4b75-b693-01e65ce8a88c",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "A polished 5-second healthcare operations b-roll clip inside a modern hospital's pneumatic tube distribution room. Clear acrylic tubes curve through a dense, orderly network of brushed-steel junctions and cream-colored service panels beneath cool cyan utility lighting. A sealed cylindrical specimen carrier rushes into frame, visibly travels through the transparent tubing, pauses for a fraction of a second at an automated diverter, then shoots down a second branch as the mechanical gate snaps into position. Single continuous shot with a slow lateral camera dolly, medium-close framing, shallow but practical depth of field, crisp focus tracking the carrier, subtle reflections on the acrylic, restrained blue-gray palette, clean documentary realism, natural motion blur, no people, no logos, no readable labels, no on-screen text. Synchronized ambient sound: low ventilation hum, a rising pneumatic whoosh following the carrier, two precise mechanical clacks at the diverter, then a soft receding rush.",
  "width": 1280,
  "height": 720,
  "duration": 5,
  "settings": {
    "audio": true
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "6a43a09e-d135-4b75-b693-01e65ce8a88c",
  "videoUUID": "b556f84f-50e0-4db4-b642-0d0921edc01b",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/b556f84f-50e0-4db4-b642-0d0921edc01b.mp4",
  "seed": 745828595,
  "cost": 0.408375
}

first-frame

Sculptural Hearing Jewelry Reel$0.489~1m 50s
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Continue directly from the supplied first frame as one uninterrupted six-second luxury product shot. The model remains poised while slowly turning her head a few degrees toward the camera, keeping the cobalt hearing module and silver ear cuff fully visible. At the same time, the camera performs a smooth, restrained macro push-in with a slight orbit toward her ear, creating gentle parallax between her profile and the oxblood lacquer background. A narrow tangerine light travels naturally across the brushed silver, then catches the amber resin accent with a warm translucent glow; the matte cobalt housing retains its precise shape, color, scale, and anatomical placement throughout. Fine skin texture, tiny natural breathing movement, and one soft blink add realism. Her expression shifts subtly from neutral composure to quiet confidence. End on a clean close three-quarter profile with the complete hearing jewelry in sharp focus and her eye softly visible behind it. Premium fashion editorial art direction, elegant and understated, shallow depth of field, stable anatomy, realistic materials, no cuts, no transitions, no floating parts, no added accessories, no text, no logo. Synchronized sound: a restrained low electronic pulse with one delicate metallic chime as the light crosses the cuff.',
  resolution: '720p',
  duration: 6,
  settings: {
    audio: true
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/8e2a580a-7193-4630-aefb-3550faea0017.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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Continue directly from the supplied first frame as one uninterrupted six-second luxury product shot. The model remains poised while slowly turning her head a few degrees toward the camera, keeping the cobalt hearing module and silver ear cuff fully visible. At the same time, the camera performs a smooth, restrained macro push-in with a slight orbit toward her ear, creating gentle parallax between her profile and the oxblood lacquer background. A narrow tangerine light travels naturally across the brushed silver, then catches the amber resin accent with a warm translucent glow; the matte cobalt housing retains its precise shape, color, scale, and anatomical placement throughout. Fine skin texture, tiny natural breathing movement, and one soft blink add realism. Her expression shifts subtly from neutral composure to quiet confidence. End on a clean close three-quarter profile with the complete hearing jewelry in sharp focus and her eye softly visible behind it. Premium fashion editorial art direction, elegant and understated, shallow depth of field, stable anatomy, realistic materials, no cuts, no transitions, no floating parts, no added accessories, no text, no logo. Synchronized sound: a restrained low electronic pulse with one delicate metallic chime as the light crosses the cuff.",
            "resolution": "720p",
            "duration": 6,
            "settings": {
                "audio": True
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/8e2a580a-7193-4630-aefb-3550faea0017.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": "489e1964-df8c-421f-aa9a-2e92339c4afe",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Continue directly from the supplied first frame as one uninterrupted six-second luxury product shot. The model remains poised while slowly turning her head a few degrees toward the camera, keeping the cobalt hearing module and silver ear cuff fully visible. At the same time, the camera performs a smooth, restrained macro push-in with a slight orbit toward her ear, creating gentle parallax between her profile and the oxblood lacquer background. A narrow tangerine light travels naturally across the brushed silver, then catches the amber resin accent with a warm translucent glow; the matte cobalt housing retains its precise shape, color, scale, and anatomical placement throughout. Fine skin texture, tiny natural breathing movement, and one soft blink add realism. Her expression shifts subtly from neutral composure to quiet confidence. End on a clean close three-quarter profile with the complete hearing jewelry in sharp focus and her eye softly visible behind it. Premium fashion editorial art direction, elegant and understated, shallow depth of field, stable anatomy, realistic materials, no cuts, no transitions, no floating parts, no added accessories, no text, no logo. Synchronized sound: a restrained low electronic pulse with one delicate metallic chime as the light crosses the cuff.",
      "resolution": "720p",
      "duration": 6,
      "settings": {
        "audio": true
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/8e2a580a-7193-4630-aefb-3550faea0017.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Continue directly from the supplied first frame as one uninterrupted six-second luxury product shot. The model remains poised while slowly turning her head a few degrees toward the camera, keeping the cobalt hearing module and silver ear cuff fully visible. At the same time, the camera performs a smooth, restrained macro push-in with a slight orbit toward her ear, creating gentle parallax between her profile and the oxblood lacquer background. A narrow tangerine light travels naturally across the brushed silver, then catches the amber resin accent with a warm translucent glow; the matte cobalt housing retains its precise shape, color, scale, and anatomical placement throughout. Fine skin texture, tiny natural breathing movement, and one soft blink add realism. Her expression shifts subtly from neutral composure to quiet confidence. End on a clean close three-quarter profile with the complete hearing jewelry in sharp focus and her eye softly visible behind it. Premium fashion editorial art direction, elegant and understated, shallow depth of field, stable anatomy, realistic materials, no cuts, no transitions, no floating parts, no added accessories, no text, no logo. Synchronized sound: a restrained low electronic pulse with one delicate metallic chime as the light crosses the cuff." \
  resolution=720p \
  duration=6 \
  settings.audio=true \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/8e2a580a-7193-4630-aefb-3550faea0017.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "489e1964-df8c-421f-aa9a-2e92339c4afe",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Continue directly from the supplied first frame as one uninterrupted six-second luxury product shot. The model remains poised while slowly turning her head a few degrees toward the camera, keeping the cobalt hearing module and silver ear cuff fully visible. At the same time, the camera performs a smooth, restrained macro push-in with a slight orbit toward her ear, creating gentle parallax between her profile and the oxblood lacquer background. A narrow tangerine light travels naturally across the brushed silver, then catches the amber resin accent with a warm translucent glow; the matte cobalt housing retains its precise shape, color, scale, and anatomical placement throughout. Fine skin texture, tiny natural breathing movement, and one soft blink add realism. Her expression shifts subtly from neutral composure to quiet confidence. End on a clean close three-quarter profile with the complete hearing jewelry in sharp focus and her eye softly visible behind it. Premium fashion editorial art direction, elegant and understated, shallow depth of field, stable anatomy, realistic materials, no cuts, no transitions, no floating parts, no added accessories, no text, no logo. Synchronized sound: a restrained low electronic pulse with one delicate metallic chime as the light crosses the cuff.",
  "resolution": "720p",
  "duration": 6,
  "settings": {
    "audio": true
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/8e2a580a-7193-4630-aefb-3550faea0017.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "489e1964-df8c-421f-aa9a-2e92339c4afe",
  "videoUUID": "1a8b88bb-88fb-4595-80ce-c0e88134cf74",
  "videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/1a8b88bb-88fb-4595-80ce-c0e88134cf74.mp4",
  "seed": 1662939922,
  "cost": 0.489375
}

first-last-frame

Flood Forecasting Platform Logo Ident$0.303~1m 32s
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create an eight-second animated logo reveal for SILTLINE, a professional flood-risk forecasting platform. Begin exactly from the supplied first frame and finish exactly on the supplied last frame. Keep a locked, front-facing camera and preserve the deep ink-navy background, centered layout, line weights, electric-cyan palette, and single safety-orange accent throughout. Animate the existing topographic contours as a plausible continuous flow: cyan lines advance smoothly like elevation traces being plotted by a precision instrument, while the orange river-gauge line travels horizontally through them with a restrained scanning pulse. The contours bend, align, and compress without cuts, gradually defining the negative-space S-shaped river channel. Small plotted nodes briefly illuminate where contours intersect, then dissolve cleanly. During the final two seconds, the completed emblem settles at center and the exact uppercase wordmark SILTLINE draws on beneath it from left to right in a clean white sans-serif, ending sharp, stable, and fully legible on the supplied final frame. Sophisticated Swiss hydrology-data aesthetic, controlled vector motion, smooth easing, crisp edges, subtle bloom only, no camera movement, no scene change, no particles, no liquid simulation, no extra symbols, no tagline, no additional text, no interface elements, no mockup.',
  resolution: '480p',
  duration: 8,
  settings: {
    audio: false
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/1c52e660-7942-441d-9021-0db0c2102bb1.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/dc0eb59f-5f71-448d-8caf-8b2e3b90dff5.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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create an eight-second animated logo reveal for SILTLINE, a professional flood-risk forecasting platform. Begin exactly from the supplied first frame and finish exactly on the supplied last frame. Keep a locked, front-facing camera and preserve the deep ink-navy background, centered layout, line weights, electric-cyan palette, and single safety-orange accent throughout. Animate the existing topographic contours as a plausible continuous flow: cyan lines advance smoothly like elevation traces being plotted by a precision instrument, while the orange river-gauge line travels horizontally through them with a restrained scanning pulse. The contours bend, align, and compress without cuts, gradually defining the negative-space S-shaped river channel. Small plotted nodes briefly illuminate where contours intersect, then dissolve cleanly. During the final two seconds, the completed emblem settles at center and the exact uppercase wordmark SILTLINE draws on beneath it from left to right in a clean white sans-serif, ending sharp, stable, and fully legible on the supplied final frame. Sophisticated Swiss hydrology-data aesthetic, controlled vector motion, smooth easing, crisp edges, subtle bloom only, no camera movement, no scene change, no particles, no liquid simulation, no extra symbols, no tagline, no additional text, no interface elements, no mockup.",
            "resolution": "480p",
            "duration": 8,
            "settings": {
                "audio": False
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/1c52e660-7942-441d-9021-0db0c2102bb1.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/dc0eb59f-5f71-448d-8caf-8b2e3b90dff5.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": "9c46853d-ef0c-47d5-aeaf-85a3d383dcbc",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create an eight-second animated logo reveal for SILTLINE, a professional flood-risk forecasting platform. Begin exactly from the supplied first frame and finish exactly on the supplied last frame. Keep a locked, front-facing camera and preserve the deep ink-navy background, centered layout, line weights, electric-cyan palette, and single safety-orange accent throughout. Animate the existing topographic contours as a plausible continuous flow: cyan lines advance smoothly like elevation traces being plotted by a precision instrument, while the orange river-gauge line travels horizontally through them with a restrained scanning pulse. The contours bend, align, and compress without cuts, gradually defining the negative-space S-shaped river channel. Small plotted nodes briefly illuminate where contours intersect, then dissolve cleanly. During the final two seconds, the completed emblem settles at center and the exact uppercase wordmark SILTLINE draws on beneath it from left to right in a clean white sans-serif, ending sharp, stable, and fully legible on the supplied final frame. Sophisticated Swiss hydrology-data aesthetic, controlled vector motion, smooth easing, crisp edges, subtle bloom only, no camera movement, no scene change, no particles, no liquid simulation, no extra symbols, no tagline, no additional text, no interface elements, no mockup.",
      "resolution": "480p",
      "duration": 8,
      "settings": {
        "audio": false
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/1c52e660-7942-441d-9021-0db0c2102bb1.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/dc0eb59f-5f71-448d-8caf-8b2e3b90dff5.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create an eight-second animated logo reveal for SILTLINE, a professional flood-risk forecasting platform. Begin exactly from the supplied first frame and finish exactly on the supplied last frame. Keep a locked, front-facing camera and preserve the deep ink-navy background, centered layout, line weights, electric-cyan palette, and single safety-orange accent throughout. Animate the existing topographic contours as a plausible continuous flow: cyan lines advance smoothly like elevation traces being plotted by a precision instrument, while the orange river-gauge line travels horizontally through them with a restrained scanning pulse. The contours bend, align, and compress without cuts, gradually defining the negative-space S-shaped river channel. Small plotted nodes briefly illuminate where contours intersect, then dissolve cleanly. During the final two seconds, the completed emblem settles at center and the exact uppercase wordmark SILTLINE draws on beneath it from left to right in a clean white sans-serif, ending sharp, stable, and fully legible on the supplied final frame. Sophisticated Swiss hydrology-data aesthetic, controlled vector motion, smooth easing, crisp edges, subtle bloom only, no camera movement, no scene change, no particles, no liquid simulation, no extra symbols, no tagline, no additional text, no interface elements, no mockup." \
  resolution=480p \
  duration=8 \
  settings.audio=false \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/1c52e660-7942-441d-9021-0db0c2102bb1.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/dc0eb59f-5f71-448d-8caf-8b2e3b90dff5.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "9c46853d-ef0c-47d5-aeaf-85a3d383dcbc",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create an eight-second animated logo reveal for SILTLINE, a professional flood-risk forecasting platform. Begin exactly from the supplied first frame and finish exactly on the supplied last frame. Keep a locked, front-facing camera and preserve the deep ink-navy background, centered layout, line weights, electric-cyan palette, and single safety-orange accent throughout. Animate the existing topographic contours as a plausible continuous flow: cyan lines advance smoothly like elevation traces being plotted by a precision instrument, while the orange river-gauge line travels horizontally through them with a restrained scanning pulse. The contours bend, align, and compress without cuts, gradually defining the negative-space S-shaped river channel. Small plotted nodes briefly illuminate where contours intersect, then dissolve cleanly. During the final two seconds, the completed emblem settles at center and the exact uppercase wordmark SILTLINE draws on beneath it from left to right in a clean white sans-serif, ending sharp, stable, and fully legible on the supplied final frame. Sophisticated Swiss hydrology-data aesthetic, controlled vector motion, smooth easing, crisp edges, subtle bloom only, no camera movement, no scene change, no particles, no liquid simulation, no extra symbols, no tagline, no additional text, no interface elements, no mockup.",
  "resolution": "480p",
  "duration": 8,
  "settings": {
    "audio": false
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/1c52e660-7942-441d-9021-0db0c2102bb1.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/dc0eb59f-5f71-448d-8caf-8b2e3b90dff5.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "9c46853d-ef0c-47d5-aeaf-85a3d383dcbc",
  "videoUUID": "a9cfec9e-5f13-46ed-a7f2-dfb05bf7bf74",
  "videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/a9cfec9e-5f13-46ed-a7f2-dfb05bf7bf74.mp4",
  "seed": 790843673,
  "cost": 0.3028875
}

reference-to-video

Planetary Science Curator Update$0.813~1m 55s
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create a polished vertical talking-head science communication clip for a planetary research institute. The female meteorite curator speaks directly to the viewer from inside a pristine planetary materials laboratory, framed chest-up with comfortable portrait headroom. Use the reference image strictly for her visual identity, wardrobe, facial features, and the cobalt, charcoal, amber, and cool-blue laboratory art direction. Preserve her short dark curls, cobalt lab coat, warm authority, and the stainless-steel nitrogen glovebox visible over one shoulder. Use the reference video for performance and motion style: restrained natural hand gestures, subtle head movement, realistic blinking, confident eye contact, conversational delivery, stable posture, and a nearly imperceptible slow push-in. Use the reference audio as the exact spoken dialogue, vocal pacing, timing, and lip-sync guide. Her mouth movements must align naturally with every word. Begin with an attentive neutral expression, add a small open-palm gesture when mentioning Antarctic ice, briefly indicate the glovebox when saying nitrogen cabinet, then finish with a quiet, optimistic smile on planetary research. Photorealistic documentary cinematography, soft frontal key light, amber practical specimen light, cool blue laboratory depth, realistic skin texture, shallow depth of field, clean institutional mood, precise scientific credibility. Maintain one continuous shot with no cuts, no captions, no logos, no interface elements, no on-screen text, and no exaggerated gestures.',
  width: 720,
  height: 1280,
  duration: 10,
  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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create a polished vertical talking-head science communication clip for a planetary research institute. The female meteorite curator speaks directly to the viewer from inside a pristine planetary materials laboratory, framed chest-up with comfortable portrait headroom. Use the reference image strictly for her visual identity, wardrobe, facial features, and the cobalt, charcoal, amber, and cool-blue laboratory art direction. Preserve her short dark curls, cobalt lab coat, warm authority, and the stainless-steel nitrogen glovebox visible over one shoulder. Use the reference video for performance and motion style: restrained natural hand gestures, subtle head movement, realistic blinking, confident eye contact, conversational delivery, stable posture, and a nearly imperceptible slow push-in. Use the reference audio as the exact spoken dialogue, vocal pacing, timing, and lip-sync guide. Her mouth movements must align naturally with every word. Begin with an attentive neutral expression, add a small open-palm gesture when mentioning Antarctic ice, briefly indicate the glovebox when saying nitrogen cabinet, then finish with a quiet, optimistic smile on planetary research. Photorealistic documentary cinematography, soft frontal key light, amber practical specimen light, cool blue laboratory depth, realistic skin texture, shallow depth of field, clean institutional mood, precise scientific credibility. Maintain one continuous shot with no cuts, no captions, no logos, no interface elements, no on-screen text, and no exaggerated gestures.",
            "width": 720,
            "height": 1280,
            "duration": 10,
            "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": "fd608eeb-6540-4279-ab60-9b2d52d9d92d",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create a polished vertical talking-head science communication clip for a planetary research institute. The female meteorite curator speaks directly to the viewer from inside a pristine planetary materials laboratory, framed chest-up with comfortable portrait headroom. Use the reference image strictly for her visual identity, wardrobe, facial features, and the cobalt, charcoal, amber, and cool-blue laboratory art direction. Preserve her short dark curls, cobalt lab coat, warm authority, and the stainless-steel nitrogen glovebox visible over one shoulder. Use the reference video for performance and motion style: restrained natural hand gestures, subtle head movement, realistic blinking, confident eye contact, conversational delivery, stable posture, and a nearly imperceptible slow push-in. Use the reference audio as the exact spoken dialogue, vocal pacing, timing, and lip-sync guide. Her mouth movements must align naturally with every word. Begin with an attentive neutral expression, add a small open-palm gesture when mentioning Antarctic ice, briefly indicate the glovebox when saying nitrogen cabinet, then finish with a quiet, optimistic smile on planetary research. Photorealistic documentary cinematography, soft frontal key light, amber practical specimen light, cool blue laboratory depth, realistic skin texture, shallow depth of field, clean institutional mood, precise scientific credibility. Maintain one continuous shot with no cuts, no captions, no logos, no interface elements, no on-screen text, and no exaggerated gestures.",
      "width": 720,
      "height": 1280,
      "duration": 10,
      "settings": {
        "audio": true
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create a polished vertical talking-head science communication clip for a planetary research institute. The female meteorite curator speaks directly to the viewer from inside a pristine planetary materials laboratory, framed chest-up with comfortable portrait headroom. Use the reference image strictly for her visual identity, wardrobe, facial features, and the cobalt, charcoal, amber, and cool-blue laboratory art direction. Preserve her short dark curls, cobalt lab coat, warm authority, and the stainless-steel nitrogen glovebox visible over one shoulder. Use the reference video for performance and motion style: restrained natural hand gestures, subtle head movement, realistic blinking, confident eye contact, conversational delivery, stable posture, and a nearly imperceptible slow push-in. Use the reference audio as the exact spoken dialogue, vocal pacing, timing, and lip-sync guide. Her mouth movements must align naturally with every word. Begin with an attentive neutral expression, add a small open-palm gesture when mentioning Antarctic ice, briefly indicate the glovebox when saying nitrogen cabinet, then finish with a quiet, optimistic smile on planetary research. Photorealistic documentary cinematography, soft frontal key light, amber practical specimen light, cool blue laboratory depth, realistic skin texture, shallow depth of field, clean institutional mood, precise scientific credibility. Maintain one continuous shot with no cuts, no captions, no logos, no interface elements, no on-screen text, and no exaggerated gestures." \
  width=720 \
  height=1280 \
  duration=10 \
  settings.audio=true
{
  "taskType": "videoInference",
  "taskUUID": "fd608eeb-6540-4279-ab60-9b2d52d9d92d",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create a polished vertical talking-head science communication clip for a planetary research institute. The female meteorite curator speaks directly to the viewer from inside a pristine planetary materials laboratory, framed chest-up with comfortable portrait headroom. Use the reference image strictly for her visual identity, wardrobe, facial features, and the cobalt, charcoal, amber, and cool-blue laboratory art direction. Preserve her short dark curls, cobalt lab coat, warm authority, and the stainless-steel nitrogen glovebox visible over one shoulder. Use the reference video for performance and motion style: restrained natural hand gestures, subtle head movement, realistic blinking, confident eye contact, conversational delivery, stable posture, and a nearly imperceptible slow push-in. Use the reference audio as the exact spoken dialogue, vocal pacing, timing, and lip-sync guide. Her mouth movements must align naturally with every word. Begin with an attentive neutral expression, add a small open-palm gesture when mentioning Antarctic ice, briefly indicate the glovebox when saying nitrogen cabinet, then finish with a quiet, optimistic smile on planetary research. Photorealistic documentary cinematography, soft frontal key light, amber practical specimen light, cool blue laboratory depth, realistic skin texture, shallow depth of field, clean institutional mood, precise scientific credibility. Maintain one continuous shot with no cuts, no captions, no logos, no interface elements, no on-screen text, and no exaggerated gestures.",
  "width": 720,
  "height": 1280,
  "duration": 10,
  "settings": {
    "audio": true
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "fd608eeb-6540-4279-ab60-9b2d52d9d92d",
  "videoUUID": "f2e790bf-c283-438e-a589-f6a88ac306cd",
  "videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/f2e790bf-c283-438e-a589-f6a88ac306cd.mp4",
  "seed": 1916098550,
  "cost": 0.813375
}
Tidal Observatory Music Video Segment
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create a finished 12-second cinematic music-video performance shot for an ambient techno single inspired by coastal flood records. Preserve the musician\'s identity, shaved hairstyle and rust-orange waterproof wardrobe from reference image one, and faithfully use the tidal-observatory architecture and lighting character from reference image two. Begin with a symmetrical wide shot as the solitary musician stands beside the seawater opening and slowly draws a handheld contact microphone along the steel railing. The camera performs one smooth, deliberate dolly inward, reaching a waist-up composition by the final seconds. A distant swell sends water through the chamber below, producing moving teal reflections across the wet concrete walls and the performer\'s face; the sodium-amber utility lamp flickers once on the musical accent. Wind gently shifts the coat hem while every gesture remains restrained, purposeful and physically realistic. Moody petrol blue, oxidized copper and burnt orange palette, subtle 16mm film grain, soft halation around practical light, deep blacks, realistic skin texture, premium independent music-video cinematography. Continuous shot with coherent anatomy, stable architecture and natural water motion. No titles, lyrics, logos, captions or additional people.',
  width: 1280,
  height: 720,
  duration: 12,
  settings: {
    audio: false
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/45ab53c3-61e4-4399-afac-17382e2d4899.jpg',
      'https://assets.runware.ai/assets/inputs/277c26d8-ab83-43b9-a12f-dd2946199f28.jpg'
    ]
  }
})
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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create a finished 12-second cinematic music-video performance shot for an ambient techno single inspired by coastal flood records. Preserve the musician's identity, shaved hairstyle and rust-orange waterproof wardrobe from reference image one, and faithfully use the tidal-observatory architecture and lighting character from reference image two. Begin with a symmetrical wide shot as the solitary musician stands beside the seawater opening and slowly draws a handheld contact microphone along the steel railing. The camera performs one smooth, deliberate dolly inward, reaching a waist-up composition by the final seconds. A distant swell sends water through the chamber below, producing moving teal reflections across the wet concrete walls and the performer's face; the sodium-amber utility lamp flickers once on the musical accent. Wind gently shifts the coat hem while every gesture remains restrained, purposeful and physically realistic. Moody petrol blue, oxidized copper and burnt orange palette, subtle 16mm film grain, soft halation around practical light, deep blacks, realistic skin texture, premium independent music-video cinematography. Continuous shot with coherent anatomy, stable architecture and natural water motion. No titles, lyrics, logos, captions or additional people.",
            "width": 1280,
            "height": 720,
            "duration": 12,
            "settings": {
                "audio": False
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/45ab53c3-61e4-4399-afac-17382e2d4899.jpg",
                    "https://assets.runware.ai/assets/inputs/277c26d8-ab83-43b9-a12f-dd2946199f28.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "49f9feab-17ca-4030-a7ef-0b5681622ff4",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create a finished 12-second cinematic music-video performance shot for an ambient techno single inspired by coastal flood records. Preserve the musician's identity, shaved hairstyle and rust-orange waterproof wardrobe from reference image one, and faithfully use the tidal-observatory architecture and lighting character from reference image two. Begin with a symmetrical wide shot as the solitary musician stands beside the seawater opening and slowly draws a handheld contact microphone along the steel railing. The camera performs one smooth, deliberate dolly inward, reaching a waist-up composition by the final seconds. A distant swell sends water through the chamber below, producing moving teal reflections across the wet concrete walls and the performer's face; the sodium-amber utility lamp flickers once on the musical accent. Wind gently shifts the coat hem while every gesture remains restrained, purposeful and physically realistic. Moody petrol blue, oxidized copper and burnt orange palette, subtle 16mm film grain, soft halation around practical light, deep blacks, realistic skin texture, premium independent music-video cinematography. Continuous shot with coherent anatomy, stable architecture and natural water motion. No titles, lyrics, logos, captions or additional people.",
      "width": 1280,
      "height": 720,
      "duration": 12,
      "settings": {
        "audio": false
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/45ab53c3-61e4-4399-afac-17382e2d4899.jpg",
          "https://assets.runware.ai/assets/inputs/277c26d8-ab83-43b9-a12f-dd2946199f28.jpg"
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create a finished 12-second cinematic music-video performance shot for an ambient techno single inspired by coastal flood records. Preserve the musician's identity, shaved hairstyle and rust-orange waterproof wardrobe from reference image one, and faithfully use the tidal-observatory architecture and lighting character from reference image two. Begin with a symmetrical wide shot as the solitary musician stands beside the seawater opening and slowly draws a handheld contact microphone along the steel railing. The camera performs one smooth, deliberate dolly inward, reaching a waist-up composition by the final seconds. A distant swell sends water through the chamber below, producing moving teal reflections across the wet concrete walls and the performer's face; the sodium-amber utility lamp flickers once on the musical accent. Wind gently shifts the coat hem while every gesture remains restrained, purposeful and physically realistic. Moody petrol blue, oxidized copper and burnt orange palette, subtle 16mm film grain, soft halation around practical light, deep blacks, realistic skin texture, premium independent music-video cinematography. Continuous shot with coherent anatomy, stable architecture and natural water motion. No titles, lyrics, logos, captions or additional people." \
  width=1280 \
  height=720 \
  duration=12 \
  settings.audio=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/45ab53c3-61e4-4399-afac-17382e2d4899.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/277c26d8-ab83-43b9-a12f-dd2946199f28.jpg
{
  "taskType": "videoInference",
  "taskUUID": "49f9feab-17ca-4030-a7ef-0b5681622ff4",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create a finished 12-second cinematic music-video performance shot for an ambient techno single inspired by coastal flood records. Preserve the musician's identity, shaved hairstyle and rust-orange waterproof wardrobe from reference image one, and faithfully use the tidal-observatory architecture and lighting character from reference image two. Begin with a symmetrical wide shot as the solitary musician stands beside the seawater opening and slowly draws a handheld contact microphone along the steel railing. The camera performs one smooth, deliberate dolly inward, reaching a waist-up composition by the final seconds. A distant swell sends water through the chamber below, producing moving teal reflections across the wet concrete walls and the performer's face; the sodium-amber utility lamp flickers once on the musical accent. Wind gently shifts the coat hem while every gesture remains restrained, purposeful and physically realistic. Moody petrol blue, oxidized copper and burnt orange palette, subtle 16mm film grain, soft halation around practical light, deep blacks, realistic skin texture, premium independent music-video cinematography. Continuous shot with coherent anatomy, stable architecture and natural water motion. No titles, lyrics, logos, captions or additional people.",
  "width": 1280,
  "height": 720,
  "duration": 12,
  "settings": {
    "audio": false
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/45ab53c3-61e4-4399-afac-17382e2d4899.jpg",
      "https://assets.runware.ai/assets/inputs/277c26d8-ab83-43b9-a12f-dd2946199f28.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "49f9feab-17ca-4030-a7ef-0b5681622ff4",
  "videoUUID": "b616cc6d-f01f-4054-a176-ac471f307e7f",
  "videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/b616cc6d-f01f-4054-a176-ac471f307e7f.mp4",
  "seed": 443346236,
  "cost": 0.975375
}
Mycelium Packaging Press B-Roll
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create a single continuous documentary-style B-roll shot inside a small sustainable materials factory. Follow the reference video\'s slow lateral camera movement, action timing, and restrained industrial realism. A technician wearing clean forest-green work gloves opens a compact steel compression mold and carefully lifts out a freshly formed protective packaging corner made from pale ivory mycelium fibers. Fine organic texture and a trace of warm vapor are visible on the biodegradable part. Brushed metal machinery, stacked wooden molds, and softly blurred workshop shelving fill the background. Warm skylight mixes with cool overhead factory light, producing an earthy palette of ivory, muted green, rust, and steel gray. Begin with the closed mold in medium close-up, glide sideways as it opens, then settle on the intact molded component held above the press. Natural hand and machine movement, physically credible materials, shallow depth of field, subtle film grain, premium editorial sustainability footage, no logos, no text, no dramatic visual effects.',
  width: 1280,
  height: 720,
  duration: 8,
  settings: {
    audio: false
  },
  inputs: {
    referenceVideos: [
      'https://assets.runware.ai/assets/inputs/557cd9c6-41e1-473f-a16c-a4f1d3b45fd2.mp4'
    ]
  }
})
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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create a single continuous documentary-style B-roll shot inside a small sustainable materials factory. Follow the reference video's slow lateral camera movement, action timing, and restrained industrial realism. A technician wearing clean forest-green work gloves opens a compact steel compression mold and carefully lifts out a freshly formed protective packaging corner made from pale ivory mycelium fibers. Fine organic texture and a trace of warm vapor are visible on the biodegradable part. Brushed metal machinery, stacked wooden molds, and softly blurred workshop shelving fill the background. Warm skylight mixes with cool overhead factory light, producing an earthy palette of ivory, muted green, rust, and steel gray. Begin with the closed mold in medium close-up, glide sideways as it opens, then settle on the intact molded component held above the press. Natural hand and machine movement, physically credible materials, shallow depth of field, subtle film grain, premium editorial sustainability footage, no logos, no text, no dramatic visual effects.",
            "width": 1280,
            "height": 720,
            "duration": 8,
            "settings": {
                "audio": False
            },
            "inputs": {
                "referenceVideos": [
                    "https://assets.runware.ai/assets/inputs/557cd9c6-41e1-473f-a16c-a4f1d3b45fd2.mp4"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "887812cf-5ae3-4d0c-a47a-064a632b74b4",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create a single continuous documentary-style B-roll shot inside a small sustainable materials factory. Follow the reference video's slow lateral camera movement, action timing, and restrained industrial realism. A technician wearing clean forest-green work gloves opens a compact steel compression mold and carefully lifts out a freshly formed protective packaging corner made from pale ivory mycelium fibers. Fine organic texture and a trace of warm vapor are visible on the biodegradable part. Brushed metal machinery, stacked wooden molds, and softly blurred workshop shelving fill the background. Warm skylight mixes with cool overhead factory light, producing an earthy palette of ivory, muted green, rust, and steel gray. Begin with the closed mold in medium close-up, glide sideways as it opens, then settle on the intact molded component held above the press. Natural hand and machine movement, physically credible materials, shallow depth of field, subtle film grain, premium editorial sustainability footage, no logos, no text, no dramatic visual effects.",
      "width": 1280,
      "height": 720,
      "duration": 8,
      "settings": {
        "audio": false
      },
      "inputs": {
        "referenceVideos": [
          "https://assets.runware.ai/assets/inputs/557cd9c6-41e1-473f-a16c-a4f1d3b45fd2.mp4"
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create a single continuous documentary-style B-roll shot inside a small sustainable materials factory. Follow the reference video's slow lateral camera movement, action timing, and restrained industrial realism. A technician wearing clean forest-green work gloves opens a compact steel compression mold and carefully lifts out a freshly formed protective packaging corner made from pale ivory mycelium fibers. Fine organic texture and a trace of warm vapor are visible on the biodegradable part. Brushed metal machinery, stacked wooden molds, and softly blurred workshop shelving fill the background. Warm skylight mixes with cool overhead factory light, producing an earthy palette of ivory, muted green, rust, and steel gray. Begin with the closed mold in medium close-up, glide sideways as it opens, then settle on the intact molded component held above the press. Natural hand and machine movement, physically credible materials, shallow depth of field, subtle film grain, premium editorial sustainability footage, no logos, no text, no dramatic visual effects." \
  width=1280 \
  height=720 \
  duration=8 \
  settings.audio=false \
  inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/557cd9c6-41e1-473f-a16c-a4f1d3b45fd2.mp4
{
  "taskType": "videoInference",
  "taskUUID": "887812cf-5ae3-4d0c-a47a-064a632b74b4",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create a single continuous documentary-style B-roll shot inside a small sustainable materials factory. Follow the reference video's slow lateral camera movement, action timing, and restrained industrial realism. A technician wearing clean forest-green work gloves opens a compact steel compression mold and carefully lifts out a freshly formed protective packaging corner made from pale ivory mycelium fibers. Fine organic texture and a trace of warm vapor are visible on the biodegradable part. Brushed metal machinery, stacked wooden molds, and softly blurred workshop shelving fill the background. Warm skylight mixes with cool overhead factory light, producing an earthy palette of ivory, muted green, rust, and steel gray. Begin with the closed mold in medium close-up, glide sideways as it opens, then settle on the intact molded component held above the press. Natural hand and machine movement, physically credible materials, shallow depth of field, subtle film grain, premium editorial sustainability footage, no logos, no text, no dramatic visual effects.",
  "width": 1280,
  "height": 720,
  "duration": 8,
  "settings": {
    "audio": false
  },
  "inputs": {
    "referenceVideos": [
      "https://assets.runware.ai/assets/inputs/557cd9c6-41e1-473f-a16c-a4f1d3b45fd2.mp4"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "887812cf-5ae3-4d0c-a47a-064a632b74b4",
  "videoUUID": "9431fa3e-461e-4edf-8f12-f2eca3d448d1",
  "videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/9431fa3e-461e-4edf-8f12-f2eca3d448d1.mp4",
  "seed": 1679869804,
  "cost": 0.676359
}
Couture Beekeeper Suit Fashion Reel
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create a polished 10-second vertical fashion showcase reel using the reference image as the exact garment and styling guide. Preserve the ivory technical beekeeping suit, sculptural black mesh veil, bronze hardware, utility pockets, gloves, boots, proportions, and construction details consistently. Open with a low-angle full-body shot as the model walks slowly between real wooden beehives in a modern glasshouse apiary at golden hour. Cut to elegant macro close-ups of the mesh veil, reinforced stitching, sleeve articulation, pocket closures, and gloved hand brushing past wildflowers. Finish on a composed three-quarter hero pose while a few bees drift naturally through warm backlight. Editorial luxury fashion cinematography, restrained honey-gold and charcoal palette, crisp fabric texture, shallow depth of field, subtle handheld movement, smooth match cuts, realistic bees, calm confident performance, premium protective-workwear mood. No lettering, logos, captions, interface elements, or garment redesign.',
  width: 720,
  height: 1280,
  duration: 10,
  settings: {
    audio: true
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/e7c21ece-6515-4575-a4eb-103a216eaef9.jpg'
    ]
  }
})
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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create a polished 10-second vertical fashion showcase reel using the reference image as the exact garment and styling guide. Preserve the ivory technical beekeeping suit, sculptural black mesh veil, bronze hardware, utility pockets, gloves, boots, proportions, and construction details consistently. Open with a low-angle full-body shot as the model walks slowly between real wooden beehives in a modern glasshouse apiary at golden hour. Cut to elegant macro close-ups of the mesh veil, reinforced stitching, sleeve articulation, pocket closures, and gloved hand brushing past wildflowers. Finish on a composed three-quarter hero pose while a few bees drift naturally through warm backlight. Editorial luxury fashion cinematography, restrained honey-gold and charcoal palette, crisp fabric texture, shallow depth of field, subtle handheld movement, smooth match cuts, realistic bees, calm confident performance, premium protective-workwear mood. No lettering, logos, captions, interface elements, or garment redesign.",
            "width": 720,
            "height": 1280,
            "duration": 10,
            "settings": {
                "audio": True
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/e7c21ece-6515-4575-a4eb-103a216eaef9.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "7728f805-c15a-41b5-ba6e-5d11aa6b90c6",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create a polished 10-second vertical fashion showcase reel using the reference image as the exact garment and styling guide. Preserve the ivory technical beekeeping suit, sculptural black mesh veil, bronze hardware, utility pockets, gloves, boots, proportions, and construction details consistently. Open with a low-angle full-body shot as the model walks slowly between real wooden beehives in a modern glasshouse apiary at golden hour. Cut to elegant macro close-ups of the mesh veil, reinforced stitching, sleeve articulation, pocket closures, and gloved hand brushing past wildflowers. Finish on a composed three-quarter hero pose while a few bees drift naturally through warm backlight. Editorial luxury fashion cinematography, restrained honey-gold and charcoal palette, crisp fabric texture, shallow depth of field, subtle handheld movement, smooth match cuts, realistic bees, calm confident performance, premium protective-workwear mood. No lettering, logos, captions, interface elements, or garment redesign.",
      "width": 720,
      "height": 1280,
      "duration": 10,
      "settings": {
        "audio": true
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/e7c21ece-6515-4575-a4eb-103a216eaef9.jpg"
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create a polished 10-second vertical fashion showcase reel using the reference image as the exact garment and styling guide. Preserve the ivory technical beekeeping suit, sculptural black mesh veil, bronze hardware, utility pockets, gloves, boots, proportions, and construction details consistently. Open with a low-angle full-body shot as the model walks slowly between real wooden beehives in a modern glasshouse apiary at golden hour. Cut to elegant macro close-ups of the mesh veil, reinforced stitching, sleeve articulation, pocket closures, and gloved hand brushing past wildflowers. Finish on a composed three-quarter hero pose while a few bees drift naturally through warm backlight. Editorial luxury fashion cinematography, restrained honey-gold and charcoal palette, crisp fabric texture, shallow depth of field, subtle handheld movement, smooth match cuts, realistic bees, calm confident performance, premium protective-workwear mood. No lettering, logos, captions, interface elements, or garment redesign." \
  width=720 \
  height=1280 \
  duration=10 \
  settings.audio=true \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e7c21ece-6515-4575-a4eb-103a216eaef9.jpg
{
  "taskType": "videoInference",
  "taskUUID": "7728f805-c15a-41b5-ba6e-5d11aa6b90c6",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create a polished 10-second vertical fashion showcase reel using the reference image as the exact garment and styling guide. Preserve the ivory technical beekeeping suit, sculptural black mesh veil, bronze hardware, utility pockets, gloves, boots, proportions, and construction details consistently. Open with a low-angle full-body shot as the model walks slowly between real wooden beehives in a modern glasshouse apiary at golden hour. Cut to elegant macro close-ups of the mesh veil, reinforced stitching, sleeve articulation, pocket closures, and gloved hand brushing past wildflowers. Finish on a composed three-quarter hero pose while a few bees drift naturally through warm backlight. Editorial luxury fashion cinematography, restrained honey-gold and charcoal palette, crisp fabric texture, shallow depth of field, subtle handheld movement, smooth match cuts, realistic bees, calm confident performance, premium protective-workwear mood. No lettering, logos, captions, interface elements, or garment redesign.",
  "width": 720,
  "height": 1280,
  "duration": 10,
  "settings": {
    "audio": true
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/e7c21ece-6515-4575-a4eb-103a216eaef9.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "7728f805-c15a-41b5-ba6e-5d11aa6b90c6",
  "videoUUID": "ec85b0af-db71-4a63-bcee-589d71d06a28",
  "videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/ec85b0af-db71-4a63-bcee-589d71d06a28.mp4",
  "seed": 2140142930,
  "cost": 0.813375
}
Artisan Bell Foundry Logo Loop
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create an elegant seamless logo loop for a heritage artisan bell foundry, using the supplied identity plate as the exact opening frame. Keep the MORROW BELL FOUNDRY wordmark perfectly stable, sharp, centered, and fully legible throughout; do not alter, redraw, or add letters. Animate only the emblem and surface light: a warm highlight travels slowly across the brass contour lines, the bell’s clapper makes one restrained pendulum swing, and three subtle concentric vibration rings expand outward like precision sound-wave diagrams before contracting cleanly back into the emblem. Add delicate verdigris reflections and refined embossed-metal depth while preserving the flat graphic composition. Locked camera, square framing, matte charcoal background, premium museum-brand motion design, calm measured timing, no cuts, no particles, no extra symbols. End on the exact original supplied frame for a flawless continuous loop.',
  width: 960,
  height: 960,
  duration: 8,
  settings: {
    audio: false
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/457a583d-270f-4254-ac3f-e5e81cbcb118.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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create an elegant seamless logo loop for a heritage artisan bell foundry, using the supplied identity plate as the exact opening frame. Keep the MORROW BELL FOUNDRY wordmark perfectly stable, sharp, centered, and fully legible throughout; do not alter, redraw, or add letters. Animate only the emblem and surface light: a warm highlight travels slowly across the brass contour lines, the bell’s clapper makes one restrained pendulum swing, and three subtle concentric vibration rings expand outward like precision sound-wave diagrams before contracting cleanly back into the emblem. Add delicate verdigris reflections and refined embossed-metal depth while preserving the flat graphic composition. Locked camera, square framing, matte charcoal background, premium museum-brand motion design, calm measured timing, no cuts, no particles, no extra symbols. End on the exact original supplied frame for a flawless continuous loop.",
            "width": 960,
            "height": 960,
            "duration": 8,
            "settings": {
                "audio": False
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/457a583d-270f-4254-ac3f-e5e81cbcb118.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": "a5f26e4b-fdbd-449f-abac-c25e5ea4b03a",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create an elegant seamless logo loop for a heritage artisan bell foundry, using the supplied identity plate as the exact opening frame. Keep the MORROW BELL FOUNDRY wordmark perfectly stable, sharp, centered, and fully legible throughout; do not alter, redraw, or add letters. Animate only the emblem and surface light: a warm highlight travels slowly across the brass contour lines, the bell’s clapper makes one restrained pendulum swing, and three subtle concentric vibration rings expand outward like precision sound-wave diagrams before contracting cleanly back into the emblem. Add delicate verdigris reflections and refined embossed-metal depth while preserving the flat graphic composition. Locked camera, square framing, matte charcoal background, premium museum-brand motion design, calm measured timing, no cuts, no particles, no extra symbols. End on the exact original supplied frame for a flawless continuous loop.",
      "width": 960,
      "height": 960,
      "duration": 8,
      "settings": {
        "audio": false
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/457a583d-270f-4254-ac3f-e5e81cbcb118.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create an elegant seamless logo loop for a heritage artisan bell foundry, using the supplied identity plate as the exact opening frame. Keep the MORROW BELL FOUNDRY wordmark perfectly stable, sharp, centered, and fully legible throughout; do not alter, redraw, or add letters. Animate only the emblem and surface light: a warm highlight travels slowly across the brass contour lines, the bell’s clapper makes one restrained pendulum swing, and three subtle concentric vibration rings expand outward like precision sound-wave diagrams before contracting cleanly back into the emblem. Add delicate verdigris reflections and refined embossed-metal depth while preserving the flat graphic composition. Locked camera, square framing, matte charcoal background, premium museum-brand motion design, calm measured timing, no cuts, no particles, no extra symbols. End on the exact original supplied frame for a flawless continuous loop." \
  width=960 \
  height=960 \
  duration=8 \
  settings.audio=false \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/457a583d-270f-4254-ac3f-e5e81cbcb118.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "a5f26e4b-fdbd-449f-abac-c25e5ea4b03a",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create an elegant seamless logo loop for a heritage artisan bell foundry, using the supplied identity plate as the exact opening frame. Keep the MORROW BELL FOUNDRY wordmark perfectly stable, sharp, centered, and fully legible throughout; do not alter, redraw, or add letters. Animate only the emblem and surface light: a warm highlight travels slowly across the brass contour lines, the bell’s clapper makes one restrained pendulum swing, and three subtle concentric vibration rings expand outward like precision sound-wave diagrams before contracting cleanly back into the emblem. Add delicate verdigris reflections and refined embossed-metal depth while preserving the flat graphic composition. Locked camera, square framing, matte charcoal background, premium museum-brand motion design, calm measured timing, no cuts, no particles, no extra symbols. End on the exact original supplied frame for a flawless continuous loop.",
  "width": 960,
  "height": 960,
  "duration": 8,
  "settings": {
    "audio": false
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/457a583d-270f-4254-ac3f-e5e81cbcb118.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "a5f26e4b-fdbd-449f-abac-c25e5ea4b03a",
  "videoUUID": "f41995c9-4b21-4f2c-b89a-e1832ad81b25",
  "videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/f41995c9-4b21-4f2c-b89a-e1832ad81b25.mp4",
  "seed": 2006119139,
  "cost": 0.651375
}
Archival Book Vacuum Demo Clip
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: 'bytedance:seedance@2.0-mini',
  positivePrompt: 'Create a clear, realistic product explainer in one continuous close-up shot, transitioning precisely from the supplied opening frame to the supplied closing frame. A museum conservator demonstrates an unbranded low-suction archival micro-vacuum on the open rare book. The gloved thumb gently turns the small brass airflow dial, the soft mesh-covered brush nozzle lowers onto the dusty marbled endpaper, then travels slowly from left to right in one controlled pass. Fine loose dust lifts naturally into the transparent collection chamber while the paper remains perfectly flat and undamaged. Briefly reveal a clean-versus-dusty boundary to communicate the result, then lift the nozzle and park it beyond the page edge. Use a subtle lateral camera slide and restrained macro focus breathing while keeping the tool, hand, and page geometry stable. Soft museum inspection lighting, charcoal gray, ivory, muted sage, and aged-paper tones; calm instructional mood, physically accurate hand movement, premium documentary realism. No captions, logos, interface graphics, dramatic particles, page tearing, or abrupt cuts. Synchronized quiet motor hum, airflow, soft brush contact, and a gentle dial click; no music or speech.',
  width: 1280,
  height: 720,
  duration: 10,
  settings: {
    audio: true
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/6b0f724f-1b3b-4f4d-9967-dfa1b38c2498.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/9ff320e1-136d-416e-b750-8a869d6b09ae.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": "bytedance:seedance@2.0-mini",
            "positivePrompt": "Create a clear, realistic product explainer in one continuous close-up shot, transitioning precisely from the supplied opening frame to the supplied closing frame. A museum conservator demonstrates an unbranded low-suction archival micro-vacuum on the open rare book. The gloved thumb gently turns the small brass airflow dial, the soft mesh-covered brush nozzle lowers onto the dusty marbled endpaper, then travels slowly from left to right in one controlled pass. Fine loose dust lifts naturally into the transparent collection chamber while the paper remains perfectly flat and undamaged. Briefly reveal a clean-versus-dusty boundary to communicate the result, then lift the nozzle and park it beyond the page edge. Use a subtle lateral camera slide and restrained macro focus breathing while keeping the tool, hand, and page geometry stable. Soft museum inspection lighting, charcoal gray, ivory, muted sage, and aged-paper tones; calm instructional mood, physically accurate hand movement, premium documentary realism. No captions, logos, interface graphics, dramatic particles, page tearing, or abrupt cuts. Synchronized quiet motor hum, airflow, soft brush contact, and a gentle dial click; no music or speech.",
            "width": 1280,
            "height": 720,
            "duration": 10,
            "settings": {
                "audio": True
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/6b0f724f-1b3b-4f4d-9967-dfa1b38c2498.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/9ff320e1-136d-416e-b750-8a869d6b09ae.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": "57a02739-91d2-4c37-bc8f-e15b678f0b1a",
      "model": "bytedance:seedance@2.0-mini",
      "positivePrompt": "Create a clear, realistic product explainer in one continuous close-up shot, transitioning precisely from the supplied opening frame to the supplied closing frame. A museum conservator demonstrates an unbranded low-suction archival micro-vacuum on the open rare book. The gloved thumb gently turns the small brass airflow dial, the soft mesh-covered brush nozzle lowers onto the dusty marbled endpaper, then travels slowly from left to right in one controlled pass. Fine loose dust lifts naturally into the transparent collection chamber while the paper remains perfectly flat and undamaged. Briefly reveal a clean-versus-dusty boundary to communicate the result, then lift the nozzle and park it beyond the page edge. Use a subtle lateral camera slide and restrained macro focus breathing while keeping the tool, hand, and page geometry stable. Soft museum inspection lighting, charcoal gray, ivory, muted sage, and aged-paper tones; calm instructional mood, physically accurate hand movement, premium documentary realism. No captions, logos, interface graphics, dramatic particles, page tearing, or abrupt cuts. Synchronized quiet motor hum, airflow, soft brush contact, and a gentle dial click; no music or speech.",
      "width": 1280,
      "height": 720,
      "duration": 10,
      "settings": {
        "audio": true
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/6b0f724f-1b3b-4f4d-9967-dfa1b38c2498.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/9ff320e1-136d-416e-b750-8a869d6b09ae.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run bytedance:seedance@2.0-mini \
  positivePrompt="Create a clear, realistic product explainer in one continuous close-up shot, transitioning precisely from the supplied opening frame to the supplied closing frame. A museum conservator demonstrates an unbranded low-suction archival micro-vacuum on the open rare book. The gloved thumb gently turns the small brass airflow dial, the soft mesh-covered brush nozzle lowers onto the dusty marbled endpaper, then travels slowly from left to right in one controlled pass. Fine loose dust lifts naturally into the transparent collection chamber while the paper remains perfectly flat and undamaged. Briefly reveal a clean-versus-dusty boundary to communicate the result, then lift the nozzle and park it beyond the page edge. Use a subtle lateral camera slide and restrained macro focus breathing while keeping the tool, hand, and page geometry stable. Soft museum inspection lighting, charcoal gray, ivory, muted sage, and aged-paper tones; calm instructional mood, physically accurate hand movement, premium documentary realism. No captions, logos, interface graphics, dramatic particles, page tearing, or abrupt cuts. Synchronized quiet motor hum, airflow, soft brush contact, and a gentle dial click; no music or speech." \
  width=1280 \
  height=720 \
  duration=10 \
  settings.audio=true \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/6b0f724f-1b3b-4f4d-9967-dfa1b38c2498.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/9ff320e1-136d-416e-b750-8a869d6b09ae.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "57a02739-91d2-4c37-bc8f-e15b678f0b1a",
  "model": "bytedance:seedance@2.0-mini",
  "positivePrompt": "Create a clear, realistic product explainer in one continuous close-up shot, transitioning precisely from the supplied opening frame to the supplied closing frame. A museum conservator demonstrates an unbranded low-suction archival micro-vacuum on the open rare book. The gloved thumb gently turns the small brass airflow dial, the soft mesh-covered brush nozzle lowers onto the dusty marbled endpaper, then travels slowly from left to right in one controlled pass. Fine loose dust lifts naturally into the transparent collection chamber while the paper remains perfectly flat and undamaged. Briefly reveal a clean-versus-dusty boundary to communicate the result, then lift the nozzle and park it beyond the page edge. Use a subtle lateral camera slide and restrained macro focus breathing while keeping the tool, hand, and page geometry stable. Soft museum inspection lighting, charcoal gray, ivory, muted sage, and aged-paper tones; calm instructional mood, physically accurate hand movement, premium documentary realism. No captions, logos, interface graphics, dramatic particles, page tearing, or abrupt cuts. Synchronized quiet motor hum, airflow, soft brush contact, and a gentle dial click; no music or speech.",
  "width": 1280,
  "height": 720,
  "duration": 10,
  "settings": {
    "audio": true
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/6b0f724f-1b3b-4f4d-9967-dfa1b38c2498.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/9ff320e1-136d-416e-b750-8a869d6b09ae.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "57a02739-91d2-4c37-bc8f-e15b678f0b1a",
  "videoUUID": "cb168712-99ba-4fa5-960e-a58cbd5f6ec2",
  "videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/cb168712-99ba-4fa5-960e-a58cbd5f6ec2.mp4",
  "seed": 1347099272,
  "cost": 0.813375
}