Black Forest Labs opens FLUX 3 Action, a 7B model that predicts robot moves and video frames together Black Forest Labs released FLUX 3 Action, an open-weight 7B world-action model derived from its multimodal FLUX 3 backbone, which sets a new state-of-the-art success rate on the RoboLab-120 leaderboard at less than half the parameters of the previous best open model while running up to 3.95x faster. The company reports that combining fast action prediction with frontier reasoning models yields up to 53.64% more success per dollar, and that on a B200 GPU the prior best open world-action model, Cosmos 3 Nano in FP8, needs about 4.7x as much processing time per second of robot motion as the VLA model Pi0.5 in BF16. Black Forest Labs published the weights alongside a report detailing pretraining, midtraining, finetuning and inference optimizations for local deployment. Table of Contents FLUX 3 Action Visual Intelligence describes systems that understand, reason, perceive and act in the visual world - for example by simulating environments, modifying and editing pixels, or by predicting how to interact with an environment to reach a goal. The latter capability is often referred to as “action prediction” - the ability to predict the next action of an agent and the resulting state of its environment from a series of observations, such as videos from multiple cameras on a robotic workstation. The advance of multimodal world models has enabled rapid progress for systems that interact with the world, especially in the field of robotics - while at the same time, frontier reasoning systems have shown strong planning and generalization capabilities but remain practically limited by latency and model size. We present FLUX 3 Action, an open-weight 7B world-action-model derived from our multimodal FLUX 3 backbone, that was pretrained on a large-scale collection of video, image and audio data - with a strong emphasis on videos https://bfl.ai/blog/flux-3 . On the RoboLab-120 https://research.nvidia.com/labs/srl/projects/robolab/leaderboard.html leaderboard it sets a new state-of-the-art success rate at less than half the parameters of the previous best open model, while running up to 3.95x faster. Images, video and audio represent different aspects of the underlying reality. Training across these modalities lets us build on a much broader source of data than action demonstrations alone, resulting in more generalization. We then adapt this foundation through joint video-action training and finetuning for a target embodiment and its corresponding action space. In robotics, the fine-tuning recipe is just as important as the weights. We are publishing this report along with the weights to make this process transparent; from the pretraining and midtraining phases to finetuning and inference optimizations for action prediction - where efficiency in particular is a critical and necessary capability for local deployments. In addition, we analyze hybrid systems that combine fast action prediction with the planning capabilities of frontier reasoning models - and find that fast control makes embodied reasoning more cost- and time efficient - up to 53.64% more success per dollar. The focus of this report is action prediction applied to robotics - but action prediction extends to digital environments as well. We explore gaming as a testbed for navigation, anticipating computer-use and other latency-sensitive agents and planning capabilities driven by visual information. Action Policies Open action policies currently force a choice on you: World Action Models WAMs , which predict future actions jointly with video, lead benchmarks such as RoboLab https://research.nvidia.com/labs/srl/projects/robolab/leaderboard.html