---
title: "Deploy Gpu Availability"
method: GET
path: "/deploy/llm/gpu_availability"
tags: ["Dedicated Models"]
---

# Deploy Gpu Availability

`GET /deploy/llm/gpu_availability`

## Query parameters

- `source` string
- `base_model` string

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- DeployGPUAvailability
  - `gpus` GPUAvailabilityInfo[], required — A list of all provided GPUs configurations, including their price and wether they are available
    - `gpu_config` string, required
    - `usd_per_hour` number, required
    - `available` boolean, required
    - `recommended` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/51b817b3f80f/schema)
