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
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Custom Assets | POST/GET | /{model_id}/custom/assets | Upload and list custom training files. |
| Custom Training | POST | /{model_id}/custom/train | Execute user-provided training scripts. |