📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
{
"Prompt": "一只狗",
"Model": "kling-video-o1",
"ImageList": [
{
"ImageUrl": "https://cos.ap-guangzhou.myqcloud.com/test.png",
"Type": "first_frame"
}
],
"AspectRatio": "16:9",
"Duration": 5,
"Mode": "std",
"VideoList": [
{
"VideoUrl": "http://cloud.com/file/video.mp4",
"ReferType": "feature",
"KeepOriginalSound": "yes"
}
],
"MultiShot": true,
"ShotType": "customize",
"MultiPrompt": [
{
"Index": 0,
"Prompt": "string",
"Duration": "5"
}
],
"ElementList": [
{
"ElementId": "string"
}
],
"Sound": "on",
"CallbackUrl": "https://callback.com",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
}
}curl --location 'https://vg-api.aig-ai.com/v1//omni-video' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--header 'Content-Type: application/json' \
--data '{
"Prompt": "一只狗",
"Model": "kling-video-o1",
"ImageList": [
{
"ImageUrl": "https://cos.ap-guangzhou.myqcloud.com/test.png",
"Type": "first_frame"
}
],
"AspectRatio": "16:9",
"Duration": 5,
"Mode": "std",
"VideoList": [
{
"VideoUrl": "http://cloud.com/file/video.mp4",
"ReferType": "feature",
"KeepOriginalSound": "yes"
}
],
"MultiShot": true,
"ShotType": "customize",
"MultiPrompt": [
{
"Index": 0,
"Prompt": "string",
"Duration": "5"
}
],
"ElementList": [
{
"ElementId": "string"
}
],
"Sound": "on",
"CallbackUrl": "https://callback.com",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
}
}'{
"Response": {
"JobId": "string",
"RequestId": "string"
}
}