MODEL IDbytedance:2@2
live

Seedance 1.0 Pro Fast

ByteDance
by ByteDance

Seedance 1.0 Pro Fast accelerates the core Seedance pipeline for expressive dance and performance clips. It turns text prompts or reference images into smooth, cinematic motion with strong temporal consistency. Ideal for rapid iteration in creative tools and production workflows.

Seedance 1.0 Pro Fast
text-to-video

Sourdough Culture Archive Presenter

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:2@2',
  positivePrompt: 'Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.',
  width: 1248,
  height: 704,
  duration: 6
})
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:2@2",
            "positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
            "width": 1248,
            "height": 704,
            "duration": 6
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
      "model": "bytedance:2@2",
      "positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
      "width": 1248,
      "height": 704,
      "duration": 6
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts." \
  width=1248 \
  height=704 \
  duration=6
{
  "taskType": "videoInference",
  "taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
  "model": "bytedance:2@2",
  "positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
  "width": 1248,
  "height": 704,
  "duration": 6
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
  "videoUUID": "45ba12c2-97a4-4d17-abc5-a8490d7d80f8",
  "videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/45ba12c2-97a4-4d17-abc5-a8490d7d80f8.mp4",
  "seed": 1723959916,
  "cost": 0.08074209
}
text-to-video

Aquaculture Workwear Fashion Showcase Reel

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:2@2',
  positivePrompt: 'A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket\'s articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.',
  width: 1248,
  height: 704,
  duration: 6
})
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:2@2",
            "positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
            "width": 1248,
            "height": 704,
            "duration": 6
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
      "model": "bytedance:2@2",
      "positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
      "width": 1248,
      "height": 704,
      "duration": 6
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos." \
  width=1248 \
  height=704 \
  duration=6
{
  "taskType": "videoInference",
  "taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
  "model": "bytedance:2@2",
  "positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
  "width": 1248,
  "height": 704,
  "duration": 6
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
  "videoUUID": "d0ba6640-b3b0-40f8-99f6-2e29b2b2562d",
  "videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/d0ba6640-b3b0-40f8-99f6-2e29b2b2562d.mp4",
  "seed": 758457675,
  "cost": 0.08074209
}
first-frame

