---
title: "Get an inference instance type"
method: GET
path: "/public/inference-instance-types/{id}"
tags: ["InstanceTypeService"]
---

# Get an inference instance type

`GET /public/inference-instance-types/{id}`

Retrieves the GPU resources, pricing, regional availability, and best-effort capacity headroom for one inference instance type.

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

OK

- DEInferenceInstanceType — GPU hardware configuration on which one inference replica can run.
  - `id` string, required — Stable hardware instance type identifier used by deployment configs.
  - `name` string, required — Human-readable instance type name.
  - `description` string, required — Human-readable summary of the hardware configuration.
  - `gpuType` string, required — GPU accelerator model, such as `H100` or `B200`.
  - `gpuCount` integer, required — Number of GPUs in one replica of this instance type.
  - `gpuMemoryGib` integer, required — Memory available on each GPU, in GiB.
  - `priceCentsPerHour` integer, required — On-demand price for one running replica, in US cents per hour.
  - `regions` DERegion[], required — Regions where this instance type is offered.
    - `name` string, required — Region name where an instance type is offered.
    - `headroom` DEHeadroom — Best-effort estimate of how many additional replicas currently fit in a region.
      - `value` integer — Capped count of replicas that currently fit.
      - `relation` 'RELATION_EQ' | 'RELATION_GTE', required — Whether the value is exact or a lower bound.

## Other responses

- `default` — Default error response

## Changes

- **2026-07-26** `0c4fdad77435` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/together/apis/together-apis/changes/public/inference-instance-types/:id/get.md)

---

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