> For the complete documentation index, see [llms.txt](https://docs.replex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replex.io/changelog/pricingapi.md).

# PricingAPI

## 1.2.10 - 2021-08-23

* Add multi-currency support for Azure.
* Add GPU costs support.
* Numerous bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.10`

## 1.2.9 - 2021-06-23

* Adds Alibaba billing support.
* Adds AWS attached node disk information to billing.
* Extends support for AWS storage class types.
* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.9`

## 1.2.8 - 2021-06-08

* Fix Azure and AWS cloud cost support.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.8`

## 1.2.7 - 2021-06-01

* Improve support for external cloud costs.
* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.7`

## 1.2.6 - 2021-05-05

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.6`

## 1.2.5 - 2021-04-20

* Support for external cloud costs.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.5`

## 1.2.4 - 2021-03-29

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.4`

## 1.2.3 - 2021-02-22

* Adds endpoints to get available alibaba instance types for given cluster.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.3`

## 1.2.2 - 2020-09-25

* Adds API documentation. On `/api/docs`
* Adds endpoint to update billing integration.
* Auto-assign free clusters to first default billing integration.
* Adds billing integration status indicator.
* Adds support for Alibaba cloud provider.
* Adds endpoints to get available instance types for given cluster.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.2-b6e685dd`

## 1.2.1 - 2020-09-23

* Adds a new environment variables: `PRICING_API_MODE` to enable cloud providers.
* Adds support for control plane costs.
* Adds support for uploading custom pricing files.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.1-0c3f776d`

## 1.2.0 - 2020-07-14

* Adds version metrics.
* Adds Azure billing support.

Docker Image: `docker.replex.io/replex/pricingapi:1.2.0-04395b88`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.replex.io/changelog/pricingapi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
