# Set up UltiHash Serverless

If you don't want to self-host your own UltiHash cluster for any reason, UltiHash Serverless is perfect for you. It gives you the same high-throughput engine behind our self-hosted version, but without the hassle of managing it yourself.

Your can choose the cloud provider you prefer (current options are AWS and Hetzner Cloud); and your data stays local, stored securely in Frankfurt am Main, Germany (AWS) or Falkenstein, Germany (Hetzner).

UltiHash Serverless offers a number of preconfigured cluster sizes:

* 200GB: Ideal for tests and proof-of-concept projects (not available on Hetzner)
* 1 TB: Ideal for development and small pipelines
* 5 TB: Ideal for production workloads and training
* 10 TB: Ideal for high-volume inference, media, or GenAI pipelines

<a href="https://ultihash.io/serverless" class="button primary" data-icon="arrow-right-long">Get started with UltiHash Serverless</a>

***

### Read throughput benchmarks

Read throughput plays a central role in high-performance data workloads such as model training, fine-tuning, and batch inference. In these scenarios, delays in accessing data can lead to underutilized compute resources (e.g GPUs) and increased costs. UltiHash Serverless is optimized to provide high and consistent read performance, particularly for teams working with large volumes of data stored in the EU. The following benchmarks compare UltiHash to AWS S3 (Standard and Express One Zone) across different configurations.

*Please note that if you’re using UltiHash Self-Hosted, the read throughput measured may be different depending on the hardware you’re using. For reference, the following benchmarks have been tested with the AWS EC2 instance type* `c7g.4xlarge` .

**UltiHash Serverless (hosted on AWS) vs. S3 Standard (Region `eu-central-1`, Frankfurt)**

| Storage System            | Read Throughput |
| ------------------------- | --------------- |
| UltiHash Serverless (AWS) | 1 GB/s          |
| S3 Standard               | 200–250 MB/s    |

UltiHash Serverless delivers 4–5× higher read throughput than S3 Standard, enabling faster data access and reducing idle time for compute resources, such as GPUs waiting for data loading.

\
UltiHash Serverless is designed to deliver high read throughput directly from within the EU. It provides fast, local access to object data, making it well-suited for compute-heavy workloads like model training, inference pipelines, and parallel data processing, while ensuring that all data remains compliant with regional residency requirements.


---

# Agent Instructions: 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:

```
GET https://docs.ultihash.io/installation/set-up-ultihash-serverless.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
