GET
/
instances
/
types
curl --request GET \
  --url https://api.shadeform.ai/v1/instances/types \
  --header 'X-API-KEY: <api-key>'
{
  "instance_types": [
    {
      "cloud": "hyperstack",
      "region": "canada-1",
      "shade_instance_type": "A6000",
      "cloud_instance_type": "gpu_1x_a6000",
      "configuration": {
        "memory_in_gb": 12,
        "storage_in_gb": 256,
        "vcpus": 6,
        "num_gpus": 1,
        "gpu_type": "A100",
        "interconnect": "pcie",
        "vram_per_gpu_in_gb": 48,
        "os_options": [
          "ubuntu22.04_cuda12.2_shade_os",
          "ubuntu20.04_cuda12.0_shade_os"
        ]
      },
      "hourly_price": 210,
      "deployment_type": "vm",
      "availability": [
        {
          "region": "us-central-1",
          "available": true,
          "display_name": "US, Wichita, KS"
        },
        {
          "region": "us-central-2",
          "available": false,
          "display_name": "US, Wichita, KS"
        }
      ],
      "boot_time": {
        "min_boot_in_sec": 180,
        "max_boot_in_sec": 300
      }
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

cloud
string

Filter the instance type results by cloud.

region
string

Filter the instance type results by region.

num_gpus
string

Filter the instance type results by the number of gpus.

gpu_type
string

Filter the instance type results by gpu type.

shade_instance_type
string

Filter the instance type results by the shade instance type.

available
boolean

Filter the instance type results by availability.

sort
enum<string>

Sort the order of the instance type results.

Available options:
price

Response

200 - application/json
Returns an InstanceTypesResponse object

Response of /instances/types

instance_types
object[]
required

Information about a specific instance type