wan-i2v(图片生成视频开源版)
POST
/302/submit/wan-i2v来自阿里最新的开源视频生成模型
价格:0.5 PTC/次
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
prompt
string
提示词
image_url
string
必需
inference_steps
integer
2-40
示例1
{
"prompt": "A dog is running",
"image_url": "",
"inference_steps": 30
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
logs
null
必需
metrics
object
必需
queue_position
integer
必需
request_id
string
必需
status
string
必需
示例
{
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "e32eafce-5682-4b6d-b184-60f1f3846fee",
"status": "IN_QUEUE"
}
最后修改时间: 14 天前