Tilbake til Nyheter
ProduktAI Understanding orientering

Black Forest Labs releases FLUX 3 Action open-weights robotics model

Black Forest Labs has released FLUX 3 Action, a 7-billion-parameter open-weight World Action Model that claims to outperform larger competitors on NVIDIA's RoboLab-120 benchmark while offering faster inference speeds for practical robotics deployment.

5 min readRead the original reporting
Source-provided image accompanying Black Forest Labs releases FLUX 3 Action open-weights robotics model
Tilskrevet rapporteringKilde registrert
Utgiver
venturebeat.com
Kilde lenke
venturebeat.comhttps://venturebeat.com/infrastructure/black-forest-labs-debuts-flux-3-action-an-open-weights-ai-robotics-model-that-tops-the-leaderboard-at-half-the-size-of-its-competition
Kildetype
Rapportering fra en nyhetskanal - ikke et førstepartsdokument.

Det vi ikke kunne bekrefte uavhengig: Dette kravet tilskrives det navngitte utsalgsstedet. Vi har ikke verifisert det mot et førstepartsdokument. (venturebeat.com)

KontekstForstå dette på 60 sekunder

Start her

Nøkkelord

API (Application Programming Interface)
En strukturert måte for ett programvaresystem å sende forespørsler til og motta svar fra et annet system.
Finjustering
Fortsatt opplæring på domenespesifikke data for å tilpasse en forhåndstrent modell til en spesifikk oppgave.
Foropplæring
Innledende modelltrening i stor skala på brede data før nedstrøms tilpasning.
Test deg selvQuiz for forklaring av AI-modeller
Source video from venturebeat.com · shown with attribution.

Hva skjedde

Black Forest Labs (BFL) released FLUX 3 Action, a 7-billion-parameter open-weight 'World Action Model' designed for robotics. The model takes camera observations, robot state, and natural language instructions to generate physical actions. BFL reports a 42.92% success rate on NVIDIA's RoboLab-120 benchmark, surpassing the previous leader, NVIDIA's Cosmos3-Nano-Policy (16B parameters), by 6.1 percentage points. The release includes weights, code, and recipes, allowing developers to adapt the model to specific robots using frameworks like LeRobot.

Black Forest Labs, known for its FLUX image and video models, has expanded into robotics with the release of FLUX 3 Action. This 7-billion-parameter model is an open-weight 'World Action Model' (WAM) that processes camera inputs, system states, and text instructions to output a sequence of 32 physical actions along with a prediction of the visual scene's evolution.

According to VentureBeat, BFL reports that FLUX 3 Action achieves a 42.92% overall success rate on NVIDIA's RoboLab-120 benchmark. This score exceeds the previous top open model, NVIDIA's Cosmos3-Nano-Policy, by 6.1 percentage points. Notably, FLUX 3 Action uses only 7 billion parameters compared to Cosmos's 16 billion, and BFL claims it runs 1.43 times faster, establishing a new Pareto frontier for efficiency and performance.

The release includes the model weights, code, recipes, and reproducible examples. BFL states that teams can fine-tune the model using demonstrations collected from their own robots, specifically mentioning compatibility with the SO-101 robot and Hugging Face’s LeRobot framework. The company also demonstrated the model's capabilities in non-robotic environments, including flying drones and playing the video game Doom without in-game deaths, though these are characterized as early experiments.

BFL first previewed FLUX 3 Action in July when launching the broader FLUX 3 family, but it was initially restricted to selected research and commercial partners. The current release marks a shift toward broader accessibility, although specific commercial API pricing for the Action model has not yet been announced. The model builds on BFL's Self-Flow research, which aims to learn useful representations of motion and cause-and-effect from video data without relying on separate frozen representation models.

Kildedetaljer: venturebeat.com

Hvorfor det betyr noe

This release is significant because it provides a compact, open-weight alternative to larger proprietary or closed robotics models. By achieving higher benchmark scores with fewer parameters (7B vs 16B) and faster inference, BFL lowers the barrier to entry for teams wanting to deploy advanced robotic policies without massive compute resources. The open-weight nature allows for local and data privacy, which is critical for industrial applications where proprietary data cannot leave the facility. It also validates the 'World Action Model' approach, where video informs physical control, potentially reducing the need for extensive robot-specific data collection.

