Authorization: Bearer ********************{
"model": "wan2.5-i2v-preview",
"prompt": "一只猫在花园里玩耍",
"input_reference": "https://example.com/image.jpg",
"size": "1280*720",
"duration": 5,
"metadata": {
"negative_prompt": "模糊、低质量",
"audio_url": "https://example.com/audio.mp3",
"prompt_extend": true,
"watermark": false,
"audio": true,
"seed": 12345
}
}curl --location 'https://api.lngai.cn/v1/video/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.5-i2v-preview",
"prompt": "一只猫在花园里玩耍",
"input_reference": "https://example.com/image.jpg",
"size": "1280*720",
"duration": 5,
"metadata": {
"negative_prompt": "模糊、低质量",
"audio_url": "https://example.com/audio.mp3",
"prompt_extend": true,
"watermark": false,
"audio": true,
"seed": 12345
}
}'{}