Documentation Index
Fetch the complete documentation index at: https://docs.synthefy.com/llms.txt
Use this file to discover all available pages before exploring further.
Python SDK Reference
Data Models
The Synthefy Python SDK provides several data models for handling forecasting requests and responses:- SingleEvalSamplePayload - A single payload for forecasting models
- SingleSampleForecastPayload - A single sample forecast payload containing forecast results
- ForecastV2Request - A request for forecasting and model specification
- ForecastV2Response - A response containing forecast results for multiple samples
API Client
The Synthefy Python SDK provides both synchronous and asynchronous API clients for making forecasting requests:- API Client - Complete API client documentation with examples