skip to content
gigarouter gigarouter
tasks / time series forecasting

Hosted time series forecasting models

3 models · 0 live as APIs · benchmarked & compared

Time series forecasting models predict future values based on historical sequential data. They are applied to problems such as retail demand planning, energy load balancing, server capacity provisioning, and financial market trend estimation. These models capture patterns including seasonality, trends, and cyclic behavior, enabling organizations to make data-driven decisions under uncertainty.

In production systems, these models are typically integrated into batch pipelines that periodically generate forecasts for hundreds or thousands of time series simultaneously. Common deployment patterns include scheduled inference jobs, real-time API calls for short-horizon predictions, and periodic retraining cycles to adapt to changing data distributions. The choice between forecasting models involves a trade-off between accuracy, inference speed, and model size. Larger models often achieve better accuracy but require more compute resources and latency, while smaller models (e.g., autogluon/chronos-bolt-small) prioritize faster inference with acceptable precision. Models such as amazon/chronos-2 and autogluon/chronos-2 offer varying configurations along this spectrum.

  • amazon/chronos-2
  • autogluon/chronos-bolt-small
  • autogluon/chronos-2

Calling a hosted API eliminates infrastructure overhead, scaling concerns, and model maintenance, making it the more practical choice for most call volumes compared to self-hosting.

compare

modelparamsdownloads/mopricestatus
amazon/chronos-2119.5M15.3Mat launchcoming soon
autogluon/chronos-bolt-small47.7M13.5Mat launchcoming soon
autogluon/chronos-2119.5M7.9Mat launchcoming soon