Update Jun 5, 2026: Deploy Chronos-2 on AWS with AutoGluon-Cloud. Real-time, serverless, or batch inference in 3 lines of code — pandas DataFrames in, forecasts out. Check out the new deployment guide. Chronos-2 is a 120M-parameter, encoder-only time series foundation model for zero-shot forecasting. It supports univariate, multivariate, and covariate-informed tasks within a single architecture. Inspired by the T5 encoder, Chronos-2 produces multi-step-ahead quantile forecasts and uses a group attention mechanism for efficient in-context learning across related series and covariates. Trained on a combination of real-world and large-scale synthetic datasets, it achieves state-of-the-art…
Update Jun 5, 2026: Deploy Chronos-2 on AWS with AutoGluon-Cloud. Real-time, serverless, or batch inference in 3 lines of code — pandas DataFrames in, forecasts out. Check out the new deployment guide.
Runs On
What it takes to serve chronos-2 (119M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.
| Precision | Weights | Memory needed | Cheapest setup | Per hour | Also fits |
|---|---|---|---|---|---|
| 16-bit | 0.2 GB | 0.3 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 8-bit | 0.1 GB | 0.1 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 4-bit | 0.1 GB | 0.1 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.
SAVRN's Notes on chronos-2
Forecasting is the job here, not text. Chronos-2 takes one series or several related ones with covariates and returns multi-step quantile forecasts without training on your data first. At 119 million parameters it needs 0.3 GB at 16-bit, 0.2 GB of it weights, so the cheapest setup in our figures, a 192 GB MI300X at $1.85 per hour, answers the wrong question. It rides beside whatever else is on the accelerator; 8-bit or 4-bit saves two tenths of a gigabyte.
Apache 2.0 covers commercial use, modification and redistribution, with the license and NOTICE file kept and significant changes stated. Check lineage: it was trained on autogluon/chronos_datasets and Salesforce/GiftEvalPretrain, so keep your evaluation series out of both. No context length is listed and the Index carries no host price, so the running cost is your accelerator time; arXiv:2403.07815 and arXiv:2510.15821 set out the design.
Model Card
By Autogluon, published under apache-2.0, revision 60088152a34e.
Update Jun 5, 2026:Deploy Chronos-2 on AWS with AutoGluon-Cloud. Real-time, serverless, or batch inference in 3 lines of code — pandas DataFrames in, forecasts out. Check out thenew deployment guide.
Chronos-2 is a 120M-parameter, encoder-only time series foundation model for zero-shot forecasting. It supports univariate, multivariate, and covariate-informed tasks within a single architecture. Inspired by the T5 encoder, Chronos-2 produces multi-step-ahead quantile forecasts and uses a group attention mechanism for efficient in-context learning across related series and covariates. Trained on a combination of real-world and large-scale synthetic datasets, it achieves state-of-the-art zero-shot accuracy among public models on fev-bench, GIFT-Eval, and Chronos Benchmark II. Chronos-2 is also highly efficient, delivering over 300 time series forecasts per second on a single A10G GPU and supporting both GPU and CPU inference.
Links
- Deploy on SageMaker with AutoGluon-Cloud (recommended)
- Deploy on SageMaker with JumpStart
- Technical report
- GitHub
- Example notebook
- Amazon Science Blog
Overview
Configuration
- Architecture
- Chronos2Model
- Vocabulary size
- 2
- RoPE base
- 10000
- Stored precision
- float32
- Model type
- t5
Identity and Version
- Repository
- autogluon/chronos-2
- Publisher
- Autogluon
- Task
- Time series forecasting
- Modality
- Time series
- Library
- chronos-forecasting
- Parameters
- 119M parameters
- Languages
- Not stated by the source
- Revision
- 60088152a34e242427b44c3100014473a0157d53
- First published
- 2025-10-06
- Last updated
- 2026-06-05
Files and Weights
4 files, 477.9 MB in total. The weights are 1 file totalling 477.9 MB in safetensors.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| model.safetensors | Weights | 477.9 MB | ddcda3c7508b |
| config.json | Configuration | 1.1 KB | — |
| README.md | Documentation | 7.8 KB | — |
| .gitattributes | Repository | 1.5 KB | — |
License and Download
- License
- apache-2.0
- Access
- Open weights, no gate
- Download size
- 477.9 MB
Released by Autogluon through its official repository on Hugging Face. Read the license.
Built From
- Described by arXiv:2403.07815
- Described by arXiv:2510.15821
- Trained on (disclosed) Salesforce/GiftEvalPretrain
- Trained on (disclosed) autogluon/chronos_datasets
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 477.9 MB |
| 16-bit | 0.2 GB |
| 8-bit | 0.1 GB |
| 4-bit | 0.1 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Compare chronos-2
Questions About chronos-2
How much GPU memory does chronos-2 need?
About 0.3 GB at 16-bit and 0.1 GB at 4-bit: the weights (119M parameters) plus a working margin. A long context needs more.
What is the cheapest GPU to run chronos-2 on?
At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Can I use chronos-2 commercially?
Yes. chronos-2 is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.
Similar Models
This is a variant of the Chronos-2 model which has only been trained on synthetic univariate and multivariate data. For usage and details on the Chronos-2 model, please refer to https://huggingface.co/autogluon/chronos-2. If you find Chronos-2 useful for your research, please consider citing the associated paper
This model has been pushed to the Hub using the PytorchModelHubMixin integration: 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…
MOMENT is a family of foundation models for general-purpose time-series analysis. The models in this family (1) serve as a building block for diverse time-series analysis tasks (e.g., forecasting, classification, anomaly detection, and imputation, etc.), (2) are effective out-of-the-box, i.e., with no (or few) task-specific exemplars (enabling e.g., zero-shot forecasting, few-shot classification, etc.), and (3) are tunable using in-distribution and task-specific data to improve performance. For details on MOMENT models, training data, and experimental results, please refer to the paper MOMENT: A Family of Open Time-series Foundation Models. Recommended Python Version: Python 3.11 (support…
This repository contains the weights of the TimeMoE-50M model of the paper Time-MoE: Billion-Scale Time Series Foundation Models with Mixture of Experts. For details on how to use this model, please visit our GitHub page.
News (2025.08) Sundial has been integrated into Apache IoTDB, a native time-series database. News (2025.06) Sundial has been accepted as ICML 2025 Oral (Top 1%). News (2025.05) Get 1st MASE on the GIFT-Eval Benchmark. News (2025.02) Get 1st MSE/MAE zero-shot performance on Time-Series-Library datasets. Sundial is a family of generative time series foundation models. This version is pre-trained on 1 trillion time points with 128M parameters. For more information, please refer to this paper. [[Slides]](https://cloud.tsinghua.edu.cn/f/8d526337afde465e87c9/) [[Poster]](https://cloud.tsinghua.edu.cn/f/cc2a156315e9453f99b3/) [[Intro (CN)]](https://mp.weixin.qq.com/s/y3sc2e2lmW1sqfnoK-ZdDA). The…
