Create Task Black Forest Labs/Flux 1.1 Pro Ultra

official文档: https://replicate.com/black-forest-labs/flux-1.1-pro-ultra

Endpoint

POST http://v98store.com/replicate/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions

cURL Command

curl -X POST 'http://v98store.com/replicate/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "input": { "raw": false, "prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun", "aspect_ratio": "3:2", "output_format": "jpg", "safety_tolerance": 2, "image_prompt_strength": 0.1 } }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "input": {
    "raw": false,
    "prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
    "aspect_ratio": "3:2",
    "output_format": "jpg",
    "safety_tolerance": 2,
    "image_prompt_strength": 0.1
  }
}

Responses

200 -

Example

{
  "id": "brgfcps121rm80crajvr2x4jg4",
  "model": "black-forest-labs/flux-1.1-pro-ultra",
  "version": "hidden",
  "input": {
    "aspect_ratio": "3:2",
    "image_prompt_strength": 0.1,
    "output_format": "jpg",
    "prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
    "raw": false,
    "safety_tolerance": 2
  },
  "logs": "",
  "output": null,
  "data_removed": false,
  "error": null,
  "status": "starting",
  "created_at": "2025-07-29T05:45:44.464Z",
  "urls": {
    "cancel": "https://api.replicate.com/v1/predictions/brgfcps121rm80crajvr2x4jg4/cancel",
    "get": "https://api.replicate.com/v1/predictions/brgfcps121rm80crajvr2x4jg4",
    "stream": "https://stream.replicate.com/v1/files/bcwr-bx7iokgbhtcqohbyy7i5lnli25grd3mhcljqvwxliud4o7ov7mgq",
    "web": "https://replicate.com/p/brgfcps121rm80crajvr2x4jg4"
  }
}