Changelog
API version history and breaking changes.
v1.0.0March 2026
- ·Initial public API release.
- ·POST /forecast: synchronous inference with 5 model families.
- ·POST /forecast-jobs + GET /forecast-jobs/{id}: async job queue.
- ·GET /models: model registry with capabilities and size variants.
- ·GET /warmup: pre-warm model to eliminate cold-start latency.
- ·GET /status: health check, no authentication required.
- ·Models: chronos, chronos-2, timesfm, timesfm-2, moirai-2, tabpfn-ts.
- ·Covariate support: chronos-2, moirai-2, tabpfn-ts.
- ·11-language code samples: cURL, Python, JavaScript, Java, Go, C#, Kotlin, ObjC, PHP, Ruby, Swift.