Create Task Minimax/Video 01 Live

official文档:https://replicate.com/minimax/video-01-live

Endpoint

POST http://v98store.com/replicate/v1/models/minimax/video-01-live/predictions

cURL Command

curl -X POST 'http://v98store.com/replicate/v1/models/minimax/video-01-live/predictions' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "input": { "prompt": "a man is talking angrily", "prompt_optimizer": true, "first_frame_image": "https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png" } }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "input": {
    "prompt": "a man is talking angrily",
    "prompt_optimizer": true,
    "first_frame_image": "https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png"
  }
}

Responses

200 -

Example

{
  "id": "x18c1re8mxrma0crb3x8wbwqmg",
  "model": "minimax/video-01-live",
  "version": "hidden",
  "input": {
    "first_frame_image": "https://replicate.delivery/pbxt/M9jlcXgeaypBr2yQYGf9JXgxUCJWRt8ODUDvt90UWPUsQBXC/back-to-the-future.png",
    "prompt": "a man is talking angrily",
    "prompt_optimizer": true
  },
  "logs": "",
  "output": null,
  "data_removed": false,
  "error": null,
  "status": "starting",
  "created_at": "2025-07-30T01:38:07.143Z",
  "urls": {
    "cancel": "https://api.replicate.com/v1/predictions/x18c1re8mxrma0crb3x8wbwqmg/cancel",
    "get": "https://api.replicate.com/v1/predictions/x18c1re8mxrma0crb3x8wbwqmg",
    "stream": "https://stream.replicate.com/v1/files/bcwr-tfjtzspnxcjigf5eyyqqfkc3rrtv7ruou6yxzspuiy2cdzi7gizq",
    "web": "https://replicate.com/p/x18c1re8mxrma0crb3x8wbwqmg"
  }
}