📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
curl --location 'https://vg-api.aig-ai.com/v1/sora-2' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--form 'model="sora-2"' \
--form 'prompt="A video of a cool cat on a motorcycle in the night"' \
--form 'size="720x1280"' \
--form 'seconds="4"' \
--form 'input_reference=@""'{
"error": null,
"id": "video_69523c4ff28c8190a9e1688e9a1d76cc",
"created_at": 1766997071,
"completed_at": null,
"expires_at": null,
"progress": 0,
"prompt": "A video of a cool cat on a motorcycle in the night",
"model": "sora-2",
"object": "video",
"size": "720x1280",
"status": "in_progress",
"seconds": "4",
"remixed_from_video_id": null
}