Skip to content

创建任务 black-forest-labs/flux-1.1-pro-ultra

概览

认证

  • Header: Authorization: Bearer <token>

请求参数

  • Header: Authorization: Bearer <token>
  • Body 类型: application/json
{
    "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
    }
  }

请求示例

curl --location --request POST 'https://api.winfull.cloud-ip.cc/replicate/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "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
    }
  }'

返回示例

🟢200成功 示例

{
    "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"
    }
}

最后更新:2025-07-30 05:04:24

🚀 伝富AI-API文档 - 强大的AI接口平台