wavespeed-ai/wan-2.1/t2v-480p-lora
Run in Apifox
Using the Wan 2.1 text-to-video generation model, you can create unlimited AI videos and support custom LoRA (Low-Rank Adaptation) models for more flexible and personalized video generation effects.
Request Body Params application/json
{
"duration" : 5 ,
"flow_shift" : 3 ,
"guidance_scale" : 5 ,
"loras" : [
{
"path" : "Remade-AI/Boxing" ,
"scale" : 1
}
] ,
"negative_prompt" : "" ,
"num_inference_steps" : 30 ,
"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" ,
"seed" : -1 ,
"size" : "832*480"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/luma/ray-2-t2v' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 5,
"flow_shift": 3,
"guidance_scale": 5,
"loras": [
{
"path": "Remade-AI/Boxing",
"scale": 1
}
],
"negative_prompt": "",
"num_inference_steps": 30,
"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",
"seed": -1,
"size": "832*480"
}'
Responses application/json Generate Code
{
"code" : 200 ,
"message" : "success" ,
"data" : {
"id" : "83e3c2edfaf8483e83029a0ff0a758e6" ,
"model" : "alibaba/wan-2.5/text-to-video-fast" ,
"outputs" : [ ] ,
"urls" : {
"get" : "https://api.302.ai/ws/api/v3/predictions/83e3c2edfaf8483e83029a0ff0a758e6/result"
} ,
"has_nsfw_contents" : [ ] ,
"status" : "created" ,
"created_at" : "2025-10-11T06:44:43.299Z" ,
"error" : "" ,
"executionTime" : 0 ,
"timings" : {
"inference" : 0
}
}
}
Modified at 2025-10-16 09:49:44