VACE Video Generation
Transform videos with AI-powered character animation and scene editing.
Transform videos with AI-powered character animation and scene editing.
VACE is a video generation model that creates high-quality videos from text prompts and reference images. It supports character-consistent animation, video editing, and creative transformations while maintaining visual coherence across frames.
Price: 0.4$ / image
prompt (string)
Example:
{
"prompt": "The video shows a man riding a horse on a vast grassland. He has long lavender hair and wears a traditional dress of a white top and black pants."
}
src_video (string, URL)
src_ref_images (array of strings, URLs)
size (string, default: "832*480")
"720*1280", "1280*720", "480*832", "832*480"frame_num (integer, default: 81)
speed_mode (string, default: "Lightly Juiced 🍊 (more consistent)")
"Lightly Juiced 🍊 (more consistent)" - Best quality"Juiced 🔥 (more speed)" - Balanced"Extra Juiced 🚀 (even more speed)" - Fastestsample_steps (integer, default: 50)
sample_solver (string, default: "unipc")
"unipc", "dpm++"sample_guide_scale (number, default: 5)
sample_shift (integer, default: 16)
seed (integer, default: -1)
-1 for random seedcurl -X POST https://api.sharedservices.pruna.ai/v1/predictions \
-H "apikey: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "A person walking through a magical forest with glowing trees",
"size": "1280*720",
"frame_num": 81,
"speed_mode": "Juiced 🔥 (more speed)",
"sample_steps": 50,
"seed": 42
}
}'
{
"id": "1zww7deyssrme0csqwr90phzzr",
"input": {
"prompt": "A person walking through a magical forest with glowing trees",
"size": "1280*720",
"frame_num": 81,
"speed_mode": "Juiced 🔥 (more speed)",
"sample_steps": 50,
"seed": 42
},
"get_url": "https://api.sharedservices.pruna.ai/v1/predictions/status/1zww7deyssrme0csqwr90phzzr"
}