Skip to main content

Custom Models

Page Outline

Custom Models Only

These endpoints are only applicable to models with model_type: "custom".

For advanced users, Model Studio supports 'Bringing Your Own Model' (BYOM). These endpoints manage the upload of custom scripts, weights, and configuration files, and provide specialized triggers for custom training pipelines.

Endpoints

EndpointMethodPathDescription
Custom AssetsPOST/GET/{model_id}/custom/assetsUpload and list custom training files.
Custom TrainingPOST/{model_id}/custom/trainExecute user-provided training scripts.