Skip to main content
GET
Get Available Gpu Types

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string | null

Optional team ID. When set, returns GPU types across the team's ClusterAllocations. When omitted, uses the caller's personal allocations.

Response

Successful Response

Distinct GPU types across the caller's eligible PrimeClusters.

Powers the "select a GPU type" dropdown at dispatch time so the UI only offers types the caller could actually land on. Filtering matches the dispatch picker (cordon + heartbeat freshness + non-zero ClusterAllocation on the principal).

gpuTypes
string[]

Sorted, distinct list of eligible cluster gpuType values.