---
title: "GET /v1/instance-types"
method: GET
path: "/v1/instance-types"
tags: ["instance-types"]
---

# GET /v1/instance-types

`GET /v1/instance-types`

Return list of available instance types to deploy an endpoint to

## Response `200`

A list of available instance types to deploy an endpoint to

- InstanceTypeInfo[]
  - `instance_name` string, required — String to specify when creating/updating an endpoint
  - `display_name` string, required — User-friendly name of the instance type
  - `vcpu` integer, required — Number of vCPUs available on the instance type
  - `ram` integer, required — Amount of memory in GB available on the instance type
  - `vram` integer, required — Amount of video memory in GB available on the instance type
  - `accelerator` 'none' | 'gpu', required — Type of accelerator attached to this instance type
  - `available` boolean, required — If the hardware target is available right now
  - `price` number, double, required — Price per second in dollars (e.g. 0.0001 for 1/100th of a cent) to use this instance type

---

[API](https://skmtc.dev/octoml/apis/octoai-api.md) · [All operations](https://skmtc.dev/octoml/apis/octoai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/octoml/octoai-api/revisions/ff4ad53097bc/schema)
