Models
Model catalog, CLI commands, runtime readiness, and how to choose a model for a run.
On this page
Use This Page
Use this page when you need to pick a model, check whether it can run on your machine, or understand what a support label means. The table names below are catalog groups, not separate commands. For day-to-day use, start from the CLI:
| Goal | Command |
|---|---|
| List known model ids and aliases | worldfoundry-eval zoo models --json |
| View one model manifest | worldfoundry-eval zoo model-show --model-id <model-id> --include-manifest --json |
| Check local checkpoints, credentials, and asset blockers | worldfoundry-eval zoo model-download --model-id <model-id> --check-local --json |
| List runtime runners | worldfoundry-eval models runtime-runners --json |
Run inference
With a prepared requests.jsonl, generate artifacts via the pipeline runner:
worldfoundry-eval evaluate \
--mode model \
--model-id <model-id> \
--model-runner worldfoundry:pipeline \
--model-manifest-dir worldfoundry/data/models/catalog \
--requests-path tmp/requests.jsonl \
--output-dir tmp/model_eval \
--metric artifact_count \
--required-artifact video \
--jsonFor the full inference flow (environment, checkpoints, Studio), see the Inference guide.
Output files
| File | Purpose |
|---|---|
run_manifest.json | Run id, model, benchmark metadata, timestamps, output paths |
results.jsonl | Per-sample status, artifacts, timing |
metrics/summary.json | Aggregated metrics |
scorecard.json | Leaderboard eligibility and blocking reasons |
When a run fails
zoo model-show --include-manifest— integration status and blockerszoo model-download --check-local— checkpoint, credential, and asset readiness- Cross-check the benchmark page for required datasets, API keys, and generated-output layout
- Cross-check the model registry below for runner evidence on that model id
Choosing a Model
Before spending GPU time, answer these questions in order:
| Question | What to check |
|---|---|
| Is the model known to WorldFoundry? | It appears in worldfoundry-eval zoo models --json and has a stable model_id. |
| Can this repo route the model? | The manifest resolves through a runner and pipeline binding. runtime_ported means the route exists, but real checkpoint/API/simulator parity may still be pending. |
| Can it run in your environment? | zoo model-download --check-local, models assets, and the benchmark page report required checkpoints, API keys, datasets, or simulators. |
| Is it benchmark-ready for your task? | The model has evidence for the specific benchmark or artifact type you plan to run. Video, 3D, world-action, and VLA tasks require different evidence. |
Reading Catalog Rows
| Column | Meaning |
|---|---|
| Family | Public project or provider family. Variants may still have separate manifests. |
| Capability | What the model can produce or predict in WorldFoundry terms. |
| Runtime | local, official repo, subprocess, hosted API, or mixed. |
| Evidence target | The next useful proof before a stronger public claim. |
Current coverage summary
WorldFoundry tracks model support at the manifest, runner, and benchmark-evidence levels. Use this summary to find the right model group first, then inspect the exact model id with zoo model-show.
| Catalog directory | Entries | What it covers | Representative ids |
|---|---|---|---|
worldfoundry/data/models/catalog/video/ | 48 | Video, audio, and multimodal generation catalog (merged from video_open and video_pipeline_runner). Includes open-source provenance records and pipeline-bound runtime integrations. | wan2.1, hunyuanvideo, animatediff, zeroscope, step-video-t2v, sana, vmem, krea-realtime-video. |
worldfoundry/data/models/catalog/world_models/ | 69 | Interactive world-model and simulator catalog (merged from world_models and world_pipeline_runner). | matrix-game-2, lingbot-world, hunyuanworld-voyager, diamond, dino-wm, leworldmodel, starwm, irasim. |
worldfoundry/data/models/catalog/three_d_four_d/ | 47 | 3D/4D generation, reconstruction, point-cloud, geometry, scene-representation, and perception-prior records. Status mix: 25 integrated, 10 runtime_ported, 10 blocked, 2 planned; most resolve through pipeline bindings. | flashworld, fantasyworld, dust3r, monst3r, splatt3r, pixelsplat, vggt-omega, dvlt. |
worldfoundry/data/models/catalog/vla_va_wam/ | 42 | VLA, VA, WAM, robot-policy, and embodied-action records. All entries expose runner targets and bindings; most are runtime_ported, while full policy/runtime claims remain checkpoint and simulator gated. | openvla, openpi, pi0-fast, smolvla, xvla, eo1, tdmpc, vqbet, wall-oss, act. |
Model source registry
This registry combines worldfoundry/data/models/catalog manifests with official paper, project-page, and source links confirmed for this docs surface. When a separate paper, project page, or code repository is not published, the closest official model card, source page, or project URL is used.
Open video models
Upstream video-generation families and in-tree runtime or metadata records. Support levels vary: some ids have verified local generation paths, others are checkpoint-gated wrappers, hosted/API-shaped entries, or provenance-only. Use catalog readiness and zoo model-show before treating a row as runnable.
Wan2.1 (wan2.1)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2503.20314
- Project: https://wan.video/
- GitHub: https://github.com/Wan-Video/Wan2.1
Wan2.2 (wan2.2)
- Capability: text-to-video, image-to-video, text-image-to-video
- Paper: https://arxiv.org/abs/2503.20314
- Project: https://wan.video/
- GitHub: https://github.com/Wan-Video/Wan2.2
HunyuanVideo (hunyuanvideo)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2412.03603
- Project: https://aivideo.hunyuan.tencent.com/
- GitHub: https://github.com/Tencent-Hunyuan/HunyuanVideo
LTX-Video (ltx-video)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2501.00103
- Project: https://ltx.video/
- GitHub: https://github.com/Lightricks/LTX-Video
LTX-2.x (ltx-2.x)
- Capability: text-to-video, image-to-video, video-to-video, audio-video-generation
- Paper: https://arxiv.org/abs/2601.03233
- Project: https://ltx.video/
- GitHub: https://github.com/Lightricks/LTX-Video
CogVideoX (cogvideox)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2408.06072
- Project: https://yzy-thu.github.io/CogVideoX-demo/
- GitHub: https://github.com/THUDM/CogVideo
Open-Sora (open-sora)
- Capability: text-to-video
- Paper: https://arxiv.org/abs/2412.20404
- Project: https://hpcaitech.github.io/Open-Sora/
- GitHub: https://github.com/hpcaitech/Open-Sora
Open-Sora-Plan (open-sora-plan)
- Capability: text-to-video
- Paper: https://arxiv.org/abs/2412.00131
- Project: https://github.com/PKU-YuanGroup/Open-Sora-Plan
- GitHub: https://github.com/PKU-YuanGroup/Open-Sora-Plan
Mochi-1 (mochi-1)
- Capability: text-to-video
- Paper: https://huggingface.co/genmo/mochi-1-preview
- Project: https://www.genmo.ai/play
- GitHub: https://github.com/genmoai/mochi
Allegro (allegro)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2410.15458
- Project: https://rhymes.ai/allegro_gallery
- GitHub: https://github.com/rhymes-ai/Allegro
EasyAnimate (easyanimate)
- Capability: text-to-video, image-to-video, video-to-video
- Paper: https://arxiv.org/abs/2405.18991
- Project: https://easyanimate.github.io/
- GitHub: https://github.com/aigc-apps/EasyAnimate
VideoCrafter (videocrafter)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2401.09047
- Project: https://ailab-cvc.github.io/videocrafter2/
- GitHub: https://github.com/VideoCrafter/VideoCrafter
DynamiCrafter (dynamicrafter)
- Capability: image-to-video
- Paper: https://arxiv.org/abs/2310.12190
- Project: https://doubiiu.github.io/projects/DynamiCrafter/
- GitHub: https://github.com/Doubiiu/DynamiCrafter
I2VGen-XL (i2vgen-xl)
- Capability: image-to-video, text-to-video
- Paper: https://arxiv.org/abs/2311.04145
- Project: https://i2vgen-xl.github.io/
- GitHub: https://github.com/ali-vilab/i2vgen-xl
ModelScopeT2V (modelscope-t2v)
- Capability: text-to-video
- Paper: https://arxiv.org/abs/2308.06571
- Project: https://modelscope.cn/models/damo/text-to-video-synthesis/summary
- GitHub: https://github.com/modelscope/modelscope
HunyuanVideo 1.5 (hunyuanvideo-1.5)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2511.18870
- Project: https://hunyuan.tencent.com/video/zh?tabIndex=0
- GitHub: https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5
SkyReels-V2 (skyreels-v2)
- Capability: text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2504.13074
- Project: https://github.com/SkyworkAI/SkyReels-V2
- GitHub: https://github.com/SkyworkAI/SkyReels-V2
MAGI-1 (magi-1)
- Capability: image-to-video, video-generation
- Paper: https://arxiv.org/abs/2505.13211
- Project: https://magi.sand.ai/
- GitHub: https://github.com/SandAI-org/MAGI-1
FramePack (framepack)
- Capability: image-to-video, long-video
- Paper: https://arxiv.org/abs/2504.12626
- Project: https://lllyasviel.github.io/frame_pack_gitpage/
- GitHub: https://github.com/lllyasviel/FramePack
Step-Video-T2V (step-video-t2v)
- Capability: text-to-video, video-generation
- Paper: https://arxiv.org/abs/2502.10248
- Project: https://yuewen.cn/videos
- GitHub: https://github.com/stepfun-ai/Step-Video-T2V
Open-MAGVIT2 (open-magvit2)
- Capability: video-tokenization, autoregressive-generation
- Paper: https://arxiv.org/abs/2409.04410
- Project: https://huggingface.co/TencentARC/Open-MAGVIT2
- GitHub: https://github.com/TencentARC/Open-MAGVIT2
Show-o (show-o)
- Capability: multimodal-generation, text-to-image, video-generation
- Paper: https://arxiv.org/abs/2408.12528
- Project: https://showlab.github.io/Show-o/
- GitHub: https://github.com/showlab/Show-o
AnimateDiff (animatediff)
- Capability: text-to-video, classic-unet-diffusion
- Paper: https://arxiv.org/abs/2307.04725
- Project: https://animatediff.github.io/
- GitHub: https://github.com/guoyww/AnimateDiff
ZeroScope (zeroscope)
- Capability: text-to-video, classic-unet-diffusion
- Paper: https://huggingface.co/cerspense/zeroscope_v2_576w
- Project: https://huggingface.co/cerspense/zeroscope_v2_576w
- GitHub: https://huggingface.co/cerspense/zeroscope_v2_576w
World models
Interactive, camera-controlled, navigation, driving, and long-horizon simulation systems, including provenance or metadata-only rows. Capability tags are contract hints: action-controlled models should preserve action traces, camera-controlled models should expose camera metadata, and long-horizon systems need artifact naming that preserves sequence order.
Cosmos Predict 2.5 (cosmos-predict-2.5)
- Capability: text-to-video, image-to-video, video-to-video, world-generation
- Paper: https://arxiv.org/abs/2511.00062
- Project: https://research.nvidia.com/labs/cosmos-lab/cosmos-predict2.5/
- GitHub: https://github.com/nvidia-cosmos/cosmos-predict2.5
Cosmos Transfer 2.5 (cosmos-transfer-2.5)
- Capability: controlled-video, world-generation, spatial-control
- Paper: https://arxiv.org/abs/2511.00062
- Project: https://research.nvidia.com/labs/cosmos-lab/cosmos-transfer2.5/
- GitHub: https://github.com/nvidia-cosmos/cosmos-transfer2.5
DreamDojo (dreamdojo)
- Capability: interactive-world-model, robot-world-model, action-conditioned-video2world, long-horizon
- Paper: https://arxiv.org/abs/2602.06949
- Project: https://dreamdojo-world.github.io/
- GitHub: https://github.com/NVIDIA/DreamDojo
Matrix-Game 1.0 (matrix-game-1)
- Capability: interactive-world-model, game-video, action-control
- Paper: https://arxiv.org/abs/2506.18701
- Project: https://matrix-game-homepage.github.io/
- GitHub: https://github.com/SkyworkAI/Matrix-Game
Matrix-Game 2.0 (matrix-game-2)
- Capability: interactive-world-model, streaming, game-video, action-control
- Paper: https://arxiv.org/abs/2508.13009
- Project: https://matrix-game-v2.github.io/
- GitHub: https://github.com/SkyworkAI/Matrix-Game
Matrix-Game 3.0 (matrix-game-3)
- Capability: interactive-world-model, streaming, long-horizon, game-video
- Paper: https://arxiv.org/abs/2604.08995
- Project: https://matrix-game-v3.github.io/
- GitHub: https://github.com/SkyworkAI/Matrix-Game
LingBot-World (lingbot-world)
- Capability: interactive-world-model, camera-control, world-video
- Paper: https://arxiv.org/abs/2601.20540
- Project: https://technology.robbyant.com/lingbot-world
- GitHub: https://github.com/robbyant/lingbot-world
HunyuanWorld 1.0 (hunyuanworld-1)
- Capability: text-to-3d-world, image-to-3d-world, panorama, mesh-export
- Paper: https://arxiv.org/abs/2507.21809
- Project: https://3d-models.hunyuan.tencent.com/world/
- GitHub: https://github.com/Tencent-Hunyuan/HunyuanWorld-1.0
HunyuanWorld-Voyager (hunyuanworld-voyager)
- Capability: image-to-video, 3d-reconstruction, world-generation, long-range
- Paper: https://arxiv.org/abs/2506.04225
- Project: https://3d-models.hunyuan.tencent.com/voyager/
- GitHub: https://github.com/Tencent-Hunyuan/HunyuanWorld-Voyager
HY-WorldPlay (hy-worldplay)
- Capability: interactive-world-model, streaming, real-time, camera-action-control
- Paper: https://arxiv.org/abs/2512.14614
- Project: https://3d-models.hunyuan.tencent.com/world/
- GitHub: https://github.com/Tencent-Hunyuan/HY-WorldPlay
HunyuanWorld-Mirror (hunyuanworld-mirror)
- Capability: 3d-reconstruction, world-mirror, image-to-3d, video-to-3d
- Paper: https://3d-models.hunyuan.tencent.com/world/worldMirror1_0/HYWorld_Mirror_Tech_Report.pdf
- Project: https://3d-models.hunyuan.tencent.com/world/
- GitHub: https://github.com/Tencent-Hunyuan/HunyuanWorld-Mirror
HY-World 2.0 (hy-world-2.0)
- Capability: text-to-3d-world, image-to-3d-world, video-to-3d-world, simulation
- Paper: https://arxiv.org/abs/2604.14268
- Project: https://3d-models.hunyuan.tencent.com/world/
- GitHub: https://github.com/Tencent-Hunyuan/HY-World-2.0
InSpatio-WorldFM (worldfm)
- Capability: 3d-world-model, spatial-intelligence, frame-generation
- Paper: https://arxiv.org/abs/2603.11911
- Project: https://inspatio.github.io/worldfm/
- GitHub: https://github.com/inspatio/worldfm
Infinite-World (infinite-world)
- Capability: interactive-world-model, long-horizon, image-to-video, memory
- Paper: https://arxiv.org/abs/2602.02393
- Project: https://huggingface.co/MeiGen-AI/Infinite-World
- GitHub: https://github.com/MeiGen-AI/Infinite-World
WorldCam (worldcam)
- Capability: interactive-world-model, camera-pose-control, game-video, long-horizon
- Paper: https://arxiv.org/abs/2603.16871
- Project: https://cvlab-kaist.github.io/WorldCam/
- GitHub: https://github.com/cvlab-kaist/WorldCam
CameraCtrl (cameractrl)
- Capability: camera-control, text-to-video, video-diffusion-plugin
- Paper: https://arxiv.org/abs/2404.02101
- Project: https://hehao13.github.io/projects-CameraCtrl/
- GitHub: https://github.com/hehao13/CameraCtrl
MotionCtrl (motionctrl)
- Capability: camera-control, object-motion-control, text-to-video, image-to-video
- Paper: https://arxiv.org/abs/2312.03641
- Project: https://wzhouxiff.github.io/projects/MotionCtrl/
- GitHub: https://github.com/TencentARC/MotionCtrl
ViewCrafter (viewcrafter)
- Capability: novel-view-synthesis, camera-control, sparse-view, 3d-reconstruction
- Paper: https://arxiv.org/abs/2409.02048
- Project: https://drexubery.github.io/ViewCrafter/
- GitHub: https://github.com/Drexubery/ViewCrafter
IRASim (irasim)
- Capability: robotics-world-model, video-generation, action-conditioned-generation
- Paper: https://arxiv.org/abs/2406.14540
- Project: https://gen-irasim.github.io/
- GitHub: https://github.com/bytedance/IRASim
Pandora (pandora)
- Capability: diffusion-world-model, world-generation, text-to-video
- Paper: https://arxiv.org/abs/2406.09455
- Project: https://world-model.maitrix.org/
- GitHub: https://github.com/maitrix-org/Pandora
3D and 4D models
3D/4D generation, reconstruction, point-cloud, geometry, and perception-prior models, including provenance or metadata-only rows. Prefer entries with explicit geometry, camera, or asset metadata when you need measurable 3D outputs; some rows still need a port plan before they are runnable in WorldFoundry.
MVDiffusion (mvdiffusion)
- Capability: correspondence-aware multiview image generation and scene texturing, 3d
- Paper: https://arxiv.org/abs/2307.01097
- Project: https://mvdiffusion.github.io/
- GitHub: https://github.com/Tangshitao/MVDiffusion
4D-GS (4d-gs)
- Capability: real-time dynamic scene rendering, 4d
- Paper: https://arxiv.org/abs/2310.08528
- Project: https://guanjunwu.github.io/4dgs/
- GitHub: https://github.com/hustvl/4DGaussians
MonST3R (monst3r)
- Capability: geometry estimation in the presence of motion, 4d
- Paper: https://monst3r-project.github.io/files/monst3r_paper.pdf
- Project: https://monst3r-project.github.io/
- GitHub: https://github.com/Junyi42/monst3r
Shape of Motion (shape-of-motion)
- Capability: single-video 4D reconstruction, 4d
- Paper: https://arxiv.org/abs/2407.13764
- Project: https://shape-of-motion.github.io/
- GitHub: https://github.com/vye16/shape-of-motion
FlashWorld (flashworld)
- Capability: fast 3D scene generation from image or text, 3d
- Paper: https://arxiv.org/abs/2510.13678
- Project: https://imlixinyang.github.io/FlashWorld-Project-Page/
- GitHub: https://github.com/imlixinyang/FlashWorld
FantasyWorld (fantasyworld)
- Capability: geometry-consistent world modeling, 3d
- Paper: https://arxiv.org/abs/2509.21657
- Project: https://fantasy-amap.github.io/fantasy-world/
- GitHub: https://github.com/Fantasy-AMAP/fantasy-world
WonderWorld (wonderworld)
- Capability: interactive 3D scene generation from a single image, 3d
- Paper: https://arxiv.org/abs/2406.09394
- Project: https://kovenyu.com/wonderworld/
- GitHub: https://github.com/KovenYu/WonderWorld
NeoVerse (neoverse)
- Capability: 4D world modeling from in-the-wild monocular videos, 4d
- Paper: https://arxiv.org/abs/2601.00393
- Project: https://neoverse-4d.github.io/
- GitHub: https://github.com/IamCreateAI/NeoVerse
ReCamMaster (recammaster)
- Capability: camera-controlled video rerendering, 4d
- Paper: https://arxiv.org/abs/2503.11647
- Project: https://jianhongbai.github.io/ReCamMaster/
- GitHub: https://github.com/KlingAIResearch/ReCamMaster
Lyra (lyra)
- Capability: open generative 3D and 4D world models, 3d_4d
- Paper: https://openreview.net/forum?id=tIVCfVnIHo
- Project: https://research.nvidia.com/labs/sil/projects/lyra2/
- GitHub: https://github.com/nv-tlabs/lyra
Stable Virtual Camera (stable-virtual-camera)
- Capability: generative novel view synthesis with camera control, 3d
- Paper: https://arxiv.org/abs/2503.14489
- Project: https://stable-virtual-camera.github.io/
- GitHub: https://github.com/Stability-AI/stable-virtual-camera
Splatt3R (splatt3r)
- Capability: 3d-reconstruction, gaussian-splatting
- Paper: https://arxiv.org/abs/2408.13912
- Project: https://splatt3r.active.vision/
- GitHub: https://github.com/btsmart/splatt3r
pixelSplat (pixelsplat)
- Capability: 3d-reconstruction, gaussian-splatting, novel-view-synthesis
- Paper: https://arxiv.org/abs/2312.12337
- Project: https://dcharatan.github.io/pixelsplat/
- GitHub: https://github.com/dcharatan/pixelsplat
VLA, VA, and WAM models
These models are evaluated through behavior, not image quality alone. A usable run needs observations, language or task instructions, action outputs, simulator or dataset context, and a success signal that can be mapped into normalized metrics.
openvla is the checkpoint-verified embodied-action baseline in this group. MolmoAct2 also has an in-tree WorldFoundry pipeline/runtime surface for DROID and bimanual YAM action-trace contracts, with checkpoint-backed GPU parity still pending. The former generic LeRobot policy-zoo surface is retired; policies from lerobot/src/lerobot/policies are now tracked as concrete algorithms with their own upstream sources, such as ACT, Diffusion Policy, TD-MPC, VQ-BeT, pi0/pi0.5/pi0-FAST, SmolVLA, GR00T, X-VLA, WALL-OSS, EO-1, MolmoAct2, Multi-task DiT, Gaussian Actor, and RTC. Most VLA/VA/WAM rows are currently runtime_ported: they have a WorldFoundry route contract, but task support is still bounded by checkpoint, simulator, and real inference evidence.
OpenVLA (openvla)
- Capability: vla, vla.action_prediction, vla.policy_rollout
- Paper: https://arxiv.org/abs/2406.09246
- Project: https://openvla.github.io/
- GitHub: https://github.com/openvla/openvla
OpenPI (openpi)
- Capability: vla, vla.policy_rollout, robot_policy
- Paper: https://arxiv.org/abs/2410.24164
- Project: https://www.physicalintelligence.company/blog/pi0
- GitHub: https://github.com/Physical-Intelligence/openpi
MolmoAct2 (molmoact2)
- Capability: vla, vla.action_prediction, vla.policy_rollout, robot_policy
- Paper: https://arxiv.org/abs/2605.02881
- Project: https://allenai.org/blog/molmoact2
- GitHub: https://github.com/allenai/molmoact2
TD-MPC (tdmpc)
- Capability: model_predictive_control, robot_policy, policy_rollout
- Paper: https://www.nicklashansen.com/td-mpc/
- Project: https://www.nicklashansen.com/td-mpc/
- GitHub: https://github.com/nicklashansen/tdmpc
VQ-BeT (vqbet)
- Capability: behavior_generation, imitation_learning, robot_policy
- Paper: https://arxiv.org/abs/2403.03181
- Project: https://sjlee.cc/vq-bet/
- GitHub: https://github.com/jayLEE0301/vq_bet_official
SmolVLA (smolvla)
- Capability: vla, vla.policy_rollout, robot_policy
- Paper: https://arxiv.org/abs/2506.01844
- Project: https://huggingface.co/lerobot/smolvla_base
- GitHub: https://github.com/huggingface/lerobot
X-VLA (xvla)
- Capability: vla, cross_embodiment_vla, vla.policy_rollout
- Paper: https://huggingface.co/papers/2510.10274
- Project: https://huggingface.co/collections/2toINF/x-vla
- GitHub: https://github.com/2toinf/X-VLA
EO-1 (eo1)
- Capability: vla, embodied_vla, vla.policy_rollout
- Paper: https://arxiv.org/abs/2508.21112
- Project: https://eo-robotics.ai/eo-1
- GitHub: https://github.com/EO-Robotics/EO
Being-H0.5 (being-h05)
- Capability: vla, vla.policy_rollout, robot_policy, cross_embodiment_policy
- Paper: https://arxiv.org/abs/2601.12993
- Project: https://research.beingbeyond.com/being-h05
- GitHub: https://github.com/BeingBeyond/Being-H
NVIDIA DreamZero (dreamzero)
- Capability: wam, world_action_model, wam.world_action_modeling, robot_policy, video_prediction
- Paper: https://arxiv.org/abs/2602.15922
- Project: https://dreamzero0.github.io/
- GitHub: https://github.com/dreamzero0/dreamzero
NVIDIA GR00T (gr00t)
- Capability: vla, vla.policy_rollout, humanoid_policy
- Paper: https://arxiv.org/abs/2503.14734
- Project: https://developer.nvidia.com/isaac/gr00t
- GitHub: https://github.com/NVIDIA/Isaac-GR00T
StarVLA (starvla)
- Capability: vla, wam, vla.policy_rollout, wam.world_action_modeling
- Paper: https://arxiv.org/abs/2604.05014
- Project: https://starvla.github.io/
- GitHub: https://github.com/starVLA/starVLA
LingBot-VA (lingbot-va)
- Capability: vla, va, vam, wam, vla.policy_rollout, vam.video_action_modeling, wam.world_action_modeling, robot_policy
- Paper: https://arxiv.org/abs/2601.21998
- Project: https://technology.robbyant.com/lingbot-va
- GitHub: https://github.com/Robbyant/lingbot-va
Latent Action Pretraining (lapa)
- Capability: va, vam, latent_action, video_action_modeling
- Paper: https://arxiv.org/abs/2410.11758
- Project: https://latentactionpretraining.github.io/
- GitHub: https://github.com/LatentActionPretraining/LAPA
Octo (octo)
- Capability: vla, vla.policy_rollout, robot_policy, generalist_policy
- Paper: https://octo-models.github.io/paper.pdf
- Project: https://octo-models.github.io/
- GitHub: https://github.com/octo-models/octo
RT-1 (rt-1)
- Capability: vla, vla.policy_rollout, robot_policy, robotics_transformer
- Paper: https://arxiv.org/abs/2212.06817
- Project: https://robotics-transformer1.github.io/
- GitHub: https://github.com/google-research/robotics_transformer
Diffusion Policy (diffusion-policy)
- Capability: visuomotor_policy, robot_policy, action_diffusion, policy_rollout
- Paper: https://diffusion-policy.cs.columbia.edu/#paper
- Project: https://diffusion-policy.cs.columbia.edu/
- GitHub: https://github.com/real-stanford/diffusion_policy
Action Chunking Transformer (act)
- Capability: action_chunking_policy, robot_policy, imitation_policy, policy_rollout
- Paper: https://arxiv.org/abs/2304.13705
- Project: https://tonyzhaozh.github.io/aloha/
- GitHub: https://github.com/tonyzhaozh/act
RoboFlamingo (roboflamingo)
- Capability: vla, vla.policy_rollout, vlm_policy, robot_policy
- Paper: https://arxiv.org/abs/2311.01378
- Project: https://github.com/RoboFlamingo/RoboFlamingo
- GitHub: https://github.com/RoboFlamingo/RoboFlamingo