More modelsAlibabaWan 2.1 t2v 480p lora
Generate video with alibaba/wan-2.1/t2v-480p-lora
Generates a video using the alibaba/wan-2.1/t2v-480p-lora 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 seed for random number generation.
Default
-1size?string
The size of the output.
Value in
"832*480" | "480*832"loras?array<LoraWeight>
The LoRA weights for generating the output.
Default
[{"path":"Remade-AI/Boxing","scale":1}]Items
items <= 3promptstring
The prompt for generating the output.
duration?Video Duration
Generate video duration length 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 for generation.
Default
5Range
1.01 <= value <= 10negative_prompt?string
The negative prompt for generating the output.
num_inference_steps?integer
The number of inference steps.
Default
30Range
1 <= value <= 40enable_safety_checker?boolean
Whether to enable the safety checker.
Default
trueenable_prompt_optimizer?boolean
Auto-optimize prompt text. For the LoRa trigger word, use '[trigger_word]'. Avoid optimizing the prompt in a way that loses the trigger word information.
Default
falseResponse 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-lora", "prompt": "B0x13ng Boxing video sexy female boxers, athletic women, intense fight, boxing gloves, sweat, slow motion, fierce expressions, toned bodies, action scene, dramatic lighting, cinematic" }'{
"id": "7hm7nbwarxrm80cnq1yvmxz4m4",
"logs": "...",
"urls": {
"cancel": "http://example.com",
"result": "http://example.com"
},
"input": {
"model": "alibaba/wan-2.1/t2v-480p-lora",
"seed": -1,
"size": "832*480",
"loras": [
{
"path": "Remade-AI/Boxing",
"scale": 1
}
],
"prompt": "B0x13ng Boxing video sexy female boxers, athletic women, intense fight, boxing gloves, sweat, slow motion, fierce expressions, toned bodies, action scene, dramatic lighting, cinematic",
"duration": 5,
"flow_shift": 3,
"guidance_scale": 5,
"negative_prompt": "string",
"num_inference_steps": 30,
"enable_safety_checker": true,
"enable_prompt_optimizer": false
},
"model": "black-forest-labs/flux-dev",
"output": [
"https://replicate.delivery/..."
],
"status": "processing",
"created_at": "2025-03-21T11:36:30.151Z",
"has_nsfw_contents": [
false
]
}