Generate accurate time series predictions using Nolano’s foundation models
| Model ID | Description | Best For |
|---|---|---|
forecast-model-1 | General-purpose foundation model (TOTO) | Most time series patterns |
forecast-model-2 | Trend-focused model | Data with strong trends |
forecast-model-3 | Seasonal model | Seasonal patterns |
forecast-model-4 | Volatility model | High-variance data |
UNAUTHORIZED - Invalid or missing API keyINVALID_REQUEST - Validation failed for request parametersDATA_VALIDATION_ERROR - Issues with time series data formatRATE_LIMIT_EXCEEDED - API rate limit exceededINTERNAL_ERROR - Unexpected server errorAPI key authentication. Include your API key with 'Bearer' prefix.
Model ID to use for forecasting
forecast-model-1, forecast-model-2, forecast-model-3, forecast-model-4 Array containing one time series object
1 elementNumber of future periods to predict
1 <= x <= 10012
Frequency of input timestamps
Seconds, Minutes, Hours, Daily, Weekly, Monthly, Quarterly, Yearly "Daily"
Desired frequency for forecast output (must match data_frequency)
Seconds, Minutes, Hours, Daily, Weekly, Monthly, Quarterly, Yearly "Daily"
Confidence level for prediction intervals
0.1 <= x <= 0.990.95
Forecast generated successfully
Timestamps for forecasted periods
[
"2024-01-01T00:00:00",
"2024-01-02T00:00:00"
]Lower bounds of prediction intervals
[145.2, 146.8]Point forecasts (median predictions)
[150, 151.5]Upper bounds of prediction intervals
[154.8, 156.2]