> For the complete documentation index, see [llms.txt](https://docs.kontinent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kontinent.ai/documentation/dokumentation/best-practices/sovereignty-tiers.md).

# Die passende Souveränitätsstufe wählen

Jedes Modell deklariert eine `sovereignty`-Stufe von `strict` oder `pragmatic`. Wählen Sie die passende Stufe pro Anwendungsfall statt überall dieselbe zu erzwingen, erhalten Sie die breiteste Modellauswahl, ohne die von Ihrer Workload benötigte Residenzgarantie aufzugeben.

## Die beiden Stufen

| Stufe       | Bedeutung                                                                             |
| ----------- | ------------------------------------------------------------------------------------- |
| `strict`    | Bedient von einem **EU-eigenen** Anbieter.                                            |
| `pragmatic` | Bedient aus einer **EU-Region** eines Anbieters mit nicht-europäischem Mutterkonzern. |

Beide Stufen werden aus der EU bedient. Der Unterschied liegt im Eigentum des Anbieters, nicht darin, wo die Anfrage läuft.

## Eine praktische Faustregel

* Nutzen Sie `strict` für regulierte Daten, vertragliche Anforderungen an EU-Eigentum oder alles, was unter die strengeren Pflichten des EU AI Act fällt.
* Nutzen Sie `pragmatic`, wenn EU-Verarbeitung ausreicht und Sie Zugriff auf den breitest möglichen Modellkatalog wollen, einschließlich EU-Regionen größerer, nicht-europäischer Anbieter.
* Mischen Sie Stufen innerhalb Ihrer Anwendung: verlangen Sie `strict` für die Endpunkte, die sensible Daten verarbeiten, und lassen Sie `pragmatic` anderswo zu, für Kosten oder Modellauswahl.

## In Code erzwingen, nicht in Policy

`GET /v1/models` liefert die Stufe bei jedem Modell. Filtern Sie den Katalog also in Ihrem Code, statt sich auf ein Dokument zu verlassen, das irgendwo festhält, welche Modelle zugelassen sind. So bewegt sich die Einschränkung mit Ihrem Deployment mit und überlebt Änderungen am Katalog. Siehe [Modelle & Souveränität](/documentation/dokumentation/models-and-routing/models.md) und [Maximaler Datenschutz](/documentation/dokumentation/privacy/data-privacy.md).


---

# 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.kontinent.ai/documentation/dokumentation/best-practices/sovereignty-tiers.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.
