Expand description
Data models and types for the Replicate API.
Re-exports§
pub use common::ApiResponse;pub use common::PaginatedResponse;pub use file::FileInput;pub use file::FileOutput;pub use prediction::CreatePredictionRequest;pub use prediction::Prediction;pub use prediction::PredictionStatus;
Modules§
- common
- Common types and structures used across the API.
- file
- File handling types for inputs and outputs.
- prediction
- Prediction-related types and structures.