Skip to main content
GET
/
v1
/
containers
/
gpu_availability
Rent Gpu Availability
curl --request GET \
  --url https://api.example.com/v1/containers/gpu_availability \
  --header 'Authorization: Bearer <token>'
{
  "gpus": [
    {
      "gpu_config": "<string>",
      "usd_per_hour": 123,
      "available": true,
      "recommended": false
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null

Query Parameters

source
string
default:""
base_model
string
default:""

Response

Successful Response

gpus
GPUAvailabilityInfo · object[]
required

A list of all provided GPUs configurations, including their price and wether they are available