뉴스로 돌아가기
제품AI Understanding 브리핑

Black Forest Labs, FLUX 3 Action 개방형 로봇공학 모델 출시

Black Forest Labs는 NVIDIA의 RoboLab-120 벤치마크에서 대규모 경쟁사보다 뛰어난 성능을 발휘하는 동시에 실제 로봇 배포를 위한 더 빠른 추론 속도를 제공한다고 주장하는 70억 매개변수 개방형 월드 액션 모델인 FLUX 3 Action을 출시했습니다.

5 min readRead the original reporting
Source-provided image accompanying Black Forest Labs releases FLUX 3 Action open-weights robotics model
기여 보고녹음된 소스
출판사
venturebeat.com
소스 링크
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
소스 유형
자사 문서가 아닌 뉴스 매체를 통한 보도입니다.

자체적으로는 확인할 수 없었던 내용: 이 소유권 주장은 해당 매장에 귀속됩니다. 당사는 자사 문서와 비교하여 이를 확인하지 않았습니다. (venturebeat.com)

맥락60초 안에 이해하세요

여기서 시작하세요

주요 용어

API(애플리케이션 프로그래밍 인터페이스)
한 소프트웨어 시스템이 다른 시스템에 요청을 보내고 응답을 받는 구조화된 방식입니다.
미세 조정
사전 훈련된 모델을 특정 작업에 맞게 조정하기 위해 도메인별 데이터에 대한 지속적인 훈련입니다.
사전 훈련
다운스트림 적응 전 광범위한 데이터에 대한 초기 대규모 모델 교육.
자신을 테스트해 보세요AI 모델 설명 퀴즈
Source video from venturebeat.com · shown with attribution.

무슨 일이 일어났나요?

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.

소스 세부정보: venturebeat.com ↗

왜 중요한가요?

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

대화형 메커니즘: 실제로 작동하는 방식

이 개발의 이면에 있는 기본 기술을 대화식으로 살펴보세요.

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.
대화형 개념 확인+10 Points
AI Models Explained Quiz

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

다음에 무엇을 볼 것인가

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.

Finally, the competitive landscape in open-weight robotics is evolving rapidly. With models like Ai2's MolmoAct 2 and NVIDIA's GR00T N1.7 already available, the success of FLUX 3 Action will depend on its ability to offer distinct advantages in terms of performance, efficiency, and ease of use. The next few months will likely see more comparisons and benchmarks as the community tests the model in various applications.

관련 가이드 및 퀴즈

AI 모델 설명AI 에이전트AI의 미래알고 있는 내용을 테스트해 보세요. 무료 AI 퀴즈를 시도해 보세요.용어집에서 AI 용어를 찾아보세요.AI 모델 출시 추적기를 따르세요.
이것이 유용하다고 생각하시나요?