---
title: "Get a list of gpu models per vendor. Based on the content from https://raw.githubusercontent.com/akash-network/provider-configs/main/devices/pcie/gpus.json."
method: GET
path: "/v1/gpu-models"
tags: ["Gpu"]
---

# Get a list of gpu models per vendor. Based on the content from https://raw.githubusercontent.com/akash-network/provider-configs/main/devices/pcie/gpus.json.

`GET /v1/gpu-models`

## Response `200`

List of gpu models per.

- object[]
  - `name` string, required
  - `displayName` string, required
  - `models` object[], required
    - `name` string, required
    - `displayName` string, required
    - `memory` string[], required
    - `interface` string[], required

## Changes

- **2026-07-14** `dd5954ab9cb2` — 2 info
  - added the required property `items/displayName` to the response with the `200` status
  - added the required property `items/models/items/displayName` to the response with the `200` status
- **2026-05-07** `967c41f60844` — 2 breaking
  - removed the required property `items/displayName` from the response with the `200` status
  - removed the required property `items/models/items/displayName` from the response with the `200` status

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/gpu-models/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
