Model reference · open weights
LongVie2 is an open-weight video model from Vchitect. 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 | Vchitect |
|---|---|
| Type | Video models |
| Task | Image→video |
| Based on | Wan-AI/Wan2.1-I2V-14B-480P |
| Released | 2025-12-14 |
| Popularity | 0 downloads / month |
| Licence | Unknown |
About
LongVie 2 is a multimodal controllable world model for generating ultra-long videos with depth and pointmap control signals, as presented in the paper LongVie 2: Multimodal Controllable Ultra-Long Video World Model. It is an end-to-end autoregressive framework trained to enhance controllability, long-term visual quality, and temporal consistency.
To get started with LongVie 2, follow the installation steps from the GitHub repository:
conda create -n longvie python=3.10 -y
conda activate longvie
conda install psutil
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
python -m pip install ninja
python -m pip install git+https://github.com/Dao-AILab/flash-attention.git@v2.7.2.post1
cd LongVie
pip install -e .
Wan2.1-I2V-14B-480P:python download_wan2.1.py
./model/LongVie/Generate a 5s video clip (~8-9 mins on a single A100 GPU) using the following command:
bash sample_longvideo.sh
If you find this work useful, please consider citing:
@misc{gao2025longvie2,
title={LongVie 2: Multimodal Controllable Ultra-Long Video World Model},
author={Jianxiong Gao and Zhaoxi Chen and Xian Liu and Junhao Zhuang and Chengming Xu and Jianfeng Feng and Yu Qiao and Yanwei Fu and Chenyang Si and Ziwei Liu},
year={2025},
eprint={2512.13604},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2512.13604},
}
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys longvie2 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (longvie2 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":"longvie2","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.