> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing in Object Storage

This article provides detailed pricing for the Object Storage service in Nebius AI Cloud.

## How charges and prices work

Each group of chargeable items in this article has two time units associated with it:

* **Billing unit**: The minimum unit of usage for which you can be charged.
* **Pricing unit**: The unit of usage for which the prices are shown.

Charges for units smaller than the pricing unit are calculated proportionally.

> For example, for GPUs on running VMs, the **billing unit** is 1 second, and the **pricing unit** is 1 hour (3600 seconds). For 30 minutes of usage, you will be charged half the hourly price.

Prices in US dollars (USD, \$) apply to all customers except for companies from Israel, where prices in Israeli shekels (ILS, ₪) apply instead.

All prices are shown without any applicable taxes, including VAT. Due to rounding errors, usage costs shown in the web console and final charges may slightly differ from calculations based on the prices in this article.

## Prices

### Storing data

You are charged for storing data in your Object Storage buckets. Pricing depends on the [storage class](../storage-classes) of a stored object.

* **Billing unit**: 1 byte per 1 second
* **Pricing unit**: 1 GiB per 730 hours (2<sup>30</sup> bytes per 2,628,000 seconds \~ 1 month)

<Tabs>
  <Tab title="USD">
    | Item                                      | Price per 1 GiB per 730 hours |
    | ----------------------------------------- | ----------------------------- |
    | Used space in Standard storage            | \$0.0147                      |
    | Used space in Enhanced Throughput storage | \$0.11                        |
  </Tab>

  <Tab title="ILS">
    | Item                                      | Price per 1 GiB per 730 hours |
    | ----------------------------------------- | ----------------------------- |
    | Used space in Standard storage            | ₪0.046                        |
    | Used space in Enhanced Throughput storage | ₪0.341                        |
  </Tab>
</Tabs>

### HTTP requests on data

You are charged for performing HTTP requests on objects in your Object Storage buckets. Pricing depends on the [storage class](../storage-classes) of an object on which you perform requests.

All requests are divided into two classes by their HTTP method. A request using any method in a class counts towards the billing item for the class.

> For example, when 5 PUT requests and 5 DELETE requests are made, this adds 10 requests total to the PUT, POST and DELETE item.

You are not charged for requests on buckets (e.g. requests that create or delete buckets, change settings of a bucket, list objects, etc.).

* **Billing unit**: 1 request
* **Pricing unit**: 1000 requests

<Tabs>
  <Tab title="USD">
    | Item                                                                 | Price per 1000 requests |
    | -------------------------------------------------------------------- | ----------------------- |
    | Standard storage — class A operations (PUT, POST, DELETE)            | \$0.0034                |
    | Standard storage — class B operations (GET, HEAD)                    | \$0.00028               |
    | Enhanced Throughput storage — class A operations (PUT, POST, DELETE) | Free                    |
    | Enhanced Throughput storage — class B operations (GET, HEAD)         | Free                    |
  </Tab>

  <Tab title="ILS">
    | Item                                                                 | Price per 1000 requests |
    | -------------------------------------------------------------------- | ----------------------- |
    | Standard storage — class A operations (PUT, POST, DELETE)            | ₪0.01054                |
    | Standard storage — class B operations (GET, HEAD)                    | ₪0.000868               |
    | Enhanced Throughput storage — class A operations (PUT, POST, DELETE) | Free                    |
    | Enhanced Throughput storage — class B operations (GET, HEAD)         | Free                    |
  </Tab>
</Tabs>

### Egress traffic

You are charged for egress traffic from your Object Storage buckets, i.e. traffic to the internet and traffic to another [region](../../overview/regions).

* **Billing unit**: 1 byte
* **Pricing unit**: 1 GiB (2<sup>30</sup> bytes)

<Tabs>
  <Tab title="USD">
    | Item                                                                                                                       | Price per 1 GiB |
    | -------------------------------------------------------------------------------------------------------------------------- | --------------- |
    | Egress traffic from [Standard storage](../storage-classes) to the internet or another region in Nebius AI Cloud            | \$0.0150        |
    | Egress traffic from [Enhanced Throughput storage](../storage-classes) to the internet or another region in Nebius AI Cloud | Free            |
    | Egress traffic within the same Nebius AI Cloud region                                                                      | Free            |
  </Tab>

  <Tab title="ILS">
    | Item                                                                                                                       | Price per 1 GiB |
    | -------------------------------------------------------------------------------------------------------------------------- | --------------- |
    | Egress traffic from [Standard storage](../storage-classes) to the internet or another region in Nebius AI Cloud            | ₪0.0465         |
    | Egress traffic from [Enhanced Throughput storage](../storage-classes) to the internet or another region in Nebius AI Cloud | Free            |
    | Egress traffic within the same Nebius AI Cloud region                                                                      | Free            |
  </Tab>
</Tabs>
