---
title: "Get billing regions"
method: GET
path: "/billing/regions"
tags: ["Billing"]
---

# Get billing regions

`GET /billing/regions`

Returns available billing regions with their pricing

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingRegionsResponse
  - `default_region` string
  - `regions` GithubComActiveloopaiDeeplakeApiInternalBillingBillingRegion[]
    - `compute_basic_price_cents_per_gpu_hour` integer
    - `compute_enterprise_price_cents_per_gpu_hour` integer
    - `compute_scale_price_cents_per_gpu_hour` integer
    - `created_at` string
    - `display_name` string
    - `egress_price_cents_per_gb` number
    - `id` string
    - `ingestion_price_cents_per_gb` number
    - `is_active` boolean
    - `name` string
    - `storage_price_cents_per_tb_month` integer
    - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

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