Generate consistent images and video from multiple references with FLUX 3 Omni Reference. Coming soon on Muapi — reserve your API key today.
About this model
FLUX 3 Omni exposes Black Forest Labs' Omni Reference mode — a single endpoint that accepts multiple reference images and video clips at once and generates new images or video that keep the same subject, style, and scene consistent across every output. Built on FLUX 3's unified multimodal architecture, Omni Reference extends the instruction-driven editing of FLUX 3 Image to Image to multi-reference, cross-modal inputs, letting a single character, product, or setting stay visually consistent whether the output is a still image or a full video clip. Black Forest Labs lists Omni Reference as coming soon.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapi | TBD at launch | Coming soon — early access via Black Forest Labs, general availability pricing not yet published. |
| Fal.ai | Not available | FLUX 3 Omni is not yet available on Fal.ai. |
| Replicate | Not available | FLUX 3 Omni is not yet available on Replicate. |
Coming soon — early access via Black Forest Labs, general availability pricing not yet published.
FLUX 3 Omni is not yet available on Fal.ai.
FLUX 3 Omni is not yet available on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the desired output, guided by the reference images/videos. | Keep this character and outfit consistent while placing them in a rooftop garden at sunset. |
| Image URLs | array | Reference image(s) to guide subject, style, or scene. | https://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg |
| Video URLs | array | Reference video(s) to guide motion, style, or scene. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/flux-3-video.mp4 |
| Aspect Ratio | Enum (6 options) | Aspect ratio of the output. | 16:9 |
| Resolution | Enum (2 options) | Output resolution. | 720p |
Text prompt describing the desired output, guided by the reference images/videos.
Keep this character and outfit consistent while placing them in a rooftop garden at sunset.Reference image(s) to guide subject, style, or scene.
https://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpgReference video(s) to guide motion, style, or scene.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/flux-3-video.mp4Aspect ratio of the output.
16:9Output resolution.
720pDeveloper documentation
Provide reference images and/or videos via images_list and videos_list.
Write a prompt describing the desired output, guided by those references.
Set aspect_ratio and resolution.
Submit the request once live:
curl -X POST https://api.muapi.ai/api/v1/flux-3-omni \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "Keep this character and outfit consistent in a rooftop garden at sunset", "images_list": ["https://example.com/character.jpg"], "aspect_ratio": "16:9"}'
/api/v1/predictions/{id}/result until completed.Frequently asked
FLUX 3 Omni exposes Black Forest Labs' Omni Reference mode — it takes multiple reference images and video clips and generates new images or video that keep the same subject, style, and scene consistent across outputs.
No — Black Forest Labs lists Omni Reference as coming soon. Muapi will enable the endpoint as soon as Black Forest Labs opens general API access.
The planned input schema supports up to 10 reference images and up to 4 reference video clips per request, though final limits may change before launch.
Both — Omni Reference is designed to generate either an image or a video clip depending on your prompt and settings, while keeping subject and style consistent with the supplied references.
FLUX 3 Image to Image edits a single image with an instruction. FLUX 3 Omni accepts multiple images and videos as references simultaneously and can output either modality, making it suited to cross-modal consistency rather than single-image edits.
Create a free Muapi account and generate an API key today. This endpoint will activate automatically for existing users as soon as Black Forest Labs opens general availability — no separate waitlist required.