Model Endpoints
Create and manage custom models for inference.
Overview
Model endpoints let you create and manage custom models for hosting on the inference platform.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/models | List public models |
| POST | /v1/models | Create model |
| GET | /v1/models/mine | List your models |
| DELETE | /v1/models/:id | Delete model |