SAVRN Model Hub · Comparisons
chronos-bolt-small vs chronos-t5-small
Chronos-bolt-small has 48M parameters and chronos-t5-small has 46M parameters; both are released under Apache License 2.0; at 16-bit, chronos-bolt-small needs about 0.1 GB (1x MI300X from $1.85 an hour) and chronos-t5-small about 0.1 GB (1x MI300X from $1.85 an hour).
| Field | chronos-bolt-small autogluon/chronos-bolt-small | chronos-t5-small amazon/chronos-t5-small |
|---|---|---|
| Publisher | Autogluon | Amazon |
| Task | Time series forecasting | Time series forecasting |
| Modality | Time series | Time series |
| Parameters, as reported | 48M parameters | 46M parameters |
| Architecture | ChronosBoltModelForForecasting | T5ForConditionalGeneration |
| Library | Not stated | chronos-forecasting |
| Context length | Not stated | Not stated |
| Repository size | 190.9 MB | 184.9 MB |
| Artifact formats | safetensors | safetensors |
| License | apache-2.0 | apache-2.0 |
| Access | Open weights, no gate | Open weights, no gate |
| Memory at 16-bit (weights and margin) | 0.1 GB | 0.1 GB |
| Cheapest GPUs at 16-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Memory at 4-bit (weights and margin) | 0 GB | 0 GB |
| Cheapest GPUs at 4-bit, per hour | 1x MI300X, $1.85 | 1x MI300X, $1.85 |
| Revision viewed | 2e1597a7bae0 | a971ba21945c |
| Downloads reported by the hub | 6.1M | 929.5k |
| Last observed | 2026-09-18 | 2026-09-18 |
An evaluation row appears only where at least two of these models report the same benchmark with the same stated configuration, metric, unit and setup. Different evaluators stay named in each cell. Values are shown as reported: no unit conversion, no ranking.
SAVRN's Notes on chronos-bolt-small
Time series forecasting, zero-shot, from a T5 encoder-decoder with 48M parameters: Autogluon's chronos-bolt-small cuts a history into patches and forecasts from them without training on your own data. The 16-bit footprint is 0.1 GB, and the Index's cheapest host for it, a 192 GB MI300X at $1.85 per hour on demand, is oversized by three orders of magnitude. Run it as a job that shares an accelerator or takes a scheduled window, not one that owns hardware.
Apache 2.0 lets you modify and redistribute it commercially so long as the license, notices and NOTICE file travel with it and significant changes are stated, and the express patent grant matters once forecasts feed something you sell. No context length is listed, so test the history window you need rather than assume one. The method is in arXiv:2403.07815 and the T5 base in arXiv:1910.10683.
SAVRN's Notes on chronos-t5-small
Amazon's own notes point past this model. Chronos-t5-small is the original Chronos, 46M parameters on a T5 architecture, and the publisher says the Chronos-Bolt line released November 27, 2024 runs with 5% lower error, up to 250 times faster and 20 times more memory-efficient at the same size. The original forecasts time series by turning the values into tokens, with a vocabulary of 4,096. Memory is 0.1 GB at 16-bit, and the cheapest host we list, one MI300X at $1.85 an hour, is oversized for it many times over. We would run it wherever a load-forecast service already lives.
Under Apache 2.0 a commercial deployment and modifications are fine, with notices kept. Check two things: no context length is recorded, so confirm the history window in the chronos-forecasting library before sizing inputs, and read the Chronos paper, arXiv:2403.07815, against Bolt before choosing.
Questions
Which is larger, chronos-bolt-small or chronos-t5-small?
chronos-bolt-small (48M parameters) is larger than chronos-t5-small (46M parameters), by the parameter counts their publishers report.
Which is cheaper to run, chronos-bolt-small or chronos-t5-small?
At 4-bit, chronos-bolt-small fits on 1x MI300X from $1.85 an hour and chronos-t5-small on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Can I use chronos-bolt-small commercially?
Yes. chronos-bolt-small 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.
Can I use chronos-t5-small commercially?
Yes. chronos-t5-small 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.