FLUX Dev
FLUX FLUX Dev is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.
The FLUX API hub brings FLUX.1 Dev, Schnell, Krea, PuLID, Redux, and LoRA endpoints into one searchable Muapi catalog.
FLUX FLUX Dev is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX Dev LoRA is a live Muapi endpoint for LoRA training. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX Krea Dev is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX Schnell is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX Pulid is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX Redux is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX LoRA Trainer is a live Muapi endpoint for LoRA training. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX 1 Dev Style LoRA Trainer is a live Muapi endpoint for LoRA training. Submit it with one API key and poll the shared result endpoint.
FLUX FLUX 1 Dev Style LoRA Inference is a live Muapi endpoint for LoRA inference. Submit it with one API key and poll the shared result endpoint.
FLUX.1 is a family of image generation and editing endpoints from Black Forest Labs. Muapi groups Dev and Schnell with Krea, PuLID, Redux, and LoRA workflows.
Use FLUX Dev for general prompt-to-image quality, Schnell for fast iteration, and editing or LoRA endpoints when a reference or custom style should guide the output. FLUX.2 has a separate hub.
Generate images with Dev, Schnell, and Krea variants.
Use PuLID and Redux workflows to guide image creation.
Train custom FLUX style or concept LoRAs.
Apply a custom FLUX LoRA while generating or editing.
Submit a FLUX image or training request with your Muapi key and poll the returned request ID.
curl -X POST https://api.muapi.ai/api/v1/flux-dev \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A surreal botanical illustration with precise ink details","image_size":"square_hd"}'
# Response: {"request_id":"REQUEST_ID"}The example uses FLUX Dev text-to-image.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Read the completed image URL from the result response.
The hub includes Dev, Schnell, Krea Dev, PuLID, Redux, LoRA training, style training, and style inference.
No. FLUX.2 has a separate /flux-2 hub.
Yes. The hub includes FLUX LoRA and style trainer endpoints.
Connect FLUX.1 generation, editing, and LoRA workflows through one API key.