Generations(图片生成视频)
POST
/zhipu/api/paas/v4/videos/generations来自智谱的图生视频模型
官方文档:https://open.bigmodel.cn/dev/api#cogvideox
价格:0.1 PTC / 次
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json;charset:utf-8;
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
model
string
cogvideox
prompt
string
视频提示词
image_url
string
首帧图片
示例
{
"model": "cogvideox",
"prompt": "Peter Rabbit dritves a small car, wandering on the road, with a iface full of happiness and joy.",
"image_url": "https://file.302.ai/gpt/imgs/20240806/448066b8585148e1bda23d276f0f9af2.png"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 3 个月前