Skip to main content
GET
/
cloud
/
v3
/
inference
/
flavors
List inference flavors
curl --request GET \
  --url https://api.gcore.com/cloud/v3/inference/flavors \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "cpu": 2,
      "description": "1xL40S / 16 vCPU / 232GiB RAM",
      "gpu": 1,
      "gpu_compute_capability": "8.6",
      "gpu_memory": 80,
      "gpu_model": "H100",
      "is_gpu_shared": false,
      "memory": 4,
      "name": "inference-16vcpu-232gib-1xh100-80gb"
    }
  ]
}

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

Query Parameters

limit
integer
default:1000

Optional. Limit the number of returned items

Required range: x <= 1000
Example:

1000

offset
integer
default:0

Optional. Offset value is used to exclude the first set of records from the result

Required range: x >= 0
Example:

0

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
InferenceFlavorOutSerializerV3 · object[]
required

Objects