Moirai 2.0 is a decoder-only universal time series forecasting transformer model pre-trained on:
We make significant improvements over the first version of Moirai (please refer to the paper for previous version):
To perform inference with Moirai 2.0, install the uni2ts library from our GitHub repo.
git clone https://github.com/SalesforceAIResearch/uni2ts.git
cd uni2ts
virtualenv venv
. venv/bin/activate
pip install -e '.[notebook]'
.env file:touch .env
A simple notebook to get started: github_notebook_link
If you're using any Moirai model or Uni2TS in your research or applications, please cite it using this BibTeX:
```bibtex
@article{liu2025moirai,
title={Moirai 2.0: When less is more for time series forecasting}
, author={Liu, Chenghao and Aksu, Taha and Liu, Juncheng and Liu, Xu and Yan, Hanshu and Pham, Quang and Savarese, Silvio and Sahoo, Doyen and Xiong, Caiming and Li, Junnan}, journal={arXiv preprint arXiv:2511.11698}, year={2025} }
## Ethical Considerations
This release is for research purposes only in support of an academic paper.
Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes.
We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model.
We encourage users to consider the common limitations of AI, comply with applicable laws,
and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly
impact people’s lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.