Everywhere Inference
Get inference flavor
get/cloud/v3/inference/flavors/{flavor_name}
Path parameters
flavor_namestring required
Inference flavor name.
Example:inference-16vcpu-232gib-1xh100-80gb
Inference flavor name.
Response
OK
Example response
{
"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"
}