# Local AI

In order to enable local AI capabilities an additional server is required with the following specifications:

#### **Minimum (CPU Only):**

* CPU: 64 cores
* RAM: 256GB
* Storage: 100GB SSD

#### **Production (GPU):**

* CPU: 64 cores
* RAM: 128GB
* GPU: 1x H100 80GB
* Storage: 500GB NVMe SSD

We are leveraging a 120 Billion parameter open source model and therefore greatly benefit from GPU acceleration. While the system is flexible enough to handle any open source model, the smaller models don't perform as well and often struggle with tool calling.


---

# 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.dataspace.ch/infrastructure/installation/local-ai.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.
