Alibabaの最新オープンソースビデオ編集モデル
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
num_inference_steps
integer
optionalref_image_urls
array[string]
optionalenable_prompt_expansion
boolean
optional{
"prompt": "",
"negative_prompt": "",
"num_frames": 240,
"frames_per_second": 24,
"task": "depth",
"shift": 5,
"resolution": "720p",
"aspect_ratio": "16:9",
"num_inference_steps": 30,
"video_url": "",
"mask_video_url": "",
"ref_image_urls": [
""
],
"enable_safety_checker": true,
"enable_prompt_expansion": true
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/wan-vace' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "",
"negative_prompt": "",
"num_frames": 240,
"frames_per_second": 24,
"task": "depth",
"shift": 5,
"resolution": "720p",
"aspect_ratio": "16:9",
"num_inference_steps": 30,
"video_url": "",
"mask_video_url": "",
"ref_image_urls": [
""
],
"enable_safety_checker": true,
"enable_prompt_expansion": true
}'
Responses
application/json {
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "e32eafce-5682-4b6d-b184-60f1f3846fee",
"status": "IN_QUEUE"
}
Modified at 2025-05-28 02:36:37