欢迎访问 n1n 在线文档!平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
【 亚洲地区入口及接口地址:llm-api.net 】,【 全球地区入口及接口地址:api.n1n.ai 】

Authorization: Bearer ********************curl --location 'https://llm-api.net/alibailian/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.5-i2v-preview",
"input": {
"prompt": "改变一下光线",
"img_url": "https://brainrot-yt-shorts.oss-cn-beijing.aliyuncs.com/images/cached/55a955b7e41723417281051d7bebdb45.png"
},
"parameters": {
"resolution": "480P",
"prompt_extend": true,
// "duration": 5,
"audio": true
}
}'{
"request_id": "ccffb21f-c21e-4eba-861a-6c80e6db6e4d",
"output": {
"task_id": "a55bfe14-6e78-4b9d-b97d-128420399ed1",
"task_status": "PENDING"
}
}