Tencent Hunyuan Open-Sources 6.2B RxBrain Embodied Model
TL;DR
- Tencent's Hy Team released RxBrain, a ~6.2B parameter embodied cognition foundation model, under Apache License 2.0 on GitHub and Hugging Face.
- A single autoregressive sequence alternates language reasoning with flow-matched imagined frames, and a learned
token decides when to imagine. - Weights and inference code are live, but RxBrain-Bench, the fine-tuning code, and the full technical report are still listed as TODO.
Tencent's Hy Team dropped a roughly 6.2B parameter embodied cognition model this week under Apache License 2.0, which is the part worth pausing on before the architecture. Weights and inference code for Hy-Embodied-RxBrain-1.0 are live on GitHub and Hugging Face, with the repo listing Tencent Robotics X, Futian Laboratory, and Tencent Hy Team as the developers.
The technical pitch, laid out in the arxiv preprint, is a single autoregressive sequence that alternates language reasoning with flow-matched imagined frames. A learned <Image> token decides when the model should stop writing plan steps and start generating what the near-future frame should look like. Tencent frames the design as a unified multimodal Mixture-of-Transformers that handles what they call embodied understanding and reasoning, world state prediction, and joint subgoal planning inside one model.
The reason a research team would build it this way is the coupling. Most embodied stacks separate the language planner from the world model and wire them together with glue code and a simulator. Interleaving them in one sequence means each plan step and its visual consequence come from the same rollout, and robot action generation can piggyback on the imagined subgoal. The preprint claims promising real-robot performance sans extensive action-training datasets, which is the specific pitch to labs that cannot afford a giant proprietary action corpus.
The caveats are worth stating plainly. RxBrain-Bench, the fine-tuning code, and the full technical report are all listed as TODO on the repo, so the strongest performance claims are not yet checkable by outsiders. Treat the real-robot framing as a preprint claim, not a settled result. What the release also does not give you is a latency figure for flow-matched frame generation inside a control loop, or a clean side-by-side against conventional vision-language-action models at the same parameter count.
The forward-looking piece is who can now do something they could not before. A robotics startup or a university lab can fine-tune a permissively-licensed embodied foundation model without paying for proprietary access. If the interleaved planning approach generalizes past the demo setup, that changes who gets to build physical AI.
Originally reported by paper
Read the original article →Original headline: Tencent Hunyuan Open-Sources RxBrain, Embodied Cognition Model That Imagines Visual Subgoals Mid-Plan