//! Data models and types for the Replicate API.
pubmodcommon;pubmodfile;pubmodprediction;// Re-export commonly used types
pubusecommon::{ApiResponse, PaginatedResponse};pubusefile::{FileInput, FileOutput};pubuseprediction::{CreatePredictionRequest, Prediction, PredictionStatus};