Skip to main content
GET
/
cloud
/
v3
/
inference
/
capacity
Get inference capacity by region
curl --request GET \
  --url https://api.gcore.com/cloud/v3/inference/capacity \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "capacity": [
        {
          "capacity": 42,
          "flavor_name": "inference-16vcpu-232gib-1xh100-80gb"
        }
      ],
      "region_id": 4
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
RegionCapacityOutSerializerV3 · object[]
required

Objects