Glassblowing Workshop Social Reel

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:2@2',
  positivePrompt: 'Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.',
  resolution: '1080p',
  duration: 5,
  providerSettings: {
    bytedance: {
      cameraFixed: true
    }
  },
  inputs: {
    frameImages: [
      {
        frame: 'first',
        image: 'https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.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:2@2",
            "positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
            "resolution": "1080p",
            "duration": 5,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": True
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "frame": "first",
                        "image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.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": "4e552146-bf77-40ab-ab53-5c6586052f51",
      "model": "bytedance:2@2",
      "positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
      "resolution": "1080p",
      "duration": 5,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": true
        }
      },
      "inputs": {
        "frameImages": [
          {
            "frame": "first",
            "image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg"
          }
        ]
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text." \
  resolution=1080p \
  duration=5 \
  providerSettings.bytedance.cameraFixed=true \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg
{
  "taskType": "videoInference",
  "taskUUID": "4e552146-bf77-40ab-ab53-5c6586052f51",
  "model": "bytedance:2@2",
  "positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
  "resolution": "1080p",
  "duration": 5,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": true
    }
  },
  "inputs": {
    "frameImages": [
      {
        "frame": "first",
        "image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "4e552146-bf77-40ab-ab53-5c6586052f51",
  "videoUUID": "a7db898b-4e64-4396-bc78-f30e8c06c324",
  "videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/a7db898b-4e64-4396-bc78-f30e8c06c324.mp4",
  "seed": 1754858880,
  "cost": 0.16019916
}
first-frame

Tidal Sensor Network Logo Loop

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:2@2',
  positivePrompt: 'Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.',
  resolution: '1080p',
  duration: 5,
  providerSettings: {
    bytedance: {
      cameraFixed: true
    }
  },
  inputs: {
    frameImages: [
      'https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.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:2@2",
            "positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
            "resolution": "1080p",
            "duration": 5,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": True
                }
            },
            "inputs": {
                "frameImages": [
                    "https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.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": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
      "model": "bytedance:2@2",
      "positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
      "resolution": "1080p",
      "duration": 5,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": true
        }
      },
      "inputs": {
        "frameImages": [
          "https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg"
        ]
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion." \
  resolution=1080p \
  duration=5 \
  providerSettings.bytedance.cameraFixed=true \
  inputs.frameImages.0=https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg
{
  "taskType": "videoInference",
  "taskUUID": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
  "model": "bytedance:2@2",
  "positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
  "resolution": "1080p",
  "duration": 5,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": true
    }
  },
  "inputs": {
    "frameImages": [
      "https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
  "videoUUID": "f90e80b9-8371-447b-bb58-ff1783531b58",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/f90e80b9-8371-447b-bb58-ff1783531b58.mp4",
  "seed": 1863445538,
  "cost": 0.16019916
}
Text to Video

Moonlit Desert Festival Dancer

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:2@2',
  positivePrompt: 'A graceful contemporary dancer performing alone on a glowing circular stage at a moonlit desert festival, surrounded by suspended lanterns, silk banners fluttering in the warm night wind, distant dunes and a giant crescent moon on the horizon. Flowing iridescent costume with long translucent sleeves, elegant spins, sweeping arm lines, soft footwork kicking up sparkling dust, expressive face, cinematic lighting, teal and amber color palette, subtle haze, shallow depth of field, premium music-video aesthetic, smooth natural body motion, strong temporal consistency, highly detailed, atmospheric and mesmerizing.',
  width: 864,
  height: 480,
  duration: 6,
  seed: 21378,
  providerSettings: {
    bytedance: {
      cameraFixed: false
    }
  }
})
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:2@2",
            "positivePrompt": "A graceful contemporary dancer performing alone on a glowing circular stage at a moonlit desert festival, surrounded by suspended lanterns, silk banners fluttering in the warm night wind, distant dunes and a giant crescent moon on the horizon. Flowing iridescent costume with long translucent sleeves, elegant spins, sweeping arm lines, soft footwork kicking up sparkling dust, expressive face, cinematic lighting, teal and amber color palette, subtle haze, shallow depth of field, premium music-video aesthetic, smooth natural body motion, strong temporal consistency, highly detailed, atmospheric and mesmerizing.",
            "width": 864,
            "height": 480,
            "duration": 6,
            "seed": 21378,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "babd8ddd-2a98-4e8e-9f03-446426cec74c",
      "model": "bytedance:2@2",
      "positivePrompt": "A graceful contemporary dancer performing alone on a glowing circular stage at a moonlit desert festival, surrounded by suspended lanterns, silk banners fluttering in the warm night wind, distant dunes and a giant crescent moon on the horizon. Flowing iridescent costume with long translucent sleeves, elegant spins, sweeping arm lines, soft footwork kicking up sparkling dust, expressive face, cinematic lighting, teal and amber color palette, subtle haze, shallow depth of field, premium music-video aesthetic, smooth natural body motion, strong temporal consistency, highly detailed, atmospheric and mesmerizing.",
      "width": 864,
      "height": 480,
      "duration": 6,
      "seed": 21378,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": false
        }
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="A graceful contemporary dancer performing alone on a glowing circular stage at a moonlit desert festival, surrounded by suspended lanterns, silk banners fluttering in the warm night wind, distant dunes and a giant crescent moon on the horizon. Flowing iridescent costume with long translucent sleeves, elegant spins, sweeping arm lines, soft footwork kicking up sparkling dust, expressive face, cinematic lighting, teal and amber color palette, subtle haze, shallow depth of field, premium music-video aesthetic, smooth natural body motion, strong temporal consistency, highly detailed, atmospheric and mesmerizing." \
  width=864 \
  height=480 \
  duration=6 \
  seed=21378 \
  providerSettings.bytedance.cameraFixed=false
{
  "taskType": "videoInference",
  "taskUUID": "babd8ddd-2a98-4e8e-9f03-446426cec74c",
  "model": "bytedance:2@2",
  "positivePrompt": "A graceful contemporary dancer performing alone on a glowing circular stage at a moonlit desert festival, surrounded by suspended lanterns, silk banners fluttering in the warm night wind, distant dunes and a giant crescent moon on the horizon. Flowing iridescent costume with long translucent sleeves, elegant spins, sweeping arm lines, soft footwork kicking up sparkling dust, expressive face, cinematic lighting, teal and amber color palette, subtle haze, shallow depth of field, premium music-video aesthetic, smooth natural body motion, strong temporal consistency, highly detailed, atmospheric and mesmerizing.",
  "width": 864,
  "height": 480,
  "duration": 6,
  "seed": 21378,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": false
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "babd8ddd-2a98-4e8e-9f03-446426cec74c",
  "videoUUID": "94ca4ca1-ab5c-4559-abf5-861070a859ea",
  "videoURL": "https://vm.runware.ai/video/os/a13d12/ws/5/vi/94ca4ca1-ab5c-4559-abf5-861070a859ea.mp4",
  "seed": 21378,
  "cost": 0.03811
}
Text to Video

Moonlit Desert Festival Procession

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:2@2',
  positivePrompt: 'A cinematic wide-shot of a moonlit desert festival in a hidden oasis canyon, rows of lanterns swaying in the warm night air, a lead dancer in mirrored silk and jeweled veil performing fluid contemporary choreography along a shallow reflecting pool, followed by a procession of drummers and ribbon performers moving in synchronized patterns. Fine sand drifts through blue-silver moonbeams, palm shadows ripple across carved stone walls, embroidered fabrics shimmer, expressive body movement, elegant footwork, natural cloth physics, subtle dust trails, polished cinematic lighting, high temporal consistency, richly detailed environment, vibrant but refined color palette, immersive, graceful, hypnotic atmosphere.',
  width: 960,
  height: 416,
  duration: 6,
  seed: 74606,
  providerSettings: {
    bytedance: {
      cameraFixed: false
    }
  }
})
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:2@2",
            "positivePrompt": "A cinematic wide-shot of a moonlit desert festival in a hidden oasis canyon, rows of lanterns swaying in the warm night air, a lead dancer in mirrored silk and jeweled veil performing fluid contemporary choreography along a shallow reflecting pool, followed by a procession of drummers and ribbon performers moving in synchronized patterns. Fine sand drifts through blue-silver moonbeams, palm shadows ripple across carved stone walls, embroidered fabrics shimmer, expressive body movement, elegant footwork, natural cloth physics, subtle dust trails, polished cinematic lighting, high temporal consistency, richly detailed environment, vibrant but refined color palette, immersive, graceful, hypnotic atmosphere.",
            "width": 960,
            "height": 416,
            "duration": 6,
            "seed": 74606,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "59d02567-ead8-47ef-94c7-d04dfdcc78b7",
      "model": "bytedance:2@2",
      "positivePrompt": "A cinematic wide-shot of a moonlit desert festival in a hidden oasis canyon, rows of lanterns swaying in the warm night air, a lead dancer in mirrored silk and jeweled veil performing fluid contemporary choreography along a shallow reflecting pool, followed by a procession of drummers and ribbon performers moving in synchronized patterns. Fine sand drifts through blue-silver moonbeams, palm shadows ripple across carved stone walls, embroidered fabrics shimmer, expressive body movement, elegant footwork, natural cloth physics, subtle dust trails, polished cinematic lighting, high temporal consistency, richly detailed environment, vibrant but refined color palette, immersive, graceful, hypnotic atmosphere.",
      "width": 960,
      "height": 416,
      "duration": 6,
      "seed": 74606,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": false
        }
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="A cinematic wide-shot of a moonlit desert festival in a hidden oasis canyon, rows of lanterns swaying in the warm night air, a lead dancer in mirrored silk and jeweled veil performing fluid contemporary choreography along a shallow reflecting pool, followed by a procession of drummers and ribbon performers moving in synchronized patterns. Fine sand drifts through blue-silver moonbeams, palm shadows ripple across carved stone walls, embroidered fabrics shimmer, expressive body movement, elegant footwork, natural cloth physics, subtle dust trails, polished cinematic lighting, high temporal consistency, richly detailed environment, vibrant but refined color palette, immersive, graceful, hypnotic atmosphere." \
  width=960 \
  height=416 \
  duration=6 \
  seed=74606 \
  providerSettings.bytedance.cameraFixed=false
{
  "taskType": "videoInference",
  "taskUUID": "59d02567-ead8-47ef-94c7-d04dfdcc78b7",
  "model": "bytedance:2@2",
  "positivePrompt": "A cinematic wide-shot of a moonlit desert festival in a hidden oasis canyon, rows of lanterns swaying in the warm night air, a lead dancer in mirrored silk and jeweled veil performing fluid contemporary choreography along a shallow reflecting pool, followed by a procession of drummers and ribbon performers moving in synchronized patterns. Fine sand drifts through blue-silver moonbeams, palm shadows ripple across carved stone walls, embroidered fabrics shimmer, expressive body movement, elegant footwork, natural cloth physics, subtle dust trails, polished cinematic lighting, high temporal consistency, richly detailed environment, vibrant but refined color palette, immersive, graceful, hypnotic atmosphere.",
  "width": 960,
  "height": 416,
  "duration": 6,
  "seed": 74606,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": false
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "59d02567-ead8-47ef-94c7-d04dfdcc78b7",
  "videoUUID": "bd43de98-3a59-4468-b45a-4e5245461582",
  "videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/bd43de98-3a59-4468-b45a-4e5245461582.mp4",
  "seed": 74606,
  "cost": 0.0367
}
Image to Video

