---
title: "Get a list of gpu models with their availability and pricing."
method: GET
path: "/v1/gpu-prices"
tags: ["Gpu"]
---

# Get a list of gpu models with their availability and pricing.

`GET /v1/gpu-prices`

## Response `200`

List of gpu models with their availability and pricing.

- object
  - `availability` object, required
    - `total` number, required
    - `available` number, required
  - `models` object[], required
    - `vendor` string, required
    - `model` string, required
    - `ram` string, required
    - `interface` string, required
    - `availability` object, required
      - `total` number, required
      - `available` number, required
    - `providerAvailability` object, required
      - `total` number, required
      - `available` number, required
    - `price` object, nullable, required
      - `currency` string, required
      - `min` number, required
      - `max` number, required
      - `avg` number, required
      - `weightedAverage` number, required
      - `med` number, required

## Changes

- **2026-05-13** `426a29134b9d` — 1 info
  - api operation id `listGpuPrices` was added
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `listGpuPrices` removed and replaced with ``

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/gpu-prices/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)
