Skip to main content
GET
Get an inference instance type

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Resource identifier.

Response

OK

GPU hardware configuration on which one inference replica can run.

id
string
required

Stable hardware instance type identifier used by deployment configs.

name
string
required

Human-readable instance type name.

description
string
required

Human-readable summary of the hardware configuration.

gpuType
string
required

GPU accelerator model, such as H100 or B200.

gpuCount
integer
required

Number of GPUs in one replica of this instance type.

gpuMemoryGib
integer
required

Memory available on each GPU, in GiB.

priceCentsPerHour
integer
required

On-demand price for one running replica, in US cents per hour.

regions
object[]
required

Regions where this instance type is offered.