TFC Logo
Talk to us

A new foundation model that can predict any time series

Navi

Our cutting-edge model designed to deliver precise predictions across any time series data.

PlatformAPI
Navi Logo
Platform

Use Navi in Retrocast,

the forecasting platform in the browser

Apply for access
Plug and play

Upload any time series data

Compare

See how Navi compares to top open source options

Navi
Navi
TimesFM 2.0
Moirai-MoE
Chronos-Bolt
Forecast from anywhere

Predict from any point in time, and compare with real data

Prediction horizons

Predict the next quarter, or the next two years

0m5m10m15m20m
24 months
API

api/post/forecast.py

# POST /forecast
  import requests
  
  url = "https://api.retrocast.com/forecast?model=navi"
  
  payload = {
      "series": [
          {
              "future_variables": { "local_attendance_forecast": [125, 75, 200, 122, 123, 150, 100, 120, 121, 119] },
              "future_variables_index": ["2001-01-06", "2001-01-07", "2001-01-08", "2001-01-09", "2001-01-10", "2001-01-11", "2001-01-12", "2001-01-13", "2001-01-14", "2001-01-15"],
              "hist_variables": { "temperature": [74, 72, 79, 77, 75] },
              "index": ["2001-01-06", "2001-01-07", "2001-01-08", "2001-01-09", "2001-01-10"],
              "static_variables": { "Population": 100000 },
              "target": [125, 120, 140, 135, 133]
          }
      ],
      "horizon": 5,
      "freq": "D"
  }
  headers = {
      "Authorization": "Bearer YOUR_KEY_HERE",
      "Content-Type": "application/json"
  }
  
  response = requests.post(url, json=payload, headers=headers)
  
  print(response.text)
API

Use Navi in your workflow

ready to forecast what's next for your business

Model inference

Instant insights,

predict future trends with our advanced model inference

Use our powerful Navi model,

or any open source model

Pick a horizon

and frequency of your forecast

Add contextual variables

that affect your business

Use our OpenAPI spec

for easy integration with your workflow

Back-testing

Unlock the past,

analyze historic data for reliable back-testing

Any industry

Forecast any time series,

from sales to sensors, and everything in between

Logistics

Predict the demand for your products and services, and optimize your supply chain to meet it

  • Ensure shelves are stocked according to demand; no more, no less
  • Always have parts for maintenance in stock. No more trucks in the parking lot
  • Plan with confidence when goods will arrive for your customers
  • Optimize your supply chain to meet demand

Retail

Understand customer behavior and optimize your store's performance with accurate forecasting

  • Predict demand for your products and services
  • Optimize inventory levels to avoid overstocking or shortages
  • Reduce waste and costs by predicting demand accurately
  • Maximize sales with optimal product placement and pricing strategies

Manufacturing

Optimize your manufacturing operations with accurate forecasting of production needs, maintenance requirements and supply chain demands

  • Predict demand for your products and services
  • Optimize production schedules to avoid overproduction or underproduction
  • Ensure parts and materials are available for production
  • Reduce waste and costs by predicting demand accurately

Energy

Optimize grid stability and costs with accurate forecasting of renewable generation and consumer demand

  • Predict renewable energy generation from solar and wind sources
  • Forecast peak demand periods to optimize grid load balancing
  • Plan maintenance schedules around predicted low-demand periods
  • Reduce costs by accurately predicting energy storage needs

Pharmaceuticals

Optimize pharmaceutical manufacturing and supply chain with accurate forecasting of drug demand, clinical trials, and production needs

  • Predict drug demand across different markets and therapeutic areas
  • Optimize clinical trial recruitment and resource allocation
  • Ensure raw materials and API availability for uninterrupted production
  • Reduce inventory costs while maintaining high service levels