> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/for-renters/bare-metal-rental.md).

# Bare Metal Rental

Bare Metal gives you entire physical servers instead of containers. No virtualization, no resource sharing, full root access, and hardware reserved exclusively for you for the whole rental term.

Use it when you need guaranteed capacity for production workloads: multi-node training, inference clusters, rendering farms, HPC.

## What You Can Rent

|                  |                                                                                                                                                                                                                            |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **GPU models**   | GB200, B300, B200, GH200, H200 (SXM and PCIe), H100, H800, A100, MI300X, MI325X, L40S, L4, A40, A10, V100, T4, RTX PRO 6000 Blackwell, RTX 6000 Ada, RTX A6000, RTX 5090, RTX 5080, RTX 5070, RTX 4090, RTX 3090, RTX 3080 |
| **Regions**      | USA, Japan, EU, France, Slovenia, Iceland, UK, India, Thailand, Hong Kong, China                                                                                                                                           |
| **Cluster size** | Up to 1,000 GPUs per order (quantity options depend on the SKU)                                                                                                                                                            |
| **Rental terms** | From 14 or 30 days (depending on configuration) up to 5 years                                                                                                                                                              |
| **Networking**   | Up to 3.2 Tbps InfiniBand or RoCE fabrics on flagship clusters                                                                                                                                                             |

The catalog changes as providers join, so check the live configurator for current availability and rates.

## Pricing

* Prices are quoted in **USD per GPU per hour** and shown live in the configurator.
* Longer terms cost less per hour: a 12-month contract is significantly cheaper than a 1-month one.
* The total for your selected term is displayed before checkout. No hidden fees.

## How to Order

1. Open [clore.ai/bare-metal](https://clore.ai/bare-metal).
2. Pick a region, GPU configuration, quantity, and rental term. The per-hour and total prices update as you go.
3. Press **Proceed to checkout**. If you are not signed in, you can create an account or sign in right inside the checkout modal.
4. Add your SSH public key (optional at checkout; if you skip it, send it to the team afterwards to get access provisioned).
5. Pay with **Bitcoin** or **USDT/USDC** from your Clore balance. You can top up in the same modal.

After payment the cluster is provisioned and access details are delivered to you. Typical delivery is within a few hours, up to 48 hours for large or custom configurations.

Your active bare metal orders are listed at the top of the same page.

The term is fixed: the hardware is reserved for you for the whole period and released when it ends (disks are sanitized between rentals). To continue beyond the term, contact the team in advance.

## Bare Metal vs Marketplace Rental

|              | Marketplace             | Bare Metal                      |
| ------------ | ----------------------- | ------------------------------- |
| Billing      | Per minute              | Fixed term (14 days to 5 years) |
| What you get | Container on a host     | Entire physical server(s)       |
| Scale        | Single server           | Clusters up to 1,000 GPUs       |
| Start time   | Seconds                 | Hours (up to 48h)               |
| Best for     | Experiments, short jobs | Production, sustained workloads |

## Need Something Custom?

For configurations not listed in the catalog (specific interconnects, storage, compliance requirements), contact the team at <marketing@clore.ai>.

Want to supply Bare Metal servers instead? See the provider requirements:

{% content-ref url="/pages/SMsesMSN0VMEseunbMpg" %}
[Bare Metal](/for-hosts/advanced/bare-metal.md)
{% endcontent-ref %}


---

# 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.clore.ai/for-renters/bare-metal-rental.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.
