MiniMax 01 Live

MiniMax 01 Live generates short stylized videos from static anime art. It focuses on expressive character motion with consistent details. Use it to turn illustrations or manga panels into dynamic clips suitable for cutscenes, social posts, or prototype shots.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples8
CODE
Ready-to-use code snippets for common workflows
Climate Documentary Series Title Sequence
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@3',
positivePrompt: 'Continue directly from the supplied keyframe as one unbroken cinematic shot. The camera glides slowly forward between the foreground seed canisters, creating layered parallax as frost crystals catch the amber warning light. Chilled vapor curls across the reflective floor; inventory tags tremble gently in the ventilation draft. The archivist’s coat hem and loose hair move subtly as she takes one measured breath, looks toward the vault, and presses her palm to the locking plate. Concentric rings rotate with heavy precision while amber lights travel around the door. The camera eases past her shoulder as the vault opens into profound darkness; a few pale apple blossoms drift outward on cold air. Inside the dark circular opening, the refined narrow-capital title “THE LAST ORCHARD” gradually becomes visible in soft ivory light. Preserve the hand-painted anime rendering, character identity, costume details, restrained glacial-cyan and rust palette, stable geometry, serious documentary mood, and smooth deliberate motion.',
width: 1366,
height: 768,
duration: 6,
fps: 25,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/b5c147fe-1431-47f3-9fea-f48343f42616.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@3",
"positivePrompt": "Continue directly from the supplied keyframe as one unbroken cinematic shot. The camera glides slowly forward between the foreground seed canisters, creating layered parallax as frost crystals catch the amber warning light. Chilled vapor curls across the reflective floor; inventory tags tremble gently in the ventilation draft. The archivist’s coat hem and loose hair move subtly as she takes one measured breath, looks toward the vault, and presses her palm to the locking plate. Concentric rings rotate with heavy precision while amber lights travel around the door. The camera eases past her shoulder as the vault opens into profound darkness; a few pale apple blossoms drift outward on cold air. Inside the dark circular opening, the refined narrow-capital title “THE LAST ORCHARD” gradually becomes visible in soft ivory light. Preserve the hand-painted anime rendering, character identity, costume details, restrained glacial-cyan and rust palette, stable geometry, serious documentary mood, and smooth deliberate motion.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/b5c147fe-1431-47f3-9fea-f48343f42616.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": "63cf2f96-e66a-440d-a546-d874797e63dc",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied keyframe as one unbroken cinematic shot. The camera glides slowly forward between the foreground seed canisters, creating layered parallax as frost crystals catch the amber warning light. Chilled vapor curls across the reflective floor; inventory tags tremble gently in the ventilation draft. The archivist’s coat hem and loose hair move subtly as she takes one measured breath, looks toward the vault, and presses her palm to the locking plate. Concentric rings rotate with heavy precision while amber lights travel around the door. The camera eases past her shoulder as the vault opens into profound darkness; a few pale apple blossoms drift outward on cold air. Inside the dark circular opening, the refined narrow-capital title “THE LAST ORCHARD” gradually becomes visible in soft ivory light. Preserve the hand-painted anime rendering, character identity, costume details, restrained glacial-cyan and rust palette, stable geometry, serious documentary mood, and smooth deliberate motion.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/b5c147fe-1431-47f3-9fea-f48343f42616.jpg"
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Continue directly from the supplied keyframe as one unbroken cinematic shot. The camera glides slowly forward between the foreground seed canisters, creating layered parallax as frost crystals catch the amber warning light. Chilled vapor curls across the reflective floor; inventory tags tremble gently in the ventilation draft. The archivist’s coat hem and loose hair move subtly as she takes one measured breath, looks toward the vault, and presses her palm to the locking plate. Concentric rings rotate with heavy precision while amber lights travel around the door. The camera eases past her shoulder as the vault opens into profound darkness; a few pale apple blossoms drift outward on cold air. Inside the dark circular opening, the refined narrow-capital title “THE LAST ORCHARD” gradually becomes visible in soft ivory light. Preserve the hand-painted anime rendering, character identity, costume details, restrained glacial-cyan and rust palette, stable geometry, serious documentary mood, and smooth deliberate motion." \
width=1366 \
height=768 \
duration=6 \
fps=25 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/b5c147fe-1431-47f3-9fea-f48343f42616.jpg{
"taskType": "videoInference",
"taskUUID": "63cf2f96-e66a-440d-a546-d874797e63dc",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied keyframe as one unbroken cinematic shot. The camera glides slowly forward between the foreground seed canisters, creating layered parallax as frost crystals catch the amber warning light. Chilled vapor curls across the reflective floor; inventory tags tremble gently in the ventilation draft. The archivist’s coat hem and loose hair move subtly as she takes one measured breath, looks toward the vault, and presses her palm to the locking plate. Concentric rings rotate with heavy precision while amber lights travel around the door. The camera eases past her shoulder as the vault opens into profound darkness; a few pale apple blossoms drift outward on cold air. Inside the dark circular opening, the refined narrow-capital title “THE LAST ORCHARD” gradually becomes visible in soft ivory light. Preserve the hand-painted anime rendering, character identity, costume details, restrained glacial-cyan and rust palette, stable geometry, serious documentary mood, and smooth deliberate motion.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/b5c147fe-1431-47f3-9fea-f48343f42616.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "63cf2f96-e66a-440d-a546-d874797e63dc",
"videoUUID": "b1683eee-051e-4bb8-904d-5b108fb0c5df",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/b1683eee-051e-4bb8-904d-5b108fb0c5df.mp4",
"seed": 977378546,
"cost": 0.28
}Rare Manuscript Conservation B-Roll
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@3',
positivePrompt: 'Continue directly from the supplied first frame as one uninterrupted museum-documentary b-roll shot. Preserve the conservator, manuscript, clothing, worktable, lighting, palette, and exact room composition. She lowers the soft brush onto the parchment and makes one slow, controlled sweep toward the outer margin while her other gloved hand gently steadies the page. Her eyes follow the bristles; she blinks once and breathes naturally. A few loosened dust particles rise into the warm task-light beam, the page corner responds with a barely perceptible flutter, and a distant window curtain shifts softly. Add a restrained, smooth camera push-in with slight lateral parallax, keeping the manuscript and her hands clearly visible. Quiet, precise professional movement, stable anatomy and object details, refined hand-painted anime motion, no cuts, no sudden action, no legible text.',
width: 1366,
height: 768,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/2c190c10-e567-4433-9e84-266dd70dac9f.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@3",
"positivePrompt": "Continue directly from the supplied first frame as one uninterrupted museum-documentary b-roll shot. Preserve the conservator, manuscript, clothing, worktable, lighting, palette, and exact room composition. She lowers the soft brush onto the parchment and makes one slow, controlled sweep toward the outer margin while her other gloved hand gently steadies the page. Her eyes follow the bristles; she blinks once and breathes naturally. A few loosened dust particles rise into the warm task-light beam, the page corner responds with a barely perceptible flutter, and a distant window curtain shifts softly. Add a restrained, smooth camera push-in with slight lateral parallax, keeping the manuscript and her hands clearly visible. Quiet, precise professional movement, stable anatomy and object details, refined hand-painted anime motion, no cuts, no sudden action, no legible text.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/2c190c10-e567-4433-9e84-266dd70dac9f.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": "81e6d68a-6ad6-43b1-b9f5-73f7403b351c",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied first frame as one uninterrupted museum-documentary b-roll shot. Preserve the conservator, manuscript, clothing, worktable, lighting, palette, and exact room composition. She lowers the soft brush onto the parchment and makes one slow, controlled sweep toward the outer margin while her other gloved hand gently steadies the page. Her eyes follow the bristles; she blinks once and breathes naturally. A few loosened dust particles rise into the warm task-light beam, the page corner responds with a barely perceptible flutter, and a distant window curtain shifts softly. Add a restrained, smooth camera push-in with slight lateral parallax, keeping the manuscript and her hands clearly visible. Quiet, precise professional movement, stable anatomy and object details, refined hand-painted anime motion, no cuts, no sudden action, no legible text.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/2c190c10-e567-4433-9e84-266dd70dac9f.jpg"
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Continue directly from the supplied first frame as one uninterrupted museum-documentary b-roll shot. Preserve the conservator, manuscript, clothing, worktable, lighting, palette, and exact room composition. She lowers the soft brush onto the parchment and makes one slow, controlled sweep toward the outer margin while her other gloved hand gently steadies the page. Her eyes follow the bristles; she blinks once and breathes naturally. A few loosened dust particles rise into the warm task-light beam, the page corner responds with a barely perceptible flutter, and a distant window curtain shifts softly. Add a restrained, smooth camera push-in with slight lateral parallax, keeping the manuscript and her hands clearly visible. Quiet, precise professional movement, stable anatomy and object details, refined hand-painted anime motion, no cuts, no sudden action, no legible text." \
width=1366 \
height=768 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/2c190c10-e567-4433-9e84-266dd70dac9f.jpg{
"taskType": "videoInference",
"taskUUID": "81e6d68a-6ad6-43b1-b9f5-73f7403b351c",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied first frame as one uninterrupted museum-documentary b-roll shot. Preserve the conservator, manuscript, clothing, worktable, lighting, palette, and exact room composition. She lowers the soft brush onto the parchment and makes one slow, controlled sweep toward the outer margin while her other gloved hand gently steadies the page. Her eyes follow the bristles; she blinks once and breathes naturally. A few loosened dust particles rise into the warm task-light beam, the page corner responds with a barely perceptible flutter, and a distant window curtain shifts softly. Add a restrained, smooth camera push-in with slight lateral parallax, keeping the manuscript and her hands clearly visible. Quiet, precise professional movement, stable anatomy and object details, refined hand-painted anime motion, no cuts, no sudden action, no legible text.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/2c190c10-e567-4433-9e84-266dd70dac9f.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "81e6d68a-6ad6-43b1-b9f5-73f7403b351c",
"videoUUID": "20dcb370-197f-4f24-a7ac-4a7c5cd7fe12",
"videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/20dcb370-197f-4f24-a7ac-4a7c5cd7fe12.mp4",
"seed": 1183480488,
"cost": 0.28
}Regenerative Kelp Synth-Pop Video
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@3',
positivePrompt: 'Continue as one fluid music-video shot. The vocalist lifts the hydrophone to her lips and sings one short, expressive phrase, her mouth, brows, and shoulders moving naturally. She takes two confident steps toward camera while her loose hair tips and flotation-suit straps flutter in the ventilation breeze. The hanging kelp ribbons sway past the lens at different speeds, creating layered parallax; bubbles stream upward in the tanks and small indicator lamps pulse rhythmically along the distant pipes. Begin with a slow forward dolly through the foreground kelp, then arc gently to her left as she turns toward the sunrise. On the final beat she extends her free hand over a glowing tank, sending soft reflected aqua light across her face. Preserve her design, clothing details, hydrophone, catwalk geometry, and clean cel-animation style. Smooth expressive character motion, restrained secondary motion, subtle hand-drawn line boil, stable background perspective, no cuts, no captions or text.',
width: 1366,
height: 768,
duration: 6,
fps: 25,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/77735a08-5380-47ac-b24a-dacdee1d4df8.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@3",
"positivePrompt": "Continue as one fluid music-video shot. The vocalist lifts the hydrophone to her lips and sings one short, expressive phrase, her mouth, brows, and shoulders moving naturally. She takes two confident steps toward camera while her loose hair tips and flotation-suit straps flutter in the ventilation breeze. The hanging kelp ribbons sway past the lens at different speeds, creating layered parallax; bubbles stream upward in the tanks and small indicator lamps pulse rhythmically along the distant pipes. Begin with a slow forward dolly through the foreground kelp, then arc gently to her left as she turns toward the sunrise. On the final beat she extends her free hand over a glowing tank, sending soft reflected aqua light across her face. Preserve her design, clothing details, hydrophone, catwalk geometry, and clean cel-animation style. Smooth expressive character motion, restrained secondary motion, subtle hand-drawn line boil, stable background perspective, no cuts, no captions or text.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/77735a08-5380-47ac-b24a-dacdee1d4df8.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": "35ee695d-a5a1-4378-abaf-9c2b8607e949",
"model": "minimax:2@3",
"positivePrompt": "Continue as one fluid music-video shot. The vocalist lifts the hydrophone to her lips and sings one short, expressive phrase, her mouth, brows, and shoulders moving naturally. She takes two confident steps toward camera while her loose hair tips and flotation-suit straps flutter in the ventilation breeze. The hanging kelp ribbons sway past the lens at different speeds, creating layered parallax; bubbles stream upward in the tanks and small indicator lamps pulse rhythmically along the distant pipes. Begin with a slow forward dolly through the foreground kelp, then arc gently to her left as she turns toward the sunrise. On the final beat she extends her free hand over a glowing tank, sending soft reflected aqua light across her face. Preserve her design, clothing details, hydrophone, catwalk geometry, and clean cel-animation style. Smooth expressive character motion, restrained secondary motion, subtle hand-drawn line boil, stable background perspective, no cuts, no captions or text.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/77735a08-5380-47ac-b24a-dacdee1d4df8.jpg"
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Continue as one fluid music-video shot. The vocalist lifts the hydrophone to her lips and sings one short, expressive phrase, her mouth, brows, and shoulders moving naturally. She takes two confident steps toward camera while her loose hair tips and flotation-suit straps flutter in the ventilation breeze. The hanging kelp ribbons sway past the lens at different speeds, creating layered parallax; bubbles stream upward in the tanks and small indicator lamps pulse rhythmically along the distant pipes. Begin with a slow forward dolly through the foreground kelp, then arc gently to her left as she turns toward the sunrise. On the final beat she extends her free hand over a glowing tank, sending soft reflected aqua light across her face. Preserve her design, clothing details, hydrophone, catwalk geometry, and clean cel-animation style. Smooth expressive character motion, restrained secondary motion, subtle hand-drawn line boil, stable background perspective, no cuts, no captions or text." \
width=1366 \
height=768 \
duration=6 \
fps=25 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/77735a08-5380-47ac-b24a-dacdee1d4df8.jpg{
"taskType": "videoInference",
"taskUUID": "35ee695d-a5a1-4378-abaf-9c2b8607e949",
"model": "minimax:2@3",
"positivePrompt": "Continue as one fluid music-video shot. The vocalist lifts the hydrophone to her lips and sings one short, expressive phrase, her mouth, brows, and shoulders moving naturally. She takes two confident steps toward camera while her loose hair tips and flotation-suit straps flutter in the ventilation breeze. The hanging kelp ribbons sway past the lens at different speeds, creating layered parallax; bubbles stream upward in the tanks and small indicator lamps pulse rhythmically along the distant pipes. Begin with a slow forward dolly through the foreground kelp, then arc gently to her left as she turns toward the sunrise. On the final beat she extends her free hand over a glowing tank, sending soft reflected aqua light across her face. Preserve her design, clothing details, hydrophone, catwalk geometry, and clean cel-animation style. Smooth expressive character motion, restrained secondary motion, subtle hand-drawn line boil, stable background perspective, no cuts, no captions or text.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/77735a08-5380-47ac-b24a-dacdee1d4df8.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "35ee695d-a5a1-4378-abaf-9c2b8607e949",
"videoUUID": "eb50b3e0-2ae1-492f-9754-90ba633cd001",
"videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/eb50b3e0-2ae1-492f-9754-90ba633cd001.mp4",
"seed": 1485061866,
"cost": 0.28
}Semiconductor Cleanroom Couture 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: 'minimax:2@3',
positivePrompt: 'Continue directly from the supplied first frame as a single uninterrupted anime fashion showcase shot. Preserve the model’s face, proportions, pearl-white anti-static coverall, silver seam piping, translucent lilac mantle, and the cleanroom geometry exactly. The model takes one measured step forward, slowly rotates into a quarter turn, and raises the near forearm to reveal the fitted gauntlet cuff and articulated sleeve construction. Their eyes blink once and breathing remains subtle. Filtered laminar airflow gives the mantle, hood ties, and loose fabric edges a restrained, realistic drift while the structured coverall keeps its tailored shape. The camera makes a smooth low-speed dolly inward with a slight lateral arc, moving from full-body framing toward a three-quarter hero view. Cool ceiling reflections travel naturally along the conductive piping and brushed hardware. End on a poised profile-leaning stance with the garment silhouette clearly readable. Precise, elegant, clinical mood; polished 2D anime motion, stable linework, no cuts, no morphing, no added people, no text or logos.',
width: 1366,
height: 768,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/36974963-3064-46fb-a35e-96e1db85ce18.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@3",
"positivePrompt": "Continue directly from the supplied first frame as a single uninterrupted anime fashion showcase shot. Preserve the model’s face, proportions, pearl-white anti-static coverall, silver seam piping, translucent lilac mantle, and the cleanroom geometry exactly. The model takes one measured step forward, slowly rotates into a quarter turn, and raises the near forearm to reveal the fitted gauntlet cuff and articulated sleeve construction. Their eyes blink once and breathing remains subtle. Filtered laminar airflow gives the mantle, hood ties, and loose fabric edges a restrained, realistic drift while the structured coverall keeps its tailored shape. The camera makes a smooth low-speed dolly inward with a slight lateral arc, moving from full-body framing toward a three-quarter hero view. Cool ceiling reflections travel naturally along the conductive piping and brushed hardware. End on a poised profile-leaning stance with the garment silhouette clearly readable. Precise, elegant, clinical mood; polished 2D anime motion, stable linework, no cuts, no morphing, no added people, no text or logos.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/36974963-3064-46fb-a35e-96e1db85ce18.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": "8aee9507-7923-4256-83d9-c42f6a36ce31",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied first frame as a single uninterrupted anime fashion showcase shot. Preserve the model’s face, proportions, pearl-white anti-static coverall, silver seam piping, translucent lilac mantle, and the cleanroom geometry exactly. The model takes one measured step forward, slowly rotates into a quarter turn, and raises the near forearm to reveal the fitted gauntlet cuff and articulated sleeve construction. Their eyes blink once and breathing remains subtle. Filtered laminar airflow gives the mantle, hood ties, and loose fabric edges a restrained, realistic drift while the structured coverall keeps its tailored shape. The camera makes a smooth low-speed dolly inward with a slight lateral arc, moving from full-body framing toward a three-quarter hero view. Cool ceiling reflections travel naturally along the conductive piping and brushed hardware. End on a poised profile-leaning stance with the garment silhouette clearly readable. Precise, elegant, clinical mood; polished 2D anime motion, stable linework, no cuts, no morphing, no added people, no text or logos.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/36974963-3064-46fb-a35e-96e1db85ce18.jpg"
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Continue directly from the supplied first frame as a single uninterrupted anime fashion showcase shot. Preserve the model’s face, proportions, pearl-white anti-static coverall, silver seam piping, translucent lilac mantle, and the cleanroom geometry exactly. The model takes one measured step forward, slowly rotates into a quarter turn, and raises the near forearm to reveal the fitted gauntlet cuff and articulated sleeve construction. Their eyes blink once and breathing remains subtle. Filtered laminar airflow gives the mantle, hood ties, and loose fabric edges a restrained, realistic drift while the structured coverall keeps its tailored shape. The camera makes a smooth low-speed dolly inward with a slight lateral arc, moving from full-body framing toward a three-quarter hero view. Cool ceiling reflections travel naturally along the conductive piping and brushed hardware. End on a poised profile-leaning stance with the garment silhouette clearly readable. Precise, elegant, clinical mood; polished 2D anime motion, stable linework, no cuts, no morphing, no added people, no text or logos." \
width=1366 \
height=768 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/36974963-3064-46fb-a35e-96e1db85ce18.jpg{
"taskType": "videoInference",
"taskUUID": "8aee9507-7923-4256-83d9-c42f6a36ce31",
"model": "minimax:2@3",
"positivePrompt": "Continue directly from the supplied first frame as a single uninterrupted anime fashion showcase shot. Preserve the model’s face, proportions, pearl-white anti-static coverall, silver seam piping, translucent lilac mantle, and the cleanroom geometry exactly. The model takes one measured step forward, slowly rotates into a quarter turn, and raises the near forearm to reveal the fitted gauntlet cuff and articulated sleeve construction. Their eyes blink once and breathing remains subtle. Filtered laminar airflow gives the mantle, hood ties, and loose fabric edges a restrained, realistic drift while the structured coverall keeps its tailored shape. The camera makes a smooth low-speed dolly inward with a slight lateral arc, moving from full-body framing toward a three-quarter hero view. Cool ceiling reflections travel naturally along the conductive piping and brushed hardware. End on a poised profile-leaning stance with the garment silhouette clearly readable. Precise, elegant, clinical mood; polished 2D anime motion, stable linework, no cuts, no morphing, no added people, no text or logos.",
"width": 1366,
"height": 768,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/36974963-3064-46fb-a35e-96e1db85ce18.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "8aee9507-7923-4256-83d9-c42f6a36ce31",
"videoUUID": "2281ef5e-2c58-4e09-988f-a6d4f44abfca",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/2281ef5e-2c58-4e09-988f-a6d4f44abfca.mp4",
"seed": 885251216,
"cost": 0.28
}Wind-Scoured Canyon Duelist
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@3',
positivePrompt: 'Animate the illustrated canyon duelist into a tense 6-second anime cutscene. The camera makes a subtle forward drift with slight handheld energy. Her cloak snaps hard in gusts, hair ribbons whip sideways, and loose strands flick across her face. She shifts her footing on the ledge, lowers her center of gravity, and slowly draws the curved blade farther from the sheath with a metallic glint. Dust skims across the stone, tiny pebbles tumble over the edge, and hawks wheel in the far distance. Preserve the original character design and outfit details exactly, with expressive motion, sharp cel-shaded anime rendering, strong depth, and dramatic sunset contrast.',
width: 1366,
height: 768,
duration: 6,
fps: 25,
providerSettings: {
minimax: {
promptOptimizer: false
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/362831e0-b0f7-4292-89dd-2978684c260a.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": "minimax:2@3",
"positivePrompt": "Animate the illustrated canyon duelist into a tense 6-second anime cutscene. The camera makes a subtle forward drift with slight handheld energy. Her cloak snaps hard in gusts, hair ribbons whip sideways, and loose strands flick across her face. She shifts her footing on the ledge, lowers her center of gravity, and slowly draws the curved blade farther from the sheath with a metallic glint. Dust skims across the stone, tiny pebbles tumble over the edge, and hawks wheel in the far distance. Preserve the original character design and outfit details exactly, with expressive motion, sharp cel-shaded anime rendering, strong depth, and dramatic sunset contrast.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": False
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/362831e0-b0f7-4292-89dd-2978684c260a.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": "b72bd173-c887-4cb8-bb4d-3a10a5bd257d",
"model": "minimax:2@3",
"positivePrompt": "Animate the illustrated canyon duelist into a tense 6-second anime cutscene. The camera makes a subtle forward drift with slight handheld energy. Her cloak snaps hard in gusts, hair ribbons whip sideways, and loose strands flick across her face. She shifts her footing on the ledge, lowers her center of gravity, and slowly draws the curved blade farther from the sheath with a metallic glint. Dust skims across the stone, tiny pebbles tumble over the edge, and hawks wheel in the far distance. Preserve the original character design and outfit details exactly, with expressive motion, sharp cel-shaded anime rendering, strong depth, and dramatic sunset contrast.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/362831e0-b0f7-4292-89dd-2978684c260a.jpg",
"frame": "first"
}
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Animate the illustrated canyon duelist into a tense 6-second anime cutscene. The camera makes a subtle forward drift with slight handheld energy. Her cloak snaps hard in gusts, hair ribbons whip sideways, and loose strands flick across her face. She shifts her footing on the ledge, lowers her center of gravity, and slowly draws the curved blade farther from the sheath with a metallic glint. Dust skims across the stone, tiny pebbles tumble over the edge, and hawks wheel in the far distance. Preserve the original character design and outfit details exactly, with expressive motion, sharp cel-shaded anime rendering, strong depth, and dramatic sunset contrast." \
width=1366 \
height=768 \
duration=6 \
fps=25 \
providerSettings.minimax.promptOptimizer=false \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/362831e0-b0f7-4292-89dd-2978684c260a.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "b72bd173-c887-4cb8-bb4d-3a10a5bd257d",
"model": "minimax:2@3",
"positivePrompt": "Animate the illustrated canyon duelist into a tense 6-second anime cutscene. The camera makes a subtle forward drift with slight handheld energy. Her cloak snaps hard in gusts, hair ribbons whip sideways, and loose strands flick across her face. She shifts her footing on the ledge, lowers her center of gravity, and slowly draws the curved blade farther from the sheath with a metallic glint. Dust skims across the stone, tiny pebbles tumble over the edge, and hawks wheel in the far distance. Preserve the original character design and outfit details exactly, with expressive motion, sharp cel-shaded anime rendering, strong depth, and dramatic sunset contrast.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/362831e0-b0f7-4292-89dd-2978684c260a.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "b72bd173-c887-4cb8-bb4d-3a10a5bd257d",
"videoUUID": "3908d576-fb9d-4f29-b4b6-0e1873a8f988",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/3908d576-fb9d-4f29-b4b6-0e1873a8f988.mp4",
"seed": 1781351476,
"cost": 0.28
}Subway Platform Ghost Drummer
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@3',
positivePrompt: 'Animate the illustrated phantom drummer on a deserted subway platform in expressive anime style. Start from the static key visual and create a vivid 6-second sequence with energetic drumming, alternating stick strikes, shoulder twists, subtle torso sway, quick head turns, and layered hair bounce. Let the jacket hems, loosened tie, and scattered ticket stubs react to the rhythm with believable secondary motion. Add faint spectral trails around the drumsticks and hands while preserving the character design, face, outfit details, and the improvised drum kit. Use a slightly handheld cinematic push-in with mild parallax along the tiled platform and dark tracks, emphasizing impact beats, intensity, and underground tension. Keep the scene cohesive, stylized, and clean like a polished anime cutscene.',
width: 1366,
height: 768,
duration: 6,
fps: 25,
providerSettings: {
minimax: {
promptOptimizer: false
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/941cfb4b-c8da-44ff-9b33-a49e7ff32269.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": "minimax:2@3",
"positivePrompt": "Animate the illustrated phantom drummer on a deserted subway platform in expressive anime style. Start from the static key visual and create a vivid 6-second sequence with energetic drumming, alternating stick strikes, shoulder twists, subtle torso sway, quick head turns, and layered hair bounce. Let the jacket hems, loosened tie, and scattered ticket stubs react to the rhythm with believable secondary motion. Add faint spectral trails around the drumsticks and hands while preserving the character design, face, outfit details, and the improvised drum kit. Use a slightly handheld cinematic push-in with mild parallax along the tiled platform and dark tracks, emphasizing impact beats, intensity, and underground tension. Keep the scene cohesive, stylized, and clean like a polished anime cutscene.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": False
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/941cfb4b-c8da-44ff-9b33-a49e7ff32269.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": "a7f81cb6-09cb-40d4-bbde-b9638f656d8a",
"model": "minimax:2@3",
"positivePrompt": "Animate the illustrated phantom drummer on a deserted subway platform in expressive anime style. Start from the static key visual and create a vivid 6-second sequence with energetic drumming, alternating stick strikes, shoulder twists, subtle torso sway, quick head turns, and layered hair bounce. Let the jacket hems, loosened tie, and scattered ticket stubs react to the rhythm with believable secondary motion. Add faint spectral trails around the drumsticks and hands while preserving the character design, face, outfit details, and the improvised drum kit. Use a slightly handheld cinematic push-in with mild parallax along the tiled platform and dark tracks, emphasizing impact beats, intensity, and underground tension. Keep the scene cohesive, stylized, and clean like a polished anime cutscene.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/941cfb4b-c8da-44ff-9b33-a49e7ff32269.jpg",
"frame": "first"
}
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Animate the illustrated phantom drummer on a deserted subway platform in expressive anime style. Start from the static key visual and create a vivid 6-second sequence with energetic drumming, alternating stick strikes, shoulder twists, subtle torso sway, quick head turns, and layered hair bounce. Let the jacket hems, loosened tie, and scattered ticket stubs react to the rhythm with believable secondary motion. Add faint spectral trails around the drumsticks and hands while preserving the character design, face, outfit details, and the improvised drum kit. Use a slightly handheld cinematic push-in with mild parallax along the tiled platform and dark tracks, emphasizing impact beats, intensity, and underground tension. Keep the scene cohesive, stylized, and clean like a polished anime cutscene." \
width=1366 \
height=768 \
duration=6 \
fps=25 \
providerSettings.minimax.promptOptimizer=false \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/941cfb4b-c8da-44ff-9b33-a49e7ff32269.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "a7f81cb6-09cb-40d4-bbde-b9638f656d8a",
"model": "minimax:2@3",
"positivePrompt": "Animate the illustrated phantom drummer on a deserted subway platform in expressive anime style. Start from the static key visual and create a vivid 6-second sequence with energetic drumming, alternating stick strikes, shoulder twists, subtle torso sway, quick head turns, and layered hair bounce. Let the jacket hems, loosened tie, and scattered ticket stubs react to the rhythm with believable secondary motion. Add faint spectral trails around the drumsticks and hands while preserving the character design, face, outfit details, and the improvised drum kit. Use a slightly handheld cinematic push-in with mild parallax along the tiled platform and dark tracks, emphasizing impact beats, intensity, and underground tension. Keep the scene cohesive, stylized, and clean like a polished anime cutscene.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/941cfb4b-c8da-44ff-9b33-a49e7ff32269.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "a7f81cb6-09cb-40d4-bbde-b9638f656d8a",
"videoUUID": "bd813123-f4f5-4175-ba2e-f95925f1c0ab",
"videoURL": "https://vm.runware.ai/video/os/a22d05/ws/5/vi/bd813123-f4f5-4175-ba2e-f95925f1c0ab.mp4",
"seed": 2032535767,
"cost": 0.28
}Flooded Arcade Swordswoman Pause
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@3',
positivePrompt: 'Animate this anime keyframe into a dramatic 6-second sequence: the swordswoman remains the clear focal point in a flooded abandoned arcade corridor, subtle forward camera drift, her jacket hem and ribbon sway gently, water ripples spread around her boots, reflections from flickering game cabinets shimmer across the floor, loose strands of hair shift, her grip tightens slightly on the sword hilt, faint screen glitches pulse in the background, suspended dust and mist catch colored light, cinematic tension, polished anime cutscene style, consistent character design, expressive but restrained motion, no scene changes',
width: 1366,
height: 768,
duration: 6,
fps: 25,
providerSettings: {
minimax: {
promptOptimizer: false
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/f2c1edcd-eb9c-4d5f-b4c2-b5b858fda345.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": "minimax:2@3",
"positivePrompt": "Animate this anime keyframe into a dramatic 6-second sequence: the swordswoman remains the clear focal point in a flooded abandoned arcade corridor, subtle forward camera drift, her jacket hem and ribbon sway gently, water ripples spread around her boots, reflections from flickering game cabinets shimmer across the floor, loose strands of hair shift, her grip tightens slightly on the sword hilt, faint screen glitches pulse in the background, suspended dust and mist catch colored light, cinematic tension, polished anime cutscene style, consistent character design, expressive but restrained motion, no scene changes",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": False
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/f2c1edcd-eb9c-4d5f-b4c2-b5b858fda345.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": "060cfee9-1791-4b5f-980e-5e5a4a1277a8",
"model": "minimax:2@3",
"positivePrompt": "Animate this anime keyframe into a dramatic 6-second sequence: the swordswoman remains the clear focal point in a flooded abandoned arcade corridor, subtle forward camera drift, her jacket hem and ribbon sway gently, water ripples spread around her boots, reflections from flickering game cabinets shimmer across the floor, loose strands of hair shift, her grip tightens slightly on the sword hilt, faint screen glitches pulse in the background, suspended dust and mist catch colored light, cinematic tension, polished anime cutscene style, consistent character design, expressive but restrained motion, no scene changes",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/f2c1edcd-eb9c-4d5f-b4c2-b5b858fda345.jpg",
"frame": "first"
}
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Animate this anime keyframe into a dramatic 6-second sequence: the swordswoman remains the clear focal point in a flooded abandoned arcade corridor, subtle forward camera drift, her jacket hem and ribbon sway gently, water ripples spread around her boots, reflections from flickering game cabinets shimmer across the floor, loose strands of hair shift, her grip tightens slightly on the sword hilt, faint screen glitches pulse in the background, suspended dust and mist catch colored light, cinematic tension, polished anime cutscene style, consistent character design, expressive but restrained motion, no scene changes" \
width=1366 \
height=768 \
duration=6 \
fps=25 \
providerSettings.minimax.promptOptimizer=false \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/f2c1edcd-eb9c-4d5f-b4c2-b5b858fda345.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "060cfee9-1791-4b5f-980e-5e5a4a1277a8",
"model": "minimax:2@3",
"positivePrompt": "Animate this anime keyframe into a dramatic 6-second sequence: the swordswoman remains the clear focal point in a flooded abandoned arcade corridor, subtle forward camera drift, her jacket hem and ribbon sway gently, water ripples spread around her boots, reflections from flickering game cabinets shimmer across the floor, loose strands of hair shift, her grip tightens slightly on the sword hilt, faint screen glitches pulse in the background, suspended dust and mist catch colored light, cinematic tension, polished anime cutscene style, consistent character design, expressive but restrained motion, no scene changes",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/f2c1edcd-eb9c-4d5f-b4c2-b5b858fda345.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "060cfee9-1791-4b5f-980e-5e5a4a1277a8",
"videoUUID": "32c53477-9efc-43c5-b242-dcdc5a3ee3b2",
"videoURL": "https://vm.runware.ai/video/os/a18d05/ws/5/vi/32c53477-9efc-43c5-b242-dcdc5a3ee3b2.mp4",
"seed": 910179871,
"cost": 0.28
}Saffron Dune Falconer Standoff
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@3',
positivePrompt: 'Animate the supplied anime frame into a dramatic 6-second shot. The falconer holds a steady stance on the sandstone ridge while the scarf lashes in strong wind, robe hems and loose hair strands flutter, and fine sand streams across the ground in layered gusts. The hooded hawk shifts its weight, tightens its talons on the glove, turns its head sharply, and gives a brief wing twitch as if sensing danger. Add subtle camera push-in, heat shimmer over the distant dunes, and tiny particles crossing the foreground. Preserve character design consistency, cel-shaded anime aesthetics, crisp linework, and intense sunlit desert color contrast. Mood: tense silence before pursuit.',
width: 1366,
height: 768,
duration: 6,
fps: 25,
providerSettings: {
minimax: {
promptOptimizer: false
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/18a9a3b2-078b-4913-b4a7-196188d3e437.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": "minimax:2@3",
"positivePrompt": "Animate the supplied anime frame into a dramatic 6-second shot. The falconer holds a steady stance on the sandstone ridge while the scarf lashes in strong wind, robe hems and loose hair strands flutter, and fine sand streams across the ground in layered gusts. The hooded hawk shifts its weight, tightens its talons on the glove, turns its head sharply, and gives a brief wing twitch as if sensing danger. Add subtle camera push-in, heat shimmer over the distant dunes, and tiny particles crossing the foreground. Preserve character design consistency, cel-shaded anime aesthetics, crisp linework, and intense sunlit desert color contrast. Mood: tense silence before pursuit.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": False
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/18a9a3b2-078b-4913-b4a7-196188d3e437.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": "a8bd1c9f-d99c-4ccc-a832-ae87663eb6e9",
"model": "minimax:2@3",
"positivePrompt": "Animate the supplied anime frame into a dramatic 6-second shot. The falconer holds a steady stance on the sandstone ridge while the scarf lashes in strong wind, robe hems and loose hair strands flutter, and fine sand streams across the ground in layered gusts. The hooded hawk shifts its weight, tightens its talons on the glove, turns its head sharply, and gives a brief wing twitch as if sensing danger. Add subtle camera push-in, heat shimmer over the distant dunes, and tiny particles crossing the foreground. Preserve character design consistency, cel-shaded anime aesthetics, crisp linework, and intense sunlit desert color contrast. Mood: tense silence before pursuit.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/18a9a3b2-078b-4913-b4a7-196188d3e437.jpg",
"frame": "first"
}
]
}
}
]'runware run minimax:2@3 \
positivePrompt="Animate the supplied anime frame into a dramatic 6-second shot. The falconer holds a steady stance on the sandstone ridge while the scarf lashes in strong wind, robe hems and loose hair strands flutter, and fine sand streams across the ground in layered gusts. The hooded hawk shifts its weight, tightens its talons on the glove, turns its head sharply, and gives a brief wing twitch as if sensing danger. Add subtle camera push-in, heat shimmer over the distant dunes, and tiny particles crossing the foreground. Preserve character design consistency, cel-shaded anime aesthetics, crisp linework, and intense sunlit desert color contrast. Mood: tense silence before pursuit." \
width=1366 \
height=768 \
duration=6 \
fps=25 \
providerSettings.minimax.promptOptimizer=false \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/18a9a3b2-078b-4913-b4a7-196188d3e437.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "a8bd1c9f-d99c-4ccc-a832-ae87663eb6e9",
"model": "minimax:2@3",
"positivePrompt": "Animate the supplied anime frame into a dramatic 6-second shot. The falconer holds a steady stance on the sandstone ridge while the scarf lashes in strong wind, robe hems and loose hair strands flutter, and fine sand streams across the ground in layered gusts. The hooded hawk shifts its weight, tightens its talons on the glove, turns its head sharply, and gives a brief wing twitch as if sensing danger. Add subtle camera push-in, heat shimmer over the distant dunes, and tiny particles crossing the foreground. Preserve character design consistency, cel-shaded anime aesthetics, crisp linework, and intense sunlit desert color contrast. Mood: tense silence before pursuit.",
"width": 1366,
"height": 768,
"duration": 6,
"fps": 25,
"providerSettings": {
"minimax": {
"promptOptimizer": false
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/18a9a3b2-078b-4913-b4a7-196188d3e437.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "a8bd1c9f-d99c-4ccc-a832-ae87663eb6e9",
"videoUUID": "71fb88c4-0c01-4c19-8b6f-8885a3fa9f1e",
"videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/71fb88c4-0c01-4c19-8b6f-8885a3fa9f1e.mp4",
"seed": 1307706865,
"cost": 0.28
}