Chronos-Bolt Small
autogluon/chronos-bolt-small
published Nov 2024 · updated Oct 2025
Chronos-Bolt Small is a zero-shot time-series forecasting model based on the T5 encoder-decoder architecture, trained on nearly 100 billion time series observations.
specs
| Task | Time-Series Forecasting |
| Architecture | T5 encoder-decoder |
| Parameters | 48M |
| License | Apache-2.0 |
about this model
Key Strengths
Chronos-Bolt models are more accurate, up to 250 times faster, and 20 times more memory-efficient than the original Chronos models of the same size. The Small variant has 48 million parameters. In benchmark evaluations across 27 datasets, zero-shot Chronos-Bolt models outperform both commonly used statistical models and deep learning models that were trained on those datasets (marked with * in the benchmark plot). They also surpass other foundation models that had prior exposure to benchmark data (marked with +). Notably, Chronos-Bolt Base exceeds the original Chronos Large in forecasting accuracy while being over 600 times faster.
Benchmark Performance
The following plots compare inference speed and accuracy (Weighted Quantile Loss and Mean Absolute Scaled Error) across 27 datasets from the Chronos paper.
Model Variants
| Model | Parameters | Architecture Base |
|---|---|---|
| chronos-bolt-tiny | 9M | t5-efficient-tiny |
| chronos-bolt-mini | 21M | t5-efficient-mini |
| chronos-bolt-small | 48M | t5-efficient-small |
| chronos-bolt-base | 205M | t5-efficient-base |
Chronos models have been downloaded over 120 million times from Hugging Face. The model supports both CPU and GPU inference and is licensed under Apache-2.0.
best for
- ·Zero-shot forecasting of univariate time series without retraining
- ·High-speed, memory-efficient forecasting for large batches of time series
FAQ
The API accepts a JSON payload with an "inputs" array containing "target" lists of historical time series values, and a "parameters" object with "prediction_length".
Chronos-Bolt Small is up to 250 times faster and 20 times more memory-efficient than the original Chronos Small model.
It is released under the Apache-2.0 License.
Use the gigarouter OpenAI-compatible endpoint with your API key, sending a JSON payload with historical time series values and a prediction length.
It has 48 million parameters.
We're benchmarking and onboarding Chronos-Bolt Small as a hosted, OpenAI-compatible API. Sign in for free credit and be ready when it lands, or tell us you want it and we'll prioritize it.