---
title: "List provider quotas [READ]"
method: GET
path: "/v2/provider/quotas/{namespace}"
tags: ["Providers"]
---

# List provider quotas [READ]

`GET /v2/provider/quotas/{namespace}`

## Path parameters

- `namespace` string, required

## Response `200`

Vendors quotas with usage listed successfully

- VendorQuotas — Quota summary across all providers
  - `vendors` VendorQuota[], required
    - `name` string, required — Provider identifier
    - `quotas` RegionComputeQuota[], required — Quota details per compute type
      - `architecture` string, required — Hardware architecture description
      - `instanceType` string, required — Instance type identifier
      - `maxAccelerators` integer, required — Maximum accelerators allowed
      - `usedAccelerators` integer, required — Currently allocated accelerators

---

[API](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api.md) · [All operations](https://skmtc.net/huggingface/apis/hf-inference-endpoints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hf-inference-endpoints-api/versions/52e3f4cdbf86/schema)
