skip to content
gigarouter gigarouter

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.

status
coming soon
API providers
0
downloads / mo
13.5M
license
apache-2.0

specs

TaskTime-Series Forecasting
ArchitectureT5 encoder-decoder
Parameters48M
LicenseApache-2.0

about this model

Chronos-Bolt Small is a pretrained time series forecasting model that uses a T5 encoder-decoder architecture to generate zero-shot probabilistic forecasts. It processes historical time series data by chunking observations into patches, which the encoder analyzes, while the decoder directly produces multi-step quantile forecasts. The model was trained on nearly 100 billion time series observations.

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.

Inference time comparison between Chronos-Bolt and original Chronos models Forecasting accuracy comparison showing WQL and MASE metrics for Chronos-Bolt against baselines

Model Variants

ModelParametersArchitecture Base
chronos-bolt-tiny9Mt5-efficient-tiny
chronos-bolt-mini21Mt5-efficient-mini
chronos-bolt-small48Mt5-efficient-small
chronos-bolt-base205Mt5-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

FAQ

What is the input format for the Chronos-Bolt Small API?

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".

How does Chronos-Bolt Small compare to the original Chronos Small in speed?

Chronos-Bolt Small is up to 250 times faster and 20 times more memory-efficient than the original Chronos Small model.

What license is Chronos-Bolt Small released under?

It is released under the Apache-2.0 License.

How can I call Chronos-Bolt Small via the gigarouter API?

Use the gigarouter OpenAI-compatible endpoint with your API key, sending a JSON payload with historical time series values and a prediction length.

What is the model size of Chronos-Bolt Small?

It has 48 million parameters.

not yet live

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.

related time series forecasting models

compare all →