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

NVIDIA Run:ai Revisions API

Revisions are associated with an inference workload and represent a snapshot of its configuration. A revision is created on each change to the inference workload.

NVIDIA Run:ai Revisions API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Revisions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 3 operations across 3 paths, and defines 17 schemas. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, https://app.run.ai.

3 operations 3 paths 17 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Revisions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Revisions 3

Revisions are associated with an inference workload and represent a snapshot of its configuration. A revision is created on each change to the inference workload.

GET
/api/v1/workloads/inferences/{workloadId}/revisions
Get inference workload revisions by id. [Experimental]
get_inference_workload_revisions 2 params → 200401403404500503
GET
/api/v1/workloads/inferences/{workloadId}/revisions/count
Get inference workload revisions count. [Experimental]
count_inference_workload_revisions 2 params → 200401403500503
GET
/api/v1/workloads/inferences/revisions/{revisionId}
Get revision data. [Experimental]
get_revision 1 param → 200401403404500503

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are Revision (27 properties), WorkloadRequestResources (6 properties), Condition1 (5 properties), WorkloadAllocatedResources (5 properties). Each schema is shown below with its type and property counts.

GpuRequestType
string
Sets the unit type for GPU resources requests. Stated in terms of portion or memory. Sets the unit type for other GPU request fields. If gpuDevicesRequest 1, o…
DepartmentId2
string
The id of the department.
Error
object
3 properties 2 required
WorkloadAllocatedResources
object
5 properties
Revision
object
27 properties 10 required
TenantId
integer
The id of the tenant.
Conditions
array
ClusterId
string
The id of the cluster.
Phase
string
RequestResourceCores
object
2 properties
WorkloadsExtendedResources
array
Set of extended resources with their quantity
Condition1
object
5 properties 2 required
WorkloadsExtendedResource
object
Quantity of an extended resource.
3 properties
WorkloadRequestResources
object
6 properties
ProjectId
string
The id of the project.
RequestResourceQuantity
object
2 properties
RequestedPods
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-revisions-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API