IBM Granite Forecast ($0.05)
ibm_granite_forecastForecast future values from a time series using zero-shot AI. Supply timestamps and cadence, get predictions for revenue, traffic, or sensors. No training; pay per call.
Instructions
Zero-shot time-series forecasting via IBM Granite TTM (Tiny Time Mixer). Provide a numeric series with ISO-8601 timestamps and a cadence, receive the forecast horizon. No training required. Suitable for revenue, traffic, sensor, energy, and financial series. No IBM Cloud account required — pay $0.05 USDC per call via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq | Yes | Cadence of the series as a pandas-style frequency string. Examples: 1min, 5min, 15min, 30min, 1h, 2h, 4h, 12h, 1D, 1W, 1ME. | |
| label | No | Human label for the series (e.g. "daily_revenue_usd"). Returned in output for traceability. | |
| values | Yes | Numeric series aligned to timestamps, oldest to newest. Must be the same length as timestamps. | |
| timestamps | Yes | ISO-8601 timestamps at a uniform cadence, oldest to newest (e.g. ["2025-01-01T00:00:00Z", ...]). | |
| prediction_length | No | Number of steps to forecast ahead. Defaults to the model horizon (typically 96 for 1h data). |