Generate video with wavespeed-ai/wan-2.1-14b-vace
Generates a video using the wavespeed-ai/wan-2.1-14b-vace model.
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
model name
The random seed to use for the generation. -1 means a random seed will be used.
-1
The size of the generated media in pixels (width*height).
"832*480" | "480*832" | "1280*720" | "720*1280"
Extract control information from the provided video to guide video generation.
"depth" | "pose" | "face" | "inpainting" | "none"
The video for generating the output.
URL of ref images to use while generating the video.
["https://static.atlascloud.ai/media/images/1747909398229595025_hWgc952Y.png","https://static.atlascloud.ai/media/images/1748410400501789821_GO6eFJKL.png"]
items <= 5
The duration of the generated media in seconds.
5
5 <= value <= 10
The shift value for the timestep schedule for flow matching.
16
0 <= value <= 30
URL of the last image.
URL of the mask image.
URL of the mask video.
URL of the first image.
Controls how close you want the model to stick to the reference context.
1
0 <= value <= 2
The guidance scale to use for the generation.
5
0 <= value <= 20
The negative prompt for generating the output.
The number of inference steps to perform.
30
1 <= value <= 40
If set to true, the safety checker will be enabled.
true
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "wavespeed-ai/wan-2.1-14b-vace", "prompt": "The elegant lady carefully selects bags in the boutique, and she shows the charm of a mature woman in a black slim dress with a pearl necklace, as well as her pretty face. Holding a vintage-inspired blue leather half-moon handbag, she is carefully observing its craftsmanship and texture. The interior of the store is a haven of sophistication and luxury. Soft, ambient lighting casts a warm glow over the polished wooden floors" }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}