| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.cerebras.ai/v1 | link | — | — | — |
Actions (25)
Management · 9
- Delete model versionDELETE /management/v1/orgs/{org_name}/models/{model_arch_id}/versions/{version_id}
Delete a model version and its artifacts.
documented - Deploy model to endpointPOST /management/v1/endpoints/{endpoint_id}:deployModel
Deploy a model version to a specific endpoint.
documented - List endpointsGET /management/v1/orgs/{org_name}/endpoints
List endpoints available to the organization.
documented - List model architecturesGET /management/v1/orgs/{org_name}/models
List model architectures accessible to an organization.
documented - List model versionsGET /management/v1/orgs/{org_name}/models/{model_arch_id}/versions
List model versions for a given model architecture.
documented - Retrieve endpoint statusGET /management/v1/endpoints/{endpoint_id}
Check the status of a deployment on an endpoint.
documented - Retrieve model version statusGET /management/v1/orgs/{org_name}/models/{model_arch_id}/versions/{version_id}
Get the status of a specific model version.
documented - Update model version aliasesPATCH /management/v1/orgs/{org_name}/models/{model_arch_id}/versions/{version_id}
Update aliases for a model version.
documented - Upload model versionPOST /management/v1/orgs/{org_name}/models:upload
Upload a new model version with weights and metadata.
documented
Files · 5
- Delete fileDELETE /v1/files/{file_id}
Delete a file from storage.
documented - List filesGET /v1/files
List uploaded files.
documented - Retrieve fileGET /v1/files/{file_id}
Retrieve metadata for a specific file.
documented - Retrieve file contentGET /v1/files/{file_id}/content
Download the raw content of a file.
documented - Upload filePOST /v1/files
Upload a file for batch processing.
documented
Batches · 4
- Cancel batchDELETE /v1/batches/{batch_id}
Cancel a batch job in progress.
documented - Create batchPOST /v1/batches
Create a batch job for batch processing of requests.
documented - List batchGET /v1/batches
List batch jobs for the user.
documented - Retrieve batchGET /v1/batches/{batch_id}
Get the status and results for a batch job.
documented