Skip to main content

Google AI Releases TimesFM-3: 330M Parameter Forecasting Model

Google AI introduces TimesFM-3, a 330M parameter zero-shot multivariate time series foundation model pretrained on over 1 trillion points.

AI-written
Inewgen
01 Sep 2026Source: MarkTechPost3 min read (0 views)
Share
Google AI Releases TimesFM-3: 330M Parameter Forecasting Model

Stock photo for illustration only, not from the actual event

Font size
  • Google AI launches TimesFM-3, a 330M parameter time series forecasting model
  • Supports multivariate forecasting for the first time using transformer architecture
  • Pretrained on over 1 trillion time points of real and synthetic data
  • Achieves rank #1 on GIFT-Eval, fev-bench, and TIME leaderboards

Google AI has officially released TimesFM-3, a zero-shot foundation model designed for multivariate time series forecasting featuring 330 million parameters. This new release addresses the previous limitations of earlier versions that were restricted strictly to univariate forecasting.

In real-world forecasting scenarios, variables rarely operate in isolation. Google uses ice cream sales as an example, where related product sales, foot traffic, weather, promotions, and holidays all actively influence the target metric. Previous iterations like TimesFM 2.5 were only capable of forecasting a single series from its own historical data.

Moving from univariate to multivariate forecasting marks a major leap for time series AI. In practical business environments, sales and economic indicators interact dynamically with external forces. Allowing models to process past and future covariates simultaneously significantly enhances predictive precision.

TimesFM-3 is built on a decoder-only transformer backbone. Consecutive data points are grouped into patches of 32 steps and normalized per series to prevent drastically different scales from dominating. Target and past covariate tokens originate from a single patch, while past-future covariates leverage a lookahead trick to let the model perceive scheduled events before they occur.

330MParameters in TimesFM-3
1 Trillion+Pretraining time points
9Quantiles per horizon step

For decoding, TimesFM-3 adopts Contiguous Patch Masking to reduce latency, compute costs, and compounding errors found in earlier patch-by-patch methods. Alternating attention layers fill every masked horizon patch simultaneously, providing each target with 9 quantiles ranging from the 10th to the 90th percentile at every step.

Never miss the latest news?

Subscribe to get news summaries by email - not often enough to be annoying.

โฆษณา

Google evaluated TimesFM-3 against Chronos-2, Toto 2.0, and TimesFM-2.5 across GIFT-Eval, fev-bench, and the TIME leaderboard. Among pretrained foundation models, TimesFM-3 claims the top average rank for both point and probabilistic metrics, securing rank #1 on fev-bench across 100 real-world tasks and rank #1 on TIME across 50 domain datasets.

software engineer computer screen code data analytics office workspace

Stock photo for illustration only, not from the actual event

Regarding licensing, the TimesFM repository code is available under Apache-2.0, but TimesFM 3.0 model weights ship under timesfm-non-commercial-license-v1.0. Usage is restricted to non-commercial and non-production environments, though developers can benchmark it immediately via Hugging Face and GitHub.

Source: MarkTechPost

Comments

Leave a Comment
0/2000

Found something wrong in this article? Report an issue with this article