The release of FLUX 3 Action is consequential for the robotics industry because it offers a high-performance, open-weight option that challenges larger, more resource-intensive models. By achieving superior benchmark results with fewer parameters, BFL demonstrates that efficiency and performance are not mutually exclusive, which is critical for edge deployment where compute resources are limited.

For developers, the open-weight nature of the model is a key differentiator. It allows teams to inspect, modify, and fine-tune the model within their own infrastructure, ensuring that proprietary robot demonstrations and operational data remain private. This is a significant advantage over hosted robotics services or proprietary models like Google's Gemini Robotics On-Device 2, which are limited to selected testers.

The model's architecture, which combines video with action generation, aligns with the growing trend of using generative models to understand physical dynamics. This approach may reduce the amount of robot-specific data required for training, as the model can leverage broad visual and physical representations learned from video. This could accelerate the development of robotic systems for tasks such as sorting, assembly, and navigation.

However, the practical impact depends on the final license terms and the ability of outside teams to reproduce the reported results. Robotics benchmarks are often fragmented, and direct comparisons between different model architectures (WAMs, VLAs, and action-reasoning models) are difficult. The success of FLUX 3 Action will ultimately be determined by its performance in real-world, diverse robotic environments rather than just simulation benchmarks.

Interactive Mechanism

Interaktiv mekanisme: Hvordan det faktisk fungerer

Utforsk den underliggende teknologien bak denne utviklingen interaktivt.

Thinking Budget (Test-Time Tokens):1,024 tokens
Complex Accuracy79%Math & Code Logic
Latency3.2sTime to first full output
Inference Cost$0.0092Per query estimated
Reasoning StyleStep VerificationInternal chain depth
Active Thinking Trace:
1Deconstruct user problem into formal constraints
2Propose candidate hypotheses & step-by-step calculation
3Self-correction: Backtrack and refute subtle edge cases
4Exhaustive consistency check & final output synthesis
Core takeaway: Test-time compute fundamentally changes AI economics. Instead of only scaling during pre-training, giving reasoning models more tokens at inference time allows them to systematically solve PhD-level STEM problems.
Interaktiv konseptsjekk+10 Points
AI Models Explained Quiz

In AI, what are a model's "parameters"?

Hva du skal se neste

Developers should monitor the availability of the final commercial license terms, as the current release is primarily for research and partner access. Independent reproduction of the benchmark results on diverse hardware is crucial, as robotics benchmarks often lack standardization. Additionally, watch for the integration of FLUX 3 Action into broader commercial APIs or whether BFL expands its open-core strategy to include more robotics-specific endpoints.

The most immediate factor to watch is the publication of the final commercial license terms for FLUX 3 Action. While BFL has released the weights and code, the specific conditions for commercial use, redistribution, and modification are not yet fully detailed. This will determine how widely the model can be adopted in industrial settings.

Independent verification of the benchmark results is crucial. BFL's reported 42.92% success rate on RoboLab-120 is based on their own testing, and NVIDIA's public leaderboard had not been updated with these results at the time of the report. Reproduction by third-party research groups will be necessary to confirm the model's performance and generalizability.

Developers should also monitor the integration of FLUX 3 Action into existing robotics frameworks and hardware. BFL has highlighted compatibility with the SO-101 robot and LeRobot, but the model's performance on other common robotic platforms, such as those from NVIDIA or Ai2, remains to be seen. The ease of on diverse hardware will be a key determinant of its adoption.

Endelig er det konkurransedyktige landskapet innen åpen vekt-robotikk i rask utvikling. Med modeller som Ai2s MolmoAct 2 og NVIDIAs GR00T N1.7 allerede tilgjengelig, vil suksessen til FLUX 3 Action avhenge av dens evne til å tilby distinkte fordeler når det gjelder ytelse, effektivitet og brukervennlighet. De neste månedene vil sannsynligvis se flere sammenligninger og benchmarks ettersom samfunnet tester modellen i ulike applikasjoner.

Relaterte guider og quizer

AI-modeller forklartAI-agenterKIs fremtidTest det du vet – prøv en gratis AI-quizSlå opp et AI-begrep i ordlisten vår
Fant du dette nyttig?