LiveBlack Forest Labs · FLUX family9 endpoints

FLUX API — FLUX.1 Image Generation, Editing & LoRA

The FLUX API hub brings FLUX.1 Dev, Schnell, Krea, PuLID, Redux, and LoRA endpoints into one searchable Muapi catalog.

FLUX DevCore FLUX.1 generation3 models
Text to ImageLiveFeatured
FLUX Dev

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.

Image
$0.015/request
Try Model
TrainingLive
FLUX Dev

FLUX Dev LoRA

FLUX FLUX Dev LoRA is a live Muapi endpoint for LoRA training. Submit it with one API key and poll the shared result endpoint.

LoRA weights
$0.015/request
Try Model
Text to ImageLive
FLUX Dev

FLUX Krea Dev

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.

Image
$0.015/request
Try Model
FLUX SchnellFast generation1 models
Text to ImageLive
FLUX Schnell

FLUX Schnell

FLUX FLUX Schnell is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

ImageFast
$0.003/request
Try Model
FLUX editingReference-driven image workflows2 models
Image EditingLive
Editing

FLUX Pulid

FLUX FLUX Pulid is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.04/request
Try Model
Image EditingLive
Editing

FLUX Redux

FLUX FLUX Redux is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.01/request
Try Model
FLUX LoRA trainingTrain custom styles and concepts2 models
TrainingLive
LoRA Training

FLUX LoRA Trainer

FLUX FLUX LoRA Trainer is a live Muapi endpoint for LoRA training. Submit it with one API key and poll the shared result endpoint.

LoRA weights
$3.20/request
Try Model
TrainingLive
LoRA Training

FLUX 1 Dev Style LoRA Trainer

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.

LoRA weights
$0.25/request
Try Model
FLUX LoRA supportApply custom LoRAs at inference1 models
LoRA SupportLive
LoRA Support

FLUX 1 Dev Style LoRA Inference

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.

Image
$0.025/request
Try Model

What is the FLUX API?

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.

FLUX API capabilities

FLUX.1 generation

Generate images with Dev, Schnell, and Krea variants.

Reference editing

Use PuLID and Redux workflows to guide image creation.

LoRA training

Train custom FLUX style or concept LoRAs.

LoRA inference

Apply a custom FLUX LoRA while generating or editing.

Quick start — FLUX API

Submit a FLUX image or training request with your Muapi key and poll the returned request ID.

1. Submit a FLUX job

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.

2. Poll the result

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.

FLUX API FAQ

Which FLUX.1 endpoints are listed?

The hub includes Dev, Schnell, Krea Dev, PuLID, Redux, LoRA training, style training, and style inference.

Is FLUX.2 included here?

No. FLUX.2 has a separate /flux-2 hub.

Can I train a FLUX LoRA?

Yes. The hub includes FLUX LoRA and style trainer endpoints.

Build with FLUX

Connect FLUX.1 generation, editing, and LoRA workflows through one API key.