Models & sovereignty
Models & sovereignty
Discover models, pricing, and data-residency tiers.
Models are identified in provider/model form, e.g.
mistral/mistral-large-latest. List everything available to your organization
with GET /v1/models.
Sovereignty tiers
Each model declares a sovereignty tier so you can choose how strict your data
residency requirements are:
Model kinds
Sending an embeddings model to the chat endpoint (or vice versa) is rejected;
an unknown or disabled id returns 404 model_not_found.
Pricing and the money unit
Money everywhere in Kontinent is integer micro-EUR:
1 EUR = 1,000,000 µEUR
Model prices are quoted per million tokens, split into input and output
rates. In the example above, input costs 1,800,000 µEUR/Mtok = €1.80 per
million input tokens, and output costs €5.40 per million output tokens.
Using integers avoids floating-point rounding in billing — see Rate limits & credits for how spend is metered.

