---
title: "Account Gpu Pool"
method: GET
path: "/v1/me/gpu_pool"
tags: ["Account"]
---

# Account Gpu Pool

`GET /v1/me/gpu_pool`

## Headers

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

## Response `200`

Successful Response

- GpuPoolOut
  - `max_limits` object — Effective GPU max per type (pool, 0 if unset)
  - `min_limits` object — Effective GPU min per type (pool, 0 if unset)
  - `pending_max_requests` object, nullable — Pending requested max per type
  - `pending_min_requests` object, nullable — Pending requested min per type

## Other responses

- `404` — Not Found
- `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/versions/51b817b3f80f/schema)
