青云聚合API,0.79元充值1刀,全网低价!支持300+模型调用,约为国外模型官网价格的十分之一。“限时特价”分组,在此基础上再打6折。高速稳定,无限并发,长期运营,欢迎调用!
Authorization: Bearer ********************
{
"input": {
"mask": "https://replicate.delivery/pbxt/M0hxLu8a1YBcybWuumSsfoEec8ooer6JZ2fR28vuM1U0CN9m/74b40bb1-364a-461a-bec5-200a38c7bc87.png",
"image": "https://replicate.delivery/pbxt/M0hxMJeO7wFCMr7QYNZsjRxzHhz6ntlLllMteRQNsRD7f3Nf/flux-fill-dev.webp",
"prompt": "a spaceship",
"guidance": 30,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"output_format": "webp",
"output_quality": 80,
"num_inference_steps": 28
}
}
curl --location --request POST 'https://api.qingyuntop.top/replicate/v1/models/black-forest-labs/flux-fill-dev/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"mask": "https://replicate.delivery/pbxt/M0hxLu8a1YBcybWuumSsfoEec8ooer6JZ2fR28vuM1U0CN9m/74b40bb1-364a-461a-bec5-200a38c7bc87.png",
"image": "https://replicate.delivery/pbxt/M0hxMJeO7wFCMr7QYNZsjRxzHhz6ntlLllMteRQNsRD7f3Nf/flux-fill-dev.webp",
"prompt": "a spaceship",
"guidance": 30,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"output_format": "webp",
"output_quality": 80,
"num_inference_steps": 28
}
}'
{
"id": "tv3jnp73n1rmc0crb54b3srz94",
"model": "black-forest-labs/flux-fill-dev",
"version": "hidden",
"input": {
"guidance": 30,
"image": "https://replicate.delivery/pbxt/M0hxMJeO7wFCMr7QYNZsjRxzHhz6ntlLllMteRQNsRD7f3Nf/flux-fill-dev.webp",
"lora_scale": 1,
"mask": "https://replicate.delivery/pbxt/M0hxLu8a1YBcybWuumSsfoEec8ooer6JZ2fR28vuM1U0CN9m/74b40bb1-364a-461a-bec5-200a38c7bc87.png",
"megapixels": "1",
"num_inference_steps": 28,
"num_outputs": 1,
"output_format": "webp",
"output_quality": 80,
"prompt": "a spaceship"
},
"logs": "",
"output": null,
"data_removed": false,
"error": null,
"status": "starting",
"created_at": "2025-07-30T03:03:25.864Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/tv3jnp73n1rmc0crb54b3srz94/cancel",
"get": "https://api.replicate.com/v1/predictions/tv3jnp73n1rmc0crb54b3srz94",
"stream": "https://stream.replicate.com/v1/files/bcwr-epcf2nmmvkvxq7trerel6zuoiwzyoji3ifhkuu3lf7rtdzh3i6ca",
"web": "https://replicate.com/p/tv3jnp73n1rmc0crb54b3srz94"
}
}