A 0.5-billion-parameter model. One RTX 5090. And a world you can walk through for over an hour without it dissolving into soup. Amap — the maps division of Alibaba — just dropped ABot-World-0 and ABot-3DWorld-0 under Apache 2.0, and the headline number isn’t the fidelity. It’s the fact that the whole thing fits in 19 GB of VRAM on a desktop card.
The Story
On July 16, 2026, Alibaba’s Amap CV Lab released two models that attack the world-model problem from opposite ends and meet in the middle.
ABot-World-0 is the interactive half: an action-conditioned video world model that turns a single NVIDIA RTX 5090 into a live simulator. The published spec sheet is unusually honest — 720p, 16 FPS, 1.2 s latency, 19 GB GPU memory, 0.5B parameters. No cluster. No cloud accelerator. And critically, infinite rollout: it isn’t bounded by a fixed clip length. The chronic failure mode of video-based world models is that quality collapses after roughly a minute of inference; ABot-World runs for over an hour.
ABot-3DWorld-0 is the geometry half, described in arXiv 2607.11673 (Mingchao Sun and 36 co-authors, July 13, 2026). It takes text, an image, or a casual video and returns an explorable 3D Gaussian Splatting world. The trick is a representation the authors call the Spatial Generative Primitive — a compact pairing of panoramic imagery with point cloud data. Everything gets lifted into SGP first, then a 3D-consistent panoramic video generator explores along planned trajectories, and that panoramic video is finally reconstructed into photorealistic splats.
What makes the SGP design smart is that it gives the model two personalities depending on what you feed it. Hand it rich input — a multi-view set, a walkthrough video — and it goes into geometry-recovery mode, faithfully mirroring the place you actually captured. Hand it a single image or a bare text prompt and it flips to generative completion, inventing a coherent world around your sliver of evidence. Same pipeline, two jobs, no separate model to install.
The team claims state-of-the-art among open-source methods, and specifically stronger scene fidelity than Marble under rich multimodal inputs. That’s a pointed comparison — Marble is Fei-Fei Li’s flagship, and we covered its public launch here at the Lab two weeks ago. Take the benchmark claim with the usual grain of salt, but the fact that a maps team feels entitled to make it is itself the news.
Why You Should Care
Three reasons, in ascending order of importance.
- The hardware floor just fell through. Every world model worth the name in 2026 has been a cloud product with a queue and a credit meter. 19 GB and a consumer card means you can run this on the same machine you render on — and iterate at the speed of your own patience, not someone’s API quota.
- The output is splats, not video. ABot-3DWorld hands you 3DGS assets across indoor, street-level and aerial scales. That drops straight into the pipeline the Lab has spent months documenting — Houdini 22’s native splats, BlendSplat, Octane, Nuke. A generated world you can actually light and composite beats a beautiful video you can’t touch.
- Amap has the one thing labs can’t buy. This is a navigation company. Street-level imagery at continental scale, with real geometry and real pose data behind it. When a maps team ships a world model, the training data question answers itself — and it explains why street-level results look as grounded as they do.
Try It / Follow Them
- Test it in the browser first — ABot-World Studio. No install, and the fastest way to judge whether the 1.2 s latency bothers you. The Plaza shows 3DWorld outputs.
- Code — github.com/amap-cvlab/ABot-World, Apache 2.0. Also worth watching the org’s ABot-PhysWorld and ABot-Explorer repos.
- Weights — acvlab/ABot-World-0-5B-LF on Hugging Face, mirrored on ModelScope.
- Paper — ABot-3DWorld 0: A Universal World Model to Explore Any 3D Space.
One caveat worth stating plainly: the release is described as partially open-sourced. Weights, inference code and deployment guides are out; training code and data are not. That’s the standard 2026 arrangement, and it means you can run and fine-tune around this, not reproduce it.
IK3D Lab Take
The interesting thing about ABot-World isn’t that it beats anyone. It’s the size. Half a billion parameters is tiny — smaller than image models we ran two years ago — and it’s producing hour-long coherent interactive rollout. That’s not a scaling win, it’s an architecture win, and architecture wins are the ones that trickle down fastest into tools you’ll actually open.
We’ve watched world generation spend 2026 as a spectator sport: gorgeous demos, closed betas, waitlists. ABot is the first drop where the honest response is “fine, I’ll clone it tonight.” The 1.2 s latency will annoy anyone expecting a game engine, and 16 FPS is a previz frame rate, not a delivery one. But previz is exactly the job — block a sequence by walking through a world that doesn’t exist yet, then take the splats into Houdini and build the real thing.
Also worth sitting with: the most consequential world model of the month came from a maps division. The moat in spatial AI was never going to be the transformer. It was always going to be who already drove down every street with a camera on the roof.



