CATEGORYPerception · Runtime & Infrastructure
READINESSTRL 5
ADOPTION SCALEResearch / Prototype
LICENSESLicenseRef-Proprietary
FIRST RELEASE2025
KAI World Model is a foundation world model developed by Kinetix AI, serving as an internal simulator/predictor for control policies on the KAI humanoid. The model learns the conditional distribution P(image_t+1, state_t+1 | image_t, state_t, action_t) from millions of hours of robot footage and synthetic data from simulators (Isaac Sim, MuJoCo). Once trained, it acts as a neural physics engine in which RL policies can be trained without using the real robot.
The architecture is based on a diffusion transformer (DiT) with conditioning state and cross-attention to language embeddings. The prediction resolution is 256×256 over 8 future timesteps. The model also generates an implicit contact-dynamics representation, crucial for object manipulation and locomotion on uneven terrain.
KAI World Model is a component of the proprietary Kinetix AI stack and is not publicly available. Internally it is used both for offline RL (on collected data) and for online imagination-based planning (Dreamer-style model-based RL). A research API release is announced for 2026.