Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CentML Deployments API

The Deployments API from CentML — 6 operation(s) for deployments.

CentML Deployments API is one of 5 APIs that CentML publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Deployments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 8 operations across 6 paths, and defines 6 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://api.centml.com/openai/v1, https://api.centml.com.

8 operations 6 paths 6 schemas 4 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.centml.com/openai/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

CentML Deployments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (CentML API key) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Set the Authorization: Bearer header. Serverless inference uses a serverless token; the platform API uses an account access token. Both are issued from the Cen…

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Deployments 8
GET
/deployments
Lists all deployments for the account.
listDeployments 1 param → 200
POST
/deployments/inference
Creates a dedicated inference deployment.
createInferenceDeployment body → 200
PUT
/deployments/inference
Updates an existing inference deployment.
updateInferenceDeployment body → 200
GET
/deployments/inference/{deployment_id}
Retrieves an inference deployment by ID.
getInferenceDeployment 1 param → 200
POST
/deployments/compute
Creates a compute deployment.
createComputeDeployment body → 200
GET
/deployments/status/{deployment_id}
Gets the status of a deployment.
getDeploymentStatus 1 param → 200
PUT
/deployments/status/{deployment_id}
Updates the status of a deployment (e.g. pause or delete).
updateDeploymentStatus 1 param body → 200
GET
/deployments/logs/{deployment_id}
Returns logs for a deployment.
getDeploymentLogs 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Deployment (6 properties), CreateInferenceDeploymentRequest (6 properties), CreateComputeDeploymentRequest (3 properties), DeploymentStatus (2 properties). Each schema is shown below with its type and property counts.

DeploymentList
object
1 property
DeploymentStatus
object
2 properties
CreateInferenceDeploymentRequest
object
6 properties 3 required
Deployment
object
6 properties
CreateComputeDeploymentRequest
object
3 properties 3 required
DeploymentLogs
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

centml-deployments-api-openapi.yml Raw ↑

Other APIs CentML publishes across the network.

CentML Chat API
CentML Clusters API
CentML Completions API
CentML Models API