explainx / blog
FLUX 3: Black Forest Labs Unifies Video, Audio, and Robot Action
FLUX 3 Video makes 20-second, 720p clips with native audio. FLUX-mimic applies the same backbone to robots at Audi. Here's what's real today.
explainx / blog
FLUX 3 Video makes 20-second, 720p clips with native audio. FLUX-mimic applies the same backbone to robots at Audi. Here's what's real today.

Jul 23, 2026
DARPA and the US Air Force flew standard F-16s under AI control at Eglin Air Force Base using the VENOM Autonomy Kit — a flip-a-switch toggle between human and machine flight, not an unmanned jet. Here's what the AIR program actually validated, and what the human-on-the-loop safety debate misses.
Jul 22, 2026
Xiaomi's robot foundation VLA breaks the teleop data wall with handheld UMI grippers, VLM auto-labels for state transitions, then embodiment + instruction alignment. Real-robot success scales with pre-train data; code/weights TBA.
Jul 21, 2026
NVIDIA's SIGGRAPH 2026 MotionBricks paper replaces sprawling animation graphs with a modular latent motion model and two authoring primitives. This deep dive explains the 350,000-clip backbone, 15,000-FPS benchmark, UE5 workflow, and why the Unitree G1 demo still requires a physical tracking controller.
Every major video generation lab eventually gets asked the same question: if your model actually understands what happens next in a video, why can't it tell a robot what to do next in the real world? On July 23, 2026, Black Forest Labs answered that question directly — not with a research paper, but with a shipped robotics product already running production tests inside Audi's factories.
The Berlin/Freiburg startup — founded in 2024 by former Stability AI leaders and known for the FLUX image models that outran Stability's own follow-ups — announced FLUX 3, a single multimodal architecture jointly trained across images, video, audio, and action prediction. Alongside it: FLUX-mimic, a robotics model built with mimic robotics, running today on real hardware in a real automotive factory.
| Question | Answer |
|---|---|
| How long are FLUX 3 Video clips? | Up to 20 seconds per generation, tested at 720p, with native audio |
| Is FLUX 3 open weight? | Not yet — FLUX 3 Dev (open weight) is planned "later in 2026," no date set |
| What is FLUX-mimic? | A robotics model combining FLUX 3's world understanding with mimic robotics' manipulation expertise; testing live at Audi |
| Is it available today? | FLUX 3 Video and FLUX-mimic/Action are in early access now; FLUX 3 Image ships "in coming weeks" |
| Who's testing the creative tools? | Canva, Burda, Magnific (formerly Freepik), Krea, and Picsart |
| How good are the benchmarks, really? | Strong preference rates, but self-reported by BFL and explicitly called preliminary — no independent leaderboard yet |
Robin Rombach, Black Forest Labs' co-founder and CEO, framed the announcement around a claim that's easy to skim past and important to sit with: "True intelligence means perceiving the world: predicting how it will change, taking action, and learning from results." He followed it with the line that explains the whole product line in one sentence: "A model that only learns images can only generate images. But the world is not made of still frames."
That's the throughline connecting FLUX 3 Video, FLUX-mimic, and the Audi deployment. They aren't three separate announcements bundled for a press day — they're one architectural bet. If a model learns to predict "what does this scene look like one frame later" well enough across enough video, it has implicitly learned something close to "what does this physical action look like one moment later." Video prediction and action prediction, in BFL's framing, are structurally the same task wearing different outputs.
This is why FLUX 3 is trained jointly across modalities rather than as separate specialist models bolted together after the fact. Most labs ship an image model, then a video model, then — if robotics comes up at all — a separate action model trained from scratch on robot demonstration data. BFL's pitch is a single backbone that already understands physical dynamics well enough that adapting it to a new modality (audio, then action) is a fine-tuning problem, not a from-scratch training problem. That's also the argument Yann LeCun has been making about why LLM-only approaches struggle with physical-world tasks — you need models that learn world dynamics, not just token sequences. FLUX 3 is Black Forest Labs' direct answer to that gap, built from the video side rather than the language side.
FLUX 3 Video is in early access as of the announcement. The headline specs: up to 20 seconds of video in a single generation, tested at 720p resolution, with native audio generated as part of the same process rather than added in a separate pass afterward.
That "native" distinction matters more than it sounds. Most video generators that added audio did it as a bolt-on second model — generate the video, then generate matching sound for it. FLUX 3 treats audio as a first-class training signal from the start, which BFL says shows up specifically in how well the model associates sounds with physical events: footsteps landing, objects impacting surfaces, the timing of a door closing. It's also noted for capturing human facial expressions more reliably than prior generations of video models.
Supported capabilities span the range most builders would ask for:
Black Forest Labs published its own blind-test comparison results. Treat these as a starting data point, not a verdict — they're self-reported, and BFL explicitly flagged them as preliminary and likely to shift as more testers weigh in:
| Compared against | FLUX 3 Video preference rate |
|---|---|
| Runway Gen-4.5 | 77% |
| Luma Ray 3.2 | 93% |
| Kling v3 Pro | 60% |
| Grok Imagine Video | 69% |
| Gemini Omni Flash | 52% |
A few things worth reading into that table rather than around it. The margin against Luma Ray 3.2 (93%) is the widest, while the margin against Gemini Omni Flash (52%) is nearly a coin flip — meaningfully different competitive pictures depending which rival a reader actually cares about. No third-party Elo-style arena has ranked FLUX 3 Video yet, which is the honest caveat: these are one lab's own preference tests on its own model, run before the wider public got access.
Early creative-tool testing partners named in the rollout include Canva, Burda, Magnific (formerly Freepik), Krea, and Picsart — signaling BFL's near-term go-to-market is the same creative-tooling ecosystem that already integrates FLUX image models, not a consumer app of its own.
The more structurally interesting release is FLUX-mimic — because it's the clearest test of whether BFL's "video and action are the same problem" thesis actually holds up outside a demo.
FLUX-mimic is built jointly with mimic robotics, combining the FLUX 3 backbone with mimic's existing expertise in dexterous manipulation and production deployment — the kind of pairing world-model-to-robotics deals have become common across the industry this year. Black Forest Labs describes two technical approaches sitting side by side: native action-prediction directly within FLUX 3's shared representation, and specialized finetuning of the video backbone for task-specific robotics work when a narrower, faster model is needed.
The efficiency claim is the number worth remembering: fine-tuning FLUX-mimic for a new task takes as little as 30 minutes of robot data, compared to "30 or more hours" with prior approaches. If that holds up under independent testing, it's a roughly 60x reduction in the data-collection bottleneck that has made robot task-switching slow and expensive — closer in spirit to how quickly Xiaomi's UMI-based data pipeline is trying to compress robot learning curves, though via a different route (video-pretrained backbone versus scaled teleoperation data collection).
Elvis Nava, CTO of mimic, put the mechanism plainly: "Because FLUX-mimic is built on frontier video models that understand how the physical world behaves, it picks up new tasks in minutes, not days." That's the practical payoff of the joint-training thesis — a robot doesn't need to relearn physics from scratch for every new task if the backbone already encodes how objects move, deform, and interact from having watched enough video.
FLUX-mimic is already undergoing real production testing at Audi — not a lab demo, an actual factory floor. Per leadership at the production lab involved, quoted in coverage of the deployment: "these robots solve complex soft body manipulation work that would have been simply impossible with conventional robotics." The examples given point at exactly the kind of tasks that have historically defeated rigid industrial robotics arms: cable handling, soft or deformable materials, and other jobs where the object being manipulated doesn't hold a fixed shape. The framing from Audi's side isn't robots replacing people wholesale — it's employee assistance and production-line flexibility on the specific tasks conventional automation couldn't touch.
Black Forest Labs is staging the release rather than shipping everything at once:
No pricing has been disclosed for any tier as of this writing. For a company whose FLUX.1 image models became one of the most widely fine-tuned open releases in the diffusion ecosystem, the Dev tier's eventual open weights will likely matter more to the developer and researcher community than the API tiers — but that's a later-2026 story, not a today story.
A few things are worth being direct about, rather than letting the announcement's momentum carry past them.
The benchmark numbers are self-reported. Every preference rate in that comparison table came from Black Forest Labs' own testing, against its own choice of comparison models and prompts, published in its own announcement. BFL itself calls the numbers preliminary and expects them to shift. There is no independent arena-style leaderboard (the kind that exists for LLMs) ranking FLUX 3 Video against competitors yet. Reasonable to treat as a credible signal from a serious lab — not as settled fact.
The tier most designers actually want isn't out yet. FLUX 3 Image — the direct successor to FLUX.1 and the tier that competes head-on with Midjourney, Qwen-Image, and other still-image generators — is explicitly "rolling out in the coming weeks." Everything shipping today is Video and Action/robotics. If your interest in FLUX 3 is still-image generation, there's nothing new to actually use yet.
Open weights are a later-2026 promise, not a current option. FLUX 3 Dev doesn't have a release date, license terms, or model size disclosed. Anyone hoping to self-host or fine-tune FLUX 3 locally — the way many builders currently do with FLUX.1 — has nothing to run today and no committed date to plan around.
Robotics production testing is still testing. Audi's soft-body manipulation deployment is real and running, but it's described as production testing, not a completed rollout across a full assembly line. The 30-minutes-of-data claim for new-task fine-tuning is a strong number worth watching for independent replication as more partners get access to FLUX-mimic.
FLUX 3 is Black Forest Labs' bet that video generation and robot action prediction are close to the same underlying problem — a model that predicts the next frame of a video is exercising much of the same world-understanding a robot needs to predict the next physical action. FLUX 3 Video (20-second, 720p, native-audio clips) and FLUX-mimic (already testing at Audi, learning new tasks from as little as 30 minutes of data) are the first proof points for that thesis, and they're genuinely shipping today, not vaporware. The parts to watch before drawing firm conclusions: BFL's comparison numbers are self-reported and preliminary, FLUX 3 Image hasn't launched yet, and open weights are a promise for later in 2026, not something available now. Whether the unified-architecture bet actually outperforms specialist video models and specialist robot-learning stacks over the next few months is the real test — this announcement is the starting line, not the result.
Sources: Black Forest Labs' FLUX 3 announcement (bfl.ai), press coverage of the July 23, 2026 launch, and mimic robotics' public statements on FLUX-mimic and the Audi deployment.
This post reflects Black Forest Labs' announcement and public statements as of July 23, 2026. Rollout timelines for FLUX 3 Image and FLUX 3 Dev are forward-looking and may shift; pricing was not disclosed for any tier at publication time.