t0-beta is our new 256-million-parameter forecasting foundation model. We built the t0 family of models to forecast from target history, related time series, and inputs known ahead of time. Now, with a place among the strongest zero-shot forecasters in our benchmark comparisons, we’re ready to take it further. We’re proud to share it.
A major step forward for the t0 family
GIFT-Eval and fev-bench are two major public benchmarks for time-series forecasting, testing models across diverse datasets and forecasting tasks. GIFT-Eval measures accuracy across domains and time horizons; fev-bench also tests forecasts using related series and covariates.
t0-beta ranks third on GIFT-Eval and third on fev-bench among the zero-shot checkpoints compared in our tech report. One checkpoint, across both benchmarks, with no task-specific retraining.
On GIFT-Eval, it reaches 0.4738 CRPS and 0.6865 MASE, improving on t0-alpha by 4.1% and 5.2%, respectively. On fev-bench, its 46.4% skill score is 4.2 percentage points above t0-alpha. It also takes third place on the benchmark’s 42 tasks with covariates.
GIFT-Eval
CRPS and MASE · lower is better
- TimesFM-3.0Google331M parametersCRPS 0.4557MASE 0.6668
- Granite-PatchTST-FMIBM385M parametersCRPS 0.4672MASE 0.6846
- t0-betaThe Forecasting Company256M parametersCRPS 0.4738MASE 0.6865
- Toto-2.0-2.5BDatadog2.45B parametersCRPS 0.4759MASE 0.6956
- TiRex-2NXAI82.5M parametersCRPS 0.4781MASE 0.6973
- t0-alphaThe Forecasting Company102M parametersCRPS 0.4941MASE 0.7240
Bars show CRPS. MASE scores appear alongside.
fev-bench
Skill (%) · higher is better
- TimesFM-3.0Google48.7% skill
- Chronos-2Amazon47.3% skill
- t0-betaThe Forecasting Company46.4% skill
- TiRex-2NXAI45.5% skill
- Toto-2.0-1BDatadog44.4% skill
- Toto-2.0-2.5BDatadog44.4% skill
- t0-alphaThe Forecasting Company42.2% skill
That puts t0-beta just ahead of Toto-2.0-2.5B on GIFT-Eval, with roughly a tenth of the parameters. TimesFM-3.0 still leads both benchmarks in our comparison; on the separate TIME benchmark, t0-beta ranks fifth by CRPS. There is more to do. But this is a substantial step for t0—and for what a compact forecasting model can deliver.
Forecasting ERCOT electricity prices with Macrocosm
Our collaboration with Macrocosm puts the t0 family to the test on a practical energy-market problem. Macrocosm, which builds simulation-driven world models for the US electric grid, conducted an independent evaluation and authored the ERCOT case study in our tech report.
The evaluation tested how well the models could forecast hourly real-time (SCED) electricity prices across ERCOT’s four Texas load zones for the next operating day. Macrocosm evaluated forecasts from January 2024 to May 2026, made at 09:00 Central Time on the preceding day. Each forecast used only information available at that cutoff, including 21 covariates covering load, renewable generation, outages and weather.
t0-beta achieved a mean absolute error of $14.46/MWh, versus $23.57 for a baseline that repeats the latest complete day’s hourly prices—about 39% lower. Extreme price spikes remain difficult: its nominal 80% prediction interval covered 75% of observed prices. Macrocosm’s analysis shows both the peaks the model captured and the spikes it missed.
In Macrocosm’s trading backtest, t0-beta’s selected strategy generated $14.94 million in simulated P&L, with an annualized daily-dollar Sharpe ratio of 1.29. An always-short control made $11.82 million without using forecasts. The backtest used a fixed 100 MW reference size per zone, without reinvestment or market impact; each model’s strategy was selected retrospectively over the evaluation period.
Try t0 on your data
Recently, we’ve made the t0 family easier to try, run locally and use in production.
Open-weights
The latest t0-beta weights are on Hugging Face. For local inference, the t0 family of models has first-party Python runtimes: tfc-t0 for PyTorch and tfc-t0-mlx for MLX on Apple silicon.
ONNX builds
We also publish portable t0-alpha ONNX builds on Hugging Face, with different precision and quantization options to suit model-size and memory requirements, including embedded and edge deployments. You can see these builds in action in Finish This Chart and t0.run, which runs 1,000 forecasts across multiple data sources in your browser using ONNX on WebGPU. Our browser inference post explains how we made t0-alpha portable enough to run in a tab.
A descriptive API
For managed forecasting, our new API lets you describe your dataset once, then request forecasts and backtests across its series and aggregation levels. We walk through that workflow in Describe your data, don’t reshape it.
Visual exploration
Retrocast gives you a visual workspace to explore forecasts and backtests on your own data.
The automated forecaster
We want teams to spend less time assembling forecasting pipelines and more time making decisions they can trust. Our vision is the automated forecaster: a system that prepares data, finds useful inputs, evaluates its forecasts and helps turn them into decisions, across millions of time series. The t0 family is the foundation we’re building that system on. With t0-beta, we’re taking another step towards it.
For enterprise deployments, larger forecasting workloads, or help evaluating the t0 family on your own data, talk to us. And if you like the sound of what we’re building, we’re hiring.

