API Reference¶
Complete API documentation for the inference_models package.
Core Classes¶
- AutoModel - Main entry point for loading models
- AutoModelPipeline - Load and run model pipelines
Prediction Types¶
- Detections - Object detection predictions
- InstanceDetections - Instance segmentation predictions
- KeyPoints - Keypoint detection predictions
- ClassificationPrediction - Classification predictions
- MultiLabelClassificationPrediction - Multi-label classification predictions
Enums and Types¶
- BackendType - Available backend types
- ColorFormat - Image color format options
- Quantization - Model quantization options
- AnyModel - Union type for all model types
🛠️ Developer Tools¶
Advanced utilities for custom model development.
- Developer Tools Reference - Complete developer tools documentation
📖 Usage Examples¶
For usage examples and guides, see: