Create Task Flux Kontext Apps/Multi Image Kontext Max
official文档:https://replicate.com/flux-kontext-apps/multi-image-kontext-max
Endpoint
POST http://v98store.com/replicate/v1/models/flux-kontext-apps/multi-image-kontext-max/predictions cURL Command
curl -X POST 'http://v98store.com/replicate/v1/models/flux-kontext-apps/multi-image-kontext-max/predictions' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "input": { "prompt": "Put the woman into a white t-shirt with the text on it", "aspect_ratio": "1:1", "input_image_1": "https://replicate.delivery/pbxt/N5rSeJrCafWpmJuLb62moY8pSMEpSBBwSf7N6hxyIn4fNYMa/w8msa88d01rm80cq3hzsqrdehg.png", "input_image_2": "https://replicate.delivery/pbxt/N5rSdTCgBqIRvbkedcfLfS5xTSEEOqMtX9FsR1hLK9JYryml/0_1.webp", "output_format": "png", "safety_tolerance": 2 } }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Authorization | header | No |
Request Body
Example
{
"input": {
"prompt": "Put the woman into a white t-shirt with the text on it",
"aspect_ratio": "1:1",
"input_image_1": "https://replicate.delivery/pbxt/N5rSeJrCafWpmJuLb62moY8pSMEpSBBwSf7N6hxyIn4fNYMa/w8msa88d01rm80cq3hzsqrdehg.png",
"input_image_2": "https://replicate.delivery/pbxt/N5rSdTCgBqIRvbkedcfLfS5xTSEEOqMtX9FsR1hLK9JYryml/0_1.webp",
"output_format": "png",
"safety_tolerance": 2
}
} Responses
200 -
Example
{
"id": "b6k38vmb01rme0crb4bbr2apw4",
"model": "flux-kontext-apps/multi-image-kontext-max",
"version": "hidden",
"input": {
"aspect_ratio": "1:1",
"input_image_1": "https://replicate.delivery/pbxt/N5rSeJrCafWpmJuLb62moY8pSMEpSBBwSf7N6hxyIn4fNYMa/w8msa88d01rm80cq3hzsqrdehg.png",
"input_image_2": "https://replicate.delivery/pbxt/N5rSdTCgBqIRvbkedcfLfS5xTSEEOqMtX9FsR1hLK9JYryml/0_1.webp",
"output_format": "png",
"prompt": "Put the woman into a white t-shirt with the text on it",
"safety_tolerance": 2
},
"logs": "",
"output": null,
"data_removed": false,
"error": null,
"status": "starting",
"created_at": "2025-07-30T02:08:26.368Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/b6k38vmb01rme0crb4bbr2apw4/cancel",
"get": "https://api.replicate.com/v1/predictions/b6k38vmb01rme0crb4bbr2apw4",
"stream": "https://stream.replicate.com/v1/files/bcwr-4lncowbqyyr5toyxguv6tr47ffpade3muguvemzik5let3hnlryq",
"web": "https://replicate.com/p/b6k38vmb01rme0crb4bbr2apw4"
}
}