live
MODEL IDminimax:2@1

MiniMax 01 Director

MiniMax
by

MiniMax 01 Director generates short cinematic video clips from text prompts with director level control. It supports detailed camera movement instructions, stable framing, and reduced motion randomness. Ideal for film previz, ads, and story beats inside production tools.

MiniMax 01 Director

text-to-video

Veterinary Blood Bank Symbol Loop$0.28~2m 45s
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: 'minimax:2@1',
  positivePrompt: 'A six-second seamless animated identity loop for a veterinary blood bank. On a warm ivory matte cyclorama, one polished ruby-red glass droplet floats at the exact center of the wide frame, casting a soft oval shadow. The camera begins in a precise overhead medium close-up and makes a slow, controlled push forward. A gentle heartbeat pulse travels through the droplet; four smaller coral-red droplets bud outward above it in smooth liquid motion, forming a clean, instantly readable paw-print logo. The completed paw symbol holds briefly with subtle internal refraction and a reassuring luminous glow. The motion then reverses elegantly: the four toe droplets merge back into the central ruby droplet as the camera pulls back along the identical path, ending on exactly the opening composition for a perfect loop. Premium medical-brand art direction, tactile glass material, oxblood and coral palette, diffuse studio lighting, restrained shadows, crisp silhouette, calm and compassionate mood. Stable symmetrical framing, no cuts, no splashes, no gore, no animals, no lettering or additional objects.',
  width: 1366,
  height: 768,
  duration: 6,
  fps: 25,
  providerSettings: {
    minimax: {
      promptOptimizer: 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": "minimax:2@1",
            "positivePrompt": "A six-second seamless animated identity loop for a veterinary blood bank. On a warm ivory matte cyclorama, one polished ruby-red glass droplet floats at the exact center of the wide frame, casting a soft oval shadow. The camera begins in a precise overhead medium close-up and makes a slow, controlled push forward. A gentle heartbeat pulse travels through the droplet; four smaller coral-red droplets bud outward above it in smooth liquid motion, forming a clean, instantly readable paw-print logo. The completed paw symbol holds briefly with subtle internal refraction and a reassuring luminous glow. The motion then reverses elegantly: the four toe droplets merge back into the central ruby droplet as the camera pulls back along the identical path, ending on exactly the opening composition for a perfect loop. Premium medical-brand art direction, tactile glass material, oxblood and coral palette, diffuse studio lighting, restrained shadows, crisp silhouette, calm and compassionate mood. Stable symmetrical framing, no cuts, no splashes, no gore, no animals, no lettering or additional objects.",
            "width": 1366,
            "height": 768,
            "duration": 6,
            "fps": 25,
            "providerSettings": {
                "minimax": {
                    "promptOptimizer": 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": "c0d3cb4a-5936-4cf9-a5b1-09083805aee3",
      "model": "minimax:2@1",
      "positivePrompt": "A six-second seamless animated identity loop for a veterinary blood bank. On a warm ivory matte cyclorama, one polished ruby-red glass droplet floats at the exact center of the wide frame, casting a soft oval shadow. The camera begins in a precise overhead medium close-up and makes a slow, controlled push forward. A gentle heartbeat pulse travels through the droplet; four smaller coral-red droplets bud outward above it in smooth liquid motion, forming a clean, instantly readable paw-print logo. The completed paw symbol holds briefly with subtle internal refraction and a reassuring luminous glow. The motion then reverses elegantly: the four toe droplets merge back into the central ruby droplet as the camera pulls back along the identical path, ending on exactly the opening composition for a perfect loop. Premium medical-brand art direction, tactile glass material, oxblood and coral palette, diffuse studio lighting, restrained shadows, crisp silhouette, calm and compassionate mood. Stable symmetrical framing, no cuts, no splashes, no gore, no animals, no lettering or additional objects.",
      "width": 1366,
      "height": 768,
      "duration": 6,
      "fps": 25,
      "providerSettings": {
        "minimax": {
          "promptOptimizer": true
        }
      }
    }
  ]'
runware run minimax:2@1 \
  positivePrompt="A six-second seamless animated identity loop for a veterinary blood bank. On a warm ivory matte cyclorama, one polished ruby-red glass droplet floats at the exact center of the wide frame, casting a soft oval shadow. The camera begins in a precise overhead medium close-up and makes a slow, controlled push forward. A gentle heartbeat pulse travels through the droplet; four smaller coral-red droplets bud outward above it in smooth liquid motion, forming a clean, instantly readable paw-print logo. The completed paw symbol holds briefly with subtle internal refraction and a reassuring luminous glow. The motion then reverses elegantly: the four toe droplets merge back into the central ruby droplet as the camera pulls back along the identical path, ending on exactly the opening composition for a perfect loop. Premium medical-brand art direction, tactile glass material, oxblood and coral palette, diffuse studio lighting, restrained shadows, crisp silhouette, calm and compassionate mood. Stable symmetrical framing, no cuts, no splashes, no gore, no animals, no lettering or additional objects." \
  width=1366 \
  height=768 \
  duration=6 \
  fps=25 \
  providerSettings.minimax.promptOptimizer=true
{
  "taskType": "videoInference",
  "taskUUID": "c0d3cb4a-5936-4cf9-a5b1-09083805aee3",
  "model": "minimax:2@1",
  "positivePrompt": "A six-second seamless animated identity loop for a veterinary blood bank. On a warm ivory matte cyclorama, one polished ruby-red glass droplet floats at the exact center of the wide frame, casting a soft oval shadow. The camera begins in a precise overhead medium close-up and makes a slow, controlled push forward. A gentle heartbeat pulse travels through the droplet; four smaller coral-red droplets bud outward above it in smooth liquid motion, forming a clean, instantly readable paw-print logo. The completed paw symbol holds briefly with subtle internal refraction and a reassuring luminous glow. The motion then reverses elegantly: the four toe droplets merge back into the central ruby droplet as the camera pulls back along the identical path, ending on exactly the opening composition for a perfect loop. Premium medical-brand art direction, tactile glass material, oxblood and coral palette, diffuse studio lighting, restrained shadows, crisp silhouette, calm and compassionate mood. Stable symmetrical framing, no cuts, no splashes, no gore, no animals, no lettering or additional objects.",
  "width": 1366,
  "height": 768,
  "duration": 6,
  "fps": 25,
  "providerSettings": {
    "minimax": {
      "promptOptimizer": true
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "c0d3cb4a-5936-4cf9-a5b1-09083805aee3",
  "videoUUID": "9e4705b0-2c88-4aa8-a03b-63ef47acbdd7",
  "videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/9e4705b0-2c88-4aa8-a03b-63ef47acbdd7.mp4",
  "seed": 1313514807,
  "cost": 0.28
}

text-to-video

Rooftop Apiary Honey Social Ad$0.28~2m 33s
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: 'minimax:2@1',
  positivePrompt: 'A cinematic six-second social media ad for locally harvested rooftop honey, presented as one continuous photorealistic shot. At blue-hour sunrise on a city rooftop apiary, a beekeeper in a clean cream canvas suit slowly tilts a wooden honeycomb frame above an open, unbranded glass jar. Thick golden honey gathers along the comb and falls in one luminous ribbon into the jar while a few bees drift naturally through the air. Begin with an extreme macro view of the glowing hexagonal comb and honey catching the first warm sunlight. The camera performs a smooth, controlled slider pullback with a slight arc, gradually revealing the beekeeper, neat wooden hives, herb planters, and a softly defocused skyline. Rack focus from the flowing honey to the beekeeper and rooftop setting, then settle on a polished medium hero composition with the jar in the foreground. Rich amber honey contrasted with cool cyan dawn, soft rim light, subtle lens bloom, premium documentary realism, restrained motion, stable framing, shallow depth of field, natural bee behavior. No logos, labels, captions, or on-screen text.',
  width: 1366,
  height: 768,
  duration: 6,
  fps: 25,
  providerSettings: {
    minimax: {
      promptOptimizer: 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": "minimax:2@1",
            "positivePrompt": "A cinematic six-second social media ad for locally harvested rooftop honey, presented as one continuous photorealistic shot. At blue-hour sunrise on a city rooftop apiary, a beekeeper in a clean cream canvas suit slowly tilts a wooden honeycomb frame above an open, unbranded glass jar. Thick golden honey gathers along the comb and falls in one luminous ribbon into the jar while a few bees drift naturally through the air. Begin with an extreme macro view of the glowing hexagonal comb and honey catching the first warm sunlight. The camera performs a smooth, controlled slider pullback with a slight arc, gradually revealing the beekeeper, neat wooden hives, herb planters, and a softly defocused skyline. Rack focus from the flowing honey to the beekeeper and rooftop setting, then settle on a polished medium hero composition with the jar in the foreground. Rich amber honey contrasted with cool cyan dawn, soft rim light, subtle lens bloom, premium documentary realism, restrained motion, stable framing, shallow depth of field, natural bee behavior. No logos, labels, captions, or on-screen text.",
            "width": 1366,
            "height": 768,
            "duration": 6,
            "fps": 25,
            "providerSettings": {
                "minimax": {
                    "promptOptimizer": 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": "d1f702e0-6948-4386-9a6a-2d66afba1876",
      "model": "minimax:2@1",
      "positivePrompt": "A cinematic six-second social media ad for locally harvested rooftop honey, presented as one continuous photorealistic shot. At blue-hour sunrise on a city rooftop apiary, a beekeeper in a clean cream canvas suit slowly tilts a wooden honeycomb frame above an open, unbranded glass jar. Thick golden honey gathers along the comb and falls in one luminous ribbon into the jar while a few bees drift naturally through the air. Begin with an extreme macro view of the glowing hexagonal comb and honey catching the first warm sunlight. The camera performs a smooth, controlled slider pullback with a slight arc, gradually revealing the beekeeper, neat wooden hives, herb planters, and a softly defocused skyline. Rack focus from the flowing honey to the beekeeper and rooftop setting, then settle on a polished medium hero composition with the jar in the foreground. Rich amber honey contrasted with cool cyan dawn, soft rim light, subtle lens bloom, premium documentary realism, restrained motion, stable framing, shallow depth of field, natural bee behavior. No logos, labels, captions, or on-screen text.",
      "width": 1366,
      "height": 768,
      "duration": 6,
      "fps": 25,
      "providerSettings": {
        "minimax": {
          "promptOptimizer": true
        }
      }
    }
  ]'
runware run minimax:2@1 \
  positivePrompt="A cinematic six-second social media ad for locally harvested rooftop honey, presented as one continuous photorealistic shot. At blue-hour sunrise on a city rooftop apiary, a beekeeper in a clean cream canvas suit slowly tilts a wooden honeycomb frame above an open, unbranded glass jar. Thick golden honey gathers along the comb and falls in one luminous ribbon into the jar while a few bees drift naturally through the air. Begin with an extreme macro view of the glowing hexagonal comb and honey catching the first warm sunlight. The camera performs a smooth, controlled slider pullback with a slight arc, gradually revealing the beekeeper, neat wooden hives, herb planters, and a softly defocused skyline. Rack focus from the flowing honey to the beekeeper and rooftop setting, then settle on a polished medium hero composition with the jar in the foreground. Rich amber honey contrasted with cool cyan dawn, soft rim light, subtle lens bloom, premium documentary realism, restrained motion, stable framing, shallow depth of field, natural bee behavior. No logos, labels, captions, or on-screen text." \
  width=1366 \
  height=768 \
  duration=6 \
  fps=25 \
  providerSettings.minimax.promptOptimizer=true
{
  "taskType": "videoInference",
  "taskUUID": "d1f702e0-6948-4386-9a6a-2d66afba1876",
  "model": "minimax:2@1",
  "positivePrompt": "A cinematic six-second social media ad for locally harvested rooftop honey, presented as one continuous photorealistic shot. At blue-hour sunrise on a city rooftop apiary, a beekeeper in a clean cream canvas suit slowly tilts a wooden honeycomb frame above an open, unbranded glass jar. Thick golden honey gathers along the comb and falls in one luminous ribbon into the jar while a few bees drift naturally through the air. Begin with an extreme macro view of the glowing hexagonal comb and honey catching the first warm sunlight. The camera performs a smooth, controlled slider pullback with a slight arc, gradually revealing the beekeeper, neat wooden hives, herb planters, and a softly defocused skyline. Rack focus from the flowing honey to the beekeeper and rooftop setting, then settle on a polished medium hero composition with the jar in the foreground. Rich amber honey contrasted with cool cyan dawn, soft rim light, subtle lens bloom, premium documentary realism, restrained motion, stable framing, shallow depth of field, natural bee behavior. No logos, labels, captions, or on-screen text.",
  "width": 1366,
  "height": 768,
  "duration": 6,
  "fps": 25,
  "providerSettings": {
    "minimax": {
      "promptOptimizer": true
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "d1f702e0-6948-4386-9a6a-2d66afba1876",
  "videoUUID": "b89d356d-72d0-424e-8752-5168bb1a07db",
  "videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/b89d356d-72d0-424e-8752-5168bb1a07db.mp4",
  "seed": 479471812,
  "cost": 0.28
}

first-frame

Geothermal Control Room Presenter Clip$0.28~2m 47s
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: 'minimax:2@1',
  positivePrompt: 'Continue seamlessly from the supplied first frame as a polished industrial documentary presenter clip. The geothermal engineer speaks directly to the audience with natural, clearly articulated mouth movement and confident eye contact. She raises the basalt core slightly while explaining it, turns it once between her gloved fingers, then makes one concise open-hand gesture before settling both hands. Preserve her face, clothing, proportions, and the core sample consistently. Behind her, wind pushes layered white steam slowly across the observation window while small cyan indicator lights pulse softly and reflections shift over the glass. The camera performs a very slow, stable dolly-in from a waist-up medium shot toward a chest-up framing, with subtle documentary handheld breathing but no shake. Warm key light remains steady on her face against the cool control-room glow. Serious, credible, calm scientific tone; realistic motion and restrained performance. Single continuous take, no cuts, no captions, no logos, no added graphics.',
  width: 1366,
  height: 768,
  duration: 6,
  fps: 25,
  inputs: {
    frameImages: [
      'https://assets.runware.ai/assets/inputs/0cc873b7-72ab-4e45-bb00-339c4c9c34de.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": "minimax:2@1",
            "positivePrompt": "Continue seamlessly from the supplied first frame as a polished industrial documentary presenter clip. The geothermal engineer speaks directly to the audience with natural, clearly articulated mouth movement and confident eye contact. She raises the basalt core slightly while explaining it, turns it once between her gloved fingers, then makes one concise open-hand gesture before settling both hands. Preserve her face, clothing, proportions, and the core sample consistently. Behind her, wind pushes layered white steam slowly across the observation window while small cyan indicator lights pulse softly and reflections shift over the glass. The camera performs a very slow, stable dolly-in from a waist-up medium shot toward a chest-up framing, with subtle documentary handheld breathing but no shake. Warm key light remains steady on her face against the cool control-room glow. Serious, credible, calm scientific tone; realistic motion and restrained performance. Single continuous take, no cuts, no captions, no logos, no added graphics.",
            "width": 1366,
            "height": 768,
            "duration": 6,
            "fps": 25,
            "inputs": {
                "frameImages": [
                    "https://assets.runware.ai/assets/inputs/0cc873b7-72ab-4e45-bb00-339c4c9c34de.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": "9ce13494-6f5c-4a09-a3a7-fa1e4b7c3999",
      "model": "minimax:2@1",
      "positivePrompt": "Continue seamlessly from the supplied first frame as a polished industrial documentary presenter clip. The geothermal engineer speaks directly to the audience with natural, clearly articulated mouth movement and confident eye contact. She raises the basalt core slightly while explaining it, turns it once between her gloved fingers, then makes one concise open-hand gesture before settling both hands. Preserve her face, clothing, proportions, and the core sample consistently. Behind her, wind pushes layered white steam slowly across the observation window while small cyan indicator lights pulse softly and reflections shift over the glass. The camera performs a very slow, stable dolly-in from a waist-up medium shot toward a chest-up framing, with subtle documentary handheld breathing but no shake. Warm key light remains steady on her face against the cool control-room glow. Serious, credible, calm scientific tone; realistic motion and restrained performance. Single continuous take, no cuts, no captions, no logos, no added graphics.",
      "width": 1366,
      "height": 768,
      "duration": 6,
      "fps": 25,
      "inputs": {
        "frameImages": [
          "https://assets.runware.ai/assets/inputs/0cc873b7-72ab-4e45-bb00-339c4c9c34de.jpg"
        ]
      }
    }
  ]'
runware run minimax:2@1 \
  positivePrompt="Continue seamlessly from the supplied first frame as a polished industrial documentary presenter clip. The geothermal engineer speaks directly to the audience with natural, clearly articulated mouth movement and confident eye contact. She raises the basalt core slightly while explaining it, turns it once between her gloved fingers, then makes one concise open-hand gesture before settling both hands. Preserve her face, clothing, proportions, and the core sample consistently. Behind her, wind pushes layered white steam slowly across the observation window while small cyan indicator lights pulse softly and reflections shift over the glass. The camera performs a very slow, stable dolly-in from a waist-up medium shot toward a chest-up framing, with subtle documentary handheld breathing but no shake. Warm key light remains steady on her face against the cool control-room glow. Serious, credible, calm scientific tone; realistic motion and restrained performance. Single continuous take, no cuts, no captions, no logos, no added graphics." \
  width=1366 \
  height=768 \
  duration=6 \
  fps=25 \
  inputs.frameImages.0=https://assets.runware.ai/assets/inputs/0cc873b7-72ab-4e45-bb00-339c4c9c34de.jpg
{
  "taskType": "videoInference",
  "taskUUID": "9ce13494-6f5c-4a09-a3a7-fa1e4b7c3999",
  "model": "minimax:2@1",
  "positivePrompt": "Continue seamlessly from the supplied first frame as a polished industrial documentary presenter clip. The geothermal engineer speaks directly to the audience with natural, clearly articulated mouth movement and confident eye contact. She raises the basalt core slightly while explaining it, turns it once between her gloved fingers, then makes one concise open-hand gesture before settling both hands. Preserve her face, clothing, proportions, and the core sample consistently. Behind her, wind pushes layered white steam slowly across the observation window while small cyan indicator lights pulse softly and reflections shift over the glass. The camera performs a very slow, stable dolly-in from a waist-up medium shot toward a chest-up framing, with subtle documentary handheld breathing but no shake. Warm key light remains steady on her face against the cool control-room glow. Serious, credible, calm scientific tone; realistic motion and restrained performance. Single continuous take, no cuts, no captions, no logos, no added graphics.",
  "width": 1366,
  "height": 768,
  "duration": 6,
  "fps": 25,
  "inputs": {
    "frameImages": [
      "https://assets.runware.ai/assets/inputs/0cc873b7-72ab-4e45-bb00-339c4c9c34de.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "9ce13494-6f5c-4a09-a3a7-fa1e4b7c3999",
  "videoUUID": "6822db4b-12b4-483b-af4a-404787eeab25",
  "videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/6822db4b-12b4-483b-af4a-404787eeab25.mp4",
  "seed": 913252413,
  "cost": 0.28
}

first-frame

Tidal Workwear Fashion Showcase$0.28~2m 56s
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: 'minimax:2@1',
  positivePrompt: 'Continue directly from the supplied first frame as one controlled fashion showcase shot. The model takes two deliberate strides through the shallow tidal water, keeping a poised editorial posture while the mercury-gray waders flex naturally at the knees and the sculptural storm shell responds to the wind. Each bootfall sends a clean fan of droplets outward; concentric ripples travel across the reflective surface. The shell\'s back vent lifts and settles, hood tabs flutter, and the single safety-orange seam briefly catches the amber rim light. Eelgrass streams in the same crosswind and low clouds drift subtly behind the model. Use a smooth low-angle lateral tracking move that curves from the model\'s front three-quarter view toward their side, maintaining full-body framing before easing closer to a knee-up product hero composition. Stable horizon, restrained slow-motion feel, realistic fabric weight, consistent garment construction and facial identity, crisp waterproof textures, cool steel-blue grading with a narrow warm sunrise edge. End with the model planted confidently as droplets fall and the fabric settles. No cuts, text, logos, wardrobe changes, morphing or camera shake.',
  width: 1366,
  height: 768,
  duration: 6,
  fps: 25,
  inputs: {
    frameImages: [
      'https://assets.runware.ai/assets/inputs/c79ac226-3f01-4411-97d7-9964ffc64c96.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": "minimax:2@1",
            "positivePrompt": "Continue directly from the supplied first frame as one controlled fashion showcase shot. The model takes two deliberate strides through the shallow tidal water, keeping a poised editorial posture while the mercury-gray waders flex naturally at the knees and the sculptural storm shell responds to the wind. Each bootfall sends a clean fan of droplets outward; concentric ripples travel across the reflective surface. The shell's back vent lifts and settles, hood tabs flutter, and the single safety-orange seam briefly catches the amber rim light. Eelgrass streams in the same crosswind and low clouds drift subtly behind the model. Use a smooth low-angle lateral tracking move that curves from the model's front three-quarter view toward their side, maintaining full-body framing before easing closer to a knee-up product hero composition. Stable horizon, restrained slow-motion feel, realistic fabric weight, consistent garment construction and facial identity, crisp waterproof textures, cool steel-blue grading with a narrow warm sunrise edge. End with the model planted confidently as droplets fall and the fabric settles. No cuts, text, logos, wardrobe changes, morphing or camera shake.",
            "width": 1366,
            "height": 768,
            "duration": 6,
            "fps": 25,
            "inputs": {
                "frameImages": [
                    "https://assets.runware.ai/assets/inputs/c79ac226-3f01-4411-97d7-9964ffc64c96.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": "da5e1e9d-76a1-4bf1-b97f-d2f791d303a7",
      "model": "minimax:2@1",
      "positivePrompt": "Continue directly from the supplied first frame as one controlled fashion showcase shot. The model takes two deliberate strides through the shallow tidal water, keeping a poised editorial posture while the mercury-gray waders flex naturally at the knees and the sculptural storm shell responds to the wind. Each bootfall sends a clean fan of droplets outward; concentric ripples travel across the reflective surface. The shell's back vent lifts and settles, hood tabs flutter, and the single safety-orange seam briefly catches the amber rim light. Eelgrass streams in the same crosswind and low clouds drift subtly behind the model. Use a smooth low-angle lateral tracking move that curves from the model's front three-quarter view toward their side, maintaining full-body framing before easing closer to a knee-up product hero composition. Stable horizon, restrained slow-motion feel, realistic fabric weight, consistent garment construction and facial identity, crisp waterproof textures, cool steel-blue grading with a narrow warm sunrise edge. End with the model planted confidently as droplets fall and the fabric settles. No cuts, text, logos, wardrobe changes, morphing or camera shake.",
      "width": 1366,
      "height": 768,
      "duration": 6,
      "fps": 25,
      "inputs": {
        "frameImages": [
          "https://assets.runware.ai/assets/inputs/c79ac226-3f01-4411-97d7-9964ffc64c96.jpg"
        ]
      }
    }
  ]'
runware run minimax:2@1 \
  positivePrompt="Continue directly from the supplied first frame as one controlled fashion showcase shot. The model takes two deliberate strides through the shallow tidal water, keeping a poised editorial posture while the mercury-gray waders flex naturally at the knees and the sculptural storm shell responds to the wind. Each bootfall sends a clean fan of droplets outward; concentric ripples travel across the reflective surface. The shell's back vent lifts and settles, hood tabs flutter, and the single safety-orange seam briefly catches the amber rim light. Eelgrass streams in the same crosswind and low clouds drift subtly behind the model. Use a smooth low-angle lateral tracking move that curves from the model's front three-quarter view toward their side, maintaining full-body framing before easing closer to a knee-up product hero composition. Stable horizon, restrained slow-motion feel, realistic fabric weight, consistent garment construction and facial identity, crisp waterproof textures, cool steel-blue grading with a narrow warm sunrise edge. End with the model planted confidently as droplets fall and the fabric settles. No cuts, text, logos, wardrobe changes, morphing or camera shake." \
  width=1366 \
  height=768 \
  duration=6 \
  fps=25 \
  inputs.frameImages.0=https://assets.runware.ai/assets/inputs/c79ac226-3f01-4411-97d7-9964ffc64c96.jpg
{
  "taskType": "videoInference",
  "taskUUID": "da5e1e9d-76a1-4bf1-b97f-d2f791d303a7",
  "model": "minimax:2@1",
  "positivePrompt": "Continue directly from the supplied first frame as one controlled fashion showcase shot. The model takes two deliberate strides through the shallow tidal water, keeping a poised editorial posture while the mercury-gray waders flex naturally at the knees and the sculptural storm shell responds to the wind. Each bootfall sends a clean fan of droplets outward; concentric ripples travel across the reflective surface. The shell's back vent lifts and settles, hood tabs flutter, and the single safety-orange seam briefly catches the amber rim light. Eelgrass streams in the same crosswind and low clouds drift subtly behind the model. Use a smooth low-angle lateral tracking move that curves from the model's front three-quarter view toward their side, maintaining full-body framing before easing closer to a knee-up product hero composition. Stable horizon, restrained slow-motion feel, realistic fabric weight, consistent garment construction and facial identity, crisp waterproof textures, cool steel-blue grading with a narrow warm sunrise edge. End with the model planted confidently as droplets fall and the fabric settles. No cuts, text, logos, wardrobe changes, morphing or camera shake.",
  "width": 1366,
  "height": 768,
  "duration": 6,
  "fps": 25,
  "inputs": {
    "frameImages": [
      "https://assets.runware.ai/assets/inputs/c79ac226-3f01-4411-97d7-9964ffc64c96.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "da5e1e9d-76a1-4bf1-b97f-d2f791d303a7",
  "videoUUID": "b913c07a-fb94-4b79-b542-9dd7248ed200",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/b913c07a-fb94-4b79-b542-9dd7248ed200.mp4",
  "seed": 1370987525,
  "cost": 0.28
}