š New Models Available: grok-4 now live!
ā Explore New Features
{
"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.cometapi.com/replicate/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions' \
--header 'Authorization: Bearer {{api-key}}' \
--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
}
}'
{
"id": "r4prrv83g9rma0cnh0vbhqhb2g",
"model": "black-forest-labs/flux-schnell",
"version": "hidden",
"input": {
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot"
},
"logs": "",
"output": [
"https://replicate.delivery/xezq/QqAPxL5nRxpRClFy7oV3WuDdNnMIAsreRI0tivKvDpBaK1LKA/out-0.webp"
],
"data_removed": false,
"error": null,
"status": "processing",
"created_at": "2025-03-12T02:36:36.098Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/r4prrv83g9rma0cnh0vbhqhb2g/cancel",
"get": "https://api.replicate.com/v1/predictions/r4prrv83g9rma0cnh0vbhqhb2g",
"stream": "https://stream.replicate.com/v1/files/bcwr-ctgqnxzmppcbcbpvpygk5qnsd4nmxzw2zkofxfcx2cfl2f4pl3fq"
}
}