Google Research released the TimesFM-3 — time-series forecasting model that accounts not only for prior values but also for related data and known future events. Examples include stock prices and weather forecasts.

The model with 330 million parameters forms all future points of the time series in a single pass, rather than forecasting them sequentially. According to The Decoder, this approach reduces computation time and decreases error accumulation.

The practical value of TimesFM-3 depends on how accurately it performs on specific data sets and in various application scenarios. The available source provides no independent testing results or release details.