v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Everywhere Inference

List inference flavors

get/cloud/v3/inference/flavors

Query parameters

limitinteger

Optional. Limit the number of returned items

Example:1000

Optional. Limit the number of returned items

offsetinteger

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

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

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "cpu": 2,
      "description": "1xL40S / 16 vCPU / 232GiB RAM",
      "gpu": 1,
      "gpu_compute_capability": "8.6",
      "gpu_memory": 80,
      "gpu_model": "H100",
      "memory": 4,
      "name": "inference-16vcpu-232gib-1xh100-80gb"
    }
  ]
}