Generate image with black-forest-labs/flux-dev-lora
Generates an image using the black-forest-labs/flux-dev-lora model.
Authorization
BearerAuth API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/model/generateImage" \ -H "Content-Type: application/json" \ -d '{ "model": "black-forest-labs/flux-dev-lora", "prompt": "Super Realism, Woman in a red jacket, snowy, in the style of hyper-realistic portraiture, caninecore, mountainous vistas, timeless beauty, palewave, iconic, distinctive noses --ar 72:101 --stylize 750 --v 6" }'{ "id": "7hm7nbwarxrm80cnq1yvmxz4m4", "logs": "...", "urls": { "cancel": "http://example.com", "result": "http://example.com" }, "input": { "model": "black-forest-labs/flux-dev-lora", "seed": -1, "size": "1024*1024", "image": "string", "loras": [ { "path": "strangerzonehf/Flux-Super-Realism-LoRA", "scale": 1 } ], "prompt": "Super Realism, Woman in a red jacket, snowy, in the style of hyper-realistic portraiture, caninecore, mountainous vistas, timeless beauty, palewave, iconic, distinctive noses --ar 72:101 --stylize 750 --v 6", "strength": 0.8, "mask_image": "string", "num_images": 1, "guidance_scale": 2.5, "cfg_scale": 1, "negative_prompt": "string", "num_inference_steps": 28 }, "model": "black-forest-labs/flux-dev", "output": [ "https://replicate.delivery/..." ], "status": "processing", "created_at": "2025-03-21T11:36:30.151Z", "has_nsfw_contents": [ false ]}Last updated on