创建任务 minimax/video-01-live
POST /replicate/v1/models/minimax/video-01-live/predictions
说明
概览
| Method | POST |
|---|---|
| Path | /replicate/v1/models/minimax/video-01-live/predictions |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 62419371 |
参数
{ "query": [], "path": [], "cookie": [], "header": [ { "required": false, "description": "", "type": "string", "id": "GTujCrB2It", "enable": true, "name": "Authorization", "sampleValue": "Bearer {{YOUR_API_KEY}}" } ] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "input": { "type": "object", "properties": { "prompt": { "type": "string", "description": "生成文本提示。" }, "prompt_optimizer": { "type": "boolean", "description": "使用提示优化器。默认值:true" }, "first_frame_image": { "type": "string", "description": "用于生成视频的第一帧图像。输出视频将具有与该图像相同的宽高比。" } }, "required": [ "prompt", "first_frame_image" ], "x-apifox-orders": [ "prompt", "prompt_optimizer", "first_frame_image" ] } }, "x-apifox-orders": [ "input" ] }, "mediaType": "", "examples": [ { "value": "{\n \"input\": {\n \"prompt\": \"a man is talking angrily\",\n \"prompt_optimizer\": true,\n \"first_frame_image\": \"https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png\"\n }\n }", "mediaType": "application/json", "description": "" } ], "oasExtensions": "" }
响应
[ { "id": 728706514, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": { "id": { "type": "string" }, "model": { "type": "string" }, "version": { "type": "string" }, "input": { "type": "object", "properties": { "aspect_ratio": { "type": "string" }, "input_image": { "type": "string" }, "output_format": { "type": "string" }, "prompt": { "type": "string" }, "prompt_upsampling": { "type": "boolean" }, "safety_tolerance": { "type": "integer" } }, "required": [ "aspect_ratio", "input_image", "output_format", "prompt", "prompt_upsampling", "safety_tolerance" ] }, "logs": { "type": "string" }, "output": { "type": "null" }, "data_removed": { "type": "boolean" }, "error": { "type": "null" }, "status": { "type": "string" }, "created_at": { "type": "string" }, "urls": { "type": "object", "properties": { "cancel": { "type": "string" }, "get": { "type": "string" }, "stream": { "type": "string" }, "web": { "type": "string" } }, "required": [ "cancel", "get", "stream", "web" ] } }, "required": [ "id", "model", "version", "input", "logs", "output", "data_removed", "error", "status", "created_at", "urls" ] }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 728706514, "data": "{\n \"id\": \"x18c1re8mxrma0crb3x8wbwqmg\",\n \"model\": \"minimax/video-01-live\",\n \"version\": \"hidden\",\n \"input\": {\n \"first_frame_image\": \"https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png\",\n \"prompt\": \"a man is talking angrily\",\n \"prompt_optimizer\": true\n },\n \"logs\": \"\",\n \"output\": null,\n \"data_removed\": false,\n \"error\": null,\n \"status\": \"starting\",\n \"created_at\": \"2025-07-30T01:38:07.143Z\",\n \"urls\": {\n \"cancel\": \"https://api.replicate.com/v1/predictions/x18c1re8mxrma0crb3x8wbwqmg/cancel\",\n \"get\": \"https://api.replicate.com/v1/predictions/x18c1re8mxrma0crb3x8wbwqmg\",\n \"stream\": \"https://stream.replicate.com/v1/files/bcwr-tfjtzspnxcjigf5eyyqqfkc3rrtv7ruou6yxzspuiy2cdzi7gizq\",\n \"web\": \"https://replicate.com/p/x18c1re8mxrma0crb3x8wbwqmg\"\n }\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": 648892737 } ]