Model reference · open weights
VerseCrafter is an open-weight video model from TencentARC. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | TencentARC |
|---|---|
| Type | Video models |
| Task | Image→video |
| Parameters (lead) | 17.3B |
| Runs with | diffusers |
| Based on | Wan-AI/Wan2.1-T2V-14B |
| Released | 2025-12-08 |
| Popularity | 528 downloads / month |
| Licence | Commercial licence needed |
About
VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control
✨ A controllable video world model with explicit 4D geometric control over camera and multi-object motion.
| Property | Value |
|---|---|
| Base Model | Wan2.1-T2V-14B |
| Resolution | 720 × 1280 |
| Frames | 81 frames |
| Control Signals | Camera trajectory + 3D Gaussian object trajectories |
| Architecture | Frozen DiT + Trainable GeoAdapter |
For installation, inference, and the complete pipeline (depth estimation, segmentation, 3D Gaussian fitting, trajectory customization in Blender, and video generation), please refer to our GitHub repository.
If you find this work useful, please consider citing:
@article{zheng2026versecrafter,
title={VerseCrafter: Dynamic Realistic Video World Model with 4D Geometric Control},
author={Zheng, Sixiao and Yin, Minghao and Hu, Wenbo and Li, Xiaoyu and Shan, Ying and Fu, Yanwei},
journal={arXiv preprint arXiv:2601.05138},
year={2026}
}
Our work is built upon MoGe, Grounded-SAM-2, VideoX-Fun, Wan2.1 and diffusers.
This project is released under the VerseCrafter License. It is intended for academic/research purposes only and commercial use is not permitted.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys versecrafter for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (versecrafter below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"versecrafter","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.