> For the complete documentation index, see [llms.txt](https://docs.verticalstudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verticalstudio.ai/vertical-products/cloud/why-vertical-cloud.md).

# Why Vertical Cloud?

### 1. The cost problem with today’s cloud

Renting powerful GPUs from Amazon Web Services or Google Cloud is convenient—they scale your resources automatically and keep everything running. But that convenience comes at a price: **hourly rates are often 40‑50 % higher** than what you would pay decentralized GPU marketplaces or networks.

### 2. The DIY headache of decentralized GPUs

Decentralized GPU networks (think of them as Airbnb for graphics cards) can be much cheaper, but you have to:

* Hunt for available machines that match your spec
* Handle sudden disconnects or slow nodes
* Manually juggle jobs across multiple providers

For most teams, the management overhead erases the savings.

### 3. Vertical Cloud = Best of both worlds

Vertical Cloud is a **smart orchestration layer** that sits on top of several partnered decentralized GPU networks and turns them into **one elastic pool** that looks and behaves like a traditional cloud.

* **Auto‑scaling** – GPUs spin up when your workload spikes and de-lease one it decreases
* **Intelligent load‑balancing** – tasks are routed to the best available GPUs so training finishes sooner
* **Pay‑as‑you‑go** – only pay for the seconds you actually use, just like AWS or GCP

### 4. What you get

<table><thead><tr><th width="344.34375">Feature</th><th>AWS &#x26; GCP</th><th>Vertical Cloud</th></tr></thead><tbody><tr><td>Elastic Scaling</td><td>✅</td><td>✅</td></tr><tr><td>Global reliability</td><td>✅</td><td>✅</td></tr><tr><td>Brand Premium</td><td>✅</td><td>❌</td></tr><tr><td>Typical Hourly Price (A100 80GB)</td><td>US $4.10</td><td>US $2.25</td></tr><tr><td>Average saving</td><td>-</td><td>45%</td></tr></tbody></table>

### 5. A quick analogy

> <mark style="color:blue;">**"Vertical Cloud is like a ride‑sharing app for GPUs"**</mark>

It automatically finds the nearest, cheapest, and most reliable “ride” for your workload—so you get to your destination faster and for less money, without caring which car (network) picks you up.


---

# 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.verticalstudio.ai/vertical-products/cloud/why-vertical-cloud.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.
