More modelsAlibabaWan 2.1 t2v 480p ultra fast
Generate video with alibaba/wan-2.1/t2v-480p-ultra-fast
Generates a video using the alibaba/wan-2.1/t2v-480p-ultra-fast model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
seed?integer
The random seed to use for the generation. -1 means a random seed will be used.
Default
-1size?string
The size of the generated media in pixels (width*height).
Value in
"832*480" | "480*832"promptstring
The prompt for generating the output.
duration?integer
The duration of the generated media in seconds.
Default
5Range
5 <= value <= 10flow_shift?number
The shift value for the timestep schedule for flow matching.
Default
3Range
1 <= value <= 10guidance_scale?number
The guidance scale to use for the generation.
Default
5Range
0 <= value <= 20negative_prompt?string
The negative prompt for generating the output.
num_inference_steps?integer
The number of inference steps to perform.
Default
30Range
0 <= value <= 40enable_safety_checker?boolean
If set to true, the safety checker will be enabled.
Default
trueResponse Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "alibaba/wan-2.1/t2v-480p-ultra-fast", "prompt": "Two twisted clown with smeared face paint and a sinister grin slowly walks toward the camera, swaying left and right with each step. The flickering streetlight above casts sharp shadows in a urban alley. His wild eyes lock onto the viewer as he gets closer. Dark comedy tone, gritty cinematic lighting, eerie atmosphere, high detail, surreal and unnerving mood" }'{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}