Rezidence un reģioni
Four distinct classes for ownership, operation and location. They are not interchangeable and do not confer immunity from legal disclosure obligations.
- ES piederošs, ES pārvaldīts
- An EU company owns and operates the infrastructure in the EU. A classification, not a legal guarantee against disclosure.
- Ārpus ES esoša mātesuzņēmuma ES reģions
- Processing in an EU region, but the parent company is outside the EU. The location is European; the jurisdiction is not exclusively so.
- Uz vietas pie klienta
- The model runs inside infrastructure the customer controls.
- Kataloga ieraksts, mitināšana nav dokumentēta
- A catalogue entry with no LLM EU inference. Its processing location is unverified.
Šie četri apzīmējumi aizstāj tukšo vārdu suverēns, ko mēs nelietojam atsevišķi. Modelis tiek saukts par suverēnu tikai kopā ar tā klasi un reģionu, jo īpašumtiesības, pārvaldība un jurisdikcija ir trīs dažādi fakti.
Regions in the catalogue
Region rows are configuration data, not evidence of running machines or confirmed operator contracts. Seeded endpoints use the mock: dev-mock, no model weights run. Real inference requires a configured backend per region and matching endpoints. Region configuration is not independent geolocation.
| Region | Country | Class | Operator (configuration) |
|---|---|---|---|
| de-ber | DE | ES piederošs, ES pārvaldīts | llmeu |
| de-fra | DE | ES piederošs, ES pārvaldīts | llmeu |
| eu-owned | EU | ES piederošs, ES pārvaldīts | llmeu |
| eu-region | EU | Ārpus ES esoša mātesuzņēmuma ES reģions | hyperscaler |
| fr-par | FR | ES piederošs, ES pārvaldīts | ovh |
How to constrain it
curl https://api.llmeu.com/v1/chat/completions \
-H "Authorization: Bearer $LLMEU_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"llmeu-auto","messages":[{"role":"user","content":"Hello"}],
"llmeu":{"residency":"eu-owned"}}'
Alternatively, set it in the policy resolved for the request. An empty eligible endpoint set returns 409 no_endpoint_for_policy; failover does not widen it.