Moonlit Rooftop Flamenco Solo

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:2@2',
  positivePrompt: 'A passionate flamenco solo unfolding on a moonlit Spanish rooftop terrace. The dancer begins from the reference pose and flows into sharp footwork, proud posture, expressive arm arcs, precise hand flourishes, and a powerful turn that sends the layered red dress rippling in the night air. Warm lantern light glows against cool moonlight, casting dynamic shadows across the tiles. Cinematic performance energy, graceful fabric motion, realistic anatomy, strong temporal consistency, polished professional choreography, atmospheric and emotionally intense.',
  width: 864,
  height: 480,
  duration: 6,
  seed: 51013,
  providerSettings: {
    bytedance: {
      cameraFixed: false
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/1bf0a64a-8c92-4d8a-92b9-df422a4082c4.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:2@2",
            "positivePrompt": "A passionate flamenco solo unfolding on a moonlit Spanish rooftop terrace. The dancer begins from the reference pose and flows into sharp footwork, proud posture, expressive arm arcs, precise hand flourishes, and a powerful turn that sends the layered red dress rippling in the night air. Warm lantern light glows against cool moonlight, casting dynamic shadows across the tiles. Cinematic performance energy, graceful fabric motion, realistic anatomy, strong temporal consistency, polished professional choreography, atmospheric and emotionally intense.",
            "width": 864,
            "height": 480,
            "duration": 6,
            "seed": 51013,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": False
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/1bf0a64a-8c92-4d8a-92b9-df422a4082c4.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": "7c5a9bb5-c235-4430-b4de-4bf3dc2b6d87",
      "model": "bytedance:2@2",
      "positivePrompt": "A passionate flamenco solo unfolding on a moonlit Spanish rooftop terrace. The dancer begins from the reference pose and flows into sharp footwork, proud posture, expressive arm arcs, precise hand flourishes, and a powerful turn that sends the layered red dress rippling in the night air. Warm lantern light glows against cool moonlight, casting dynamic shadows across the tiles. Cinematic performance energy, graceful fabric motion, realistic anatomy, strong temporal consistency, polished professional choreography, atmospheric and emotionally intense.",
      "width": 864,
      "height": 480,
      "duration": 6,
      "seed": 51013,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": false
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/1bf0a64a-8c92-4d8a-92b9-df422a4082c4.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="A passionate flamenco solo unfolding on a moonlit Spanish rooftop terrace. The dancer begins from the reference pose and flows into sharp footwork, proud posture, expressive arm arcs, precise hand flourishes, and a powerful turn that sends the layered red dress rippling in the night air. Warm lantern light glows against cool moonlight, casting dynamic shadows across the tiles. Cinematic performance energy, graceful fabric motion, realistic anatomy, strong temporal consistency, polished professional choreography, atmospheric and emotionally intense." \
  width=864 \
  height=480 \
  duration=6 \
  seed=51013 \
  providerSettings.bytedance.cameraFixed=false \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/1bf0a64a-8c92-4d8a-92b9-df422a4082c4.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "7c5a9bb5-c235-4430-b4de-4bf3dc2b6d87",
  "model": "bytedance:2@2",
  "positivePrompt": "A passionate flamenco solo unfolding on a moonlit Spanish rooftop terrace. The dancer begins from the reference pose and flows into sharp footwork, proud posture, expressive arm arcs, precise hand flourishes, and a powerful turn that sends the layered red dress rippling in the night air. Warm lantern light glows against cool moonlight, casting dynamic shadows across the tiles. Cinematic performance energy, graceful fabric motion, realistic anatomy, strong temporal consistency, polished professional choreography, atmospheric and emotionally intense.",
  "width": 864,
  "height": 480,
  "duration": 6,
  "seed": 51013,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": false
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/1bf0a64a-8c92-4d8a-92b9-df422a4082c4.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "7c5a9bb5-c235-4430-b4de-4bf3dc2b6d87",
  "videoUUID": "4f63a6d4-801a-472d-9be0-895520d9a618",
  "videoURL": "https://vm.runware.ai/video/os/a14d18/ws/5/vi/4f63a6d4-801a-472d-9be0-895520d9a618.mp4",
  "seed": 51013,
  "cost": 0.03811
}
Text to Video

Moonlit Rooftop K-Pop Showcase

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:2@2',
  positivePrompt: 'A charismatic solo K-pop dancer performing on a moonlit rooftop stage above a futuristic Seoul skyline, shimmering LED floor reflections, silver and midnight-blue streetwear with subtle sequins, precise synchronized choreography with sharp arm lines, smooth footwork, confident facial expression, cinematic concert atmosphere, soft haze, cool neon signs in the distance, rim lighting, realistic human motion, polished music-video styling, high temporal consistency, detailed environment, fixed frontal camera, no camera movement',
  width: 864,
  height: 480,
  duration: 6,
  seed: 3032,
  providerSettings: {
    bytedance: {
      cameraFixed: 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:2@2",
            "positivePrompt": "A charismatic solo K-pop dancer performing on a moonlit rooftop stage above a futuristic Seoul skyline, shimmering LED floor reflections, silver and midnight-blue streetwear with subtle sequins, precise synchronized choreography with sharp arm lines, smooth footwork, confident facial expression, cinematic concert atmosphere, soft haze, cool neon signs in the distance, rim lighting, realistic human motion, polished music-video styling, high temporal consistency, detailed environment, fixed frontal camera, no camera movement",
            "width": 864,
            "height": 480,
            "duration": 6,
            "seed": 3032,
            "providerSettings": {
                "bytedance": {
                    "cameraFixed": 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": "79570092-b2dd-421a-8fb5-e91657e025ab",
      "model": "bytedance:2@2",
      "positivePrompt": "A charismatic solo K-pop dancer performing on a moonlit rooftop stage above a futuristic Seoul skyline, shimmering LED floor reflections, silver and midnight-blue streetwear with subtle sequins, precise synchronized choreography with sharp arm lines, smooth footwork, confident facial expression, cinematic concert atmosphere, soft haze, cool neon signs in the distance, rim lighting, realistic human motion, polished music-video styling, high temporal consistency, detailed environment, fixed frontal camera, no camera movement",
      "width": 864,
      "height": 480,
      "duration": 6,
      "seed": 3032,
      "providerSettings": {
        "bytedance": {
          "cameraFixed": true
        }
      }
    }
  ]'
runware run bytedance:2@2 \
  positivePrompt="A charismatic solo K-pop dancer performing on a moonlit rooftop stage above a futuristic Seoul skyline, shimmering LED floor reflections, silver and midnight-blue streetwear with subtle sequins, precise synchronized choreography with sharp arm lines, smooth footwork, confident facial expression, cinematic concert atmosphere, soft haze, cool neon signs in the distance, rim lighting, realistic human motion, polished music-video styling, high temporal consistency, detailed environment, fixed frontal camera, no camera movement" \
  width=864 \
  height=480 \
  duration=6 \
  seed=3032 \
  providerSettings.bytedance.cameraFixed=true
{
  "taskType": "videoInference",
  "taskUUID": "79570092-b2dd-421a-8fb5-e91657e025ab",
  "model": "bytedance:2@2",
  "positivePrompt": "A charismatic solo K-pop dancer performing on a moonlit rooftop stage above a futuristic Seoul skyline, shimmering LED floor reflections, silver and midnight-blue streetwear with subtle sequins, precise synchronized choreography with sharp arm lines, smooth footwork, confident facial expression, cinematic concert atmosphere, soft haze, cool neon signs in the distance, rim lighting, realistic human motion, polished music-video styling, high temporal consistency, detailed environment, fixed frontal camera, no camera movement",
  "width": 864,
  "height": 480,
  "duration": 6,
  "seed": 3032,
  "providerSettings": {
    "bytedance": {
      "cameraFixed": true
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "79570092-b2dd-421a-8fb5-e91657e025ab",
  "videoUUID": "a6650a58-9433-41eb-b9c6-6fdcc5ed84b8",
  "videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/a6650a58-9433-41eb-b9c6-6fdcc5ed84b8.mp4",
  "seed": 3032,
  "cost": 0.03811
}