What is Advania ALT
Advania ALT is a sovereign AI platform. You get an OpenAI-compatible API to chat completions, embeddings, and Knowledge Bases; your workloads are routed to on-prem or cloud model providers based on the sensitivity of the request, and every routing decision is enforced by guardrails you can audit.
In practice:
- Point the OpenAI SDK at
https://api.alt.advania.ai/v1, use your API key, ship - Sensitive content is automatically kept on Advania-operated GPUs in Sweden
- Non-sensitive content routes to the model that best fits the job
- Every request produces an audit-trail entry keyed by a decision id
In this section
- How it works — request lifecycle, one diagram
- Models and sensitivity tiers — what's available and how routing chooses
Where to next
- Try it → Getting started
- Learn the vocabulary → Concepts
- Full API contract → API reference