One access point to Europe's AI models.
We bring European inference providers together behind one OpenAI-compatible interface. One base URL swap, one balance — and for every model you can see who operates it, where it runs and which attestation applies, with what scope.
import os
from openai import OpenAI
client = OpenAI(
base_url="https://api.konduit.eu/v1",
api_key=os.environ["KONDUIT_KEY"],
)
client.chat.completions.create(
model="llama-3.3-70b",
messages=messages,
extra_body={"provider": {"min_tier": "certified"}},
)Prompts and responses are never written to logs or traces.
Billing is based solely on usage reported by the provider, never on local estimates.
An outage of the control plane does not stop inference already running.
Top up your balance
Prepaid balance instead of a contract — it does not expire. Invoicing with payment terms for the public sector is planned.
Generate a key
One key per workload, with a budget and a rate limit — enforced before a request reaches a provider.
Swap the base URL
Tools that speak the OpenAI API keep working unchanged — SDKs, frameworks, your own integrations.
We claim nothing. We show the attestation.
For every model, the catalogue states who operates it, which country it runs in and which attestation applies, with what scope. An attestation often covers the infrastructure, not the AI product built on top of it. You filter by what your procurement authority accepts.
Talk to us about the evidence your procurement authority requires.
Book a callMachine-readable, not marketing.
Sovereignty information consists of fields in the API, not footnotes in a brochure. Your compliance team checks the catalogue programmatically — operator, location, attestation and its scope.
{
"id": "llama-3.3-70b",
"context_length": 131072,
"provider": {
"name": "example-eu-provider",
"country": "DE",
"ownership": "eu",
"attestation": {
"type": "c5-type-2",
"scope": "infrastructure",
"tier": "sovereign"
}
},
"retention": {
"prompts": "none",
"basis": "declared"
}
}One product, three contexts of use.
For developer teams
Productive from the start: prepaid balance, keys with budgets, cost per request.
- OpenAI-compatible API
- Prepaid, no contract
- Budget and rate limits per key
- Cost per request visible
For companies
Organisations with their own identity provider, roles and centralised billing.
- Everything in self-service
- SSO via Entra IDplanned
- Roles and delegated administrationplanned
- Direct debit and invoicingplanned
For the public sector
Procurement-compliant sourcing: evidence, invoicing and filters for attested routes.
- Attestation evidence per model routeplanned
- XRechnung under EN 16931planned
- Invoicing with payment termsplanned
- Procurement documentationplanned
Let's talk about your use case.
The platform is being built. Procurement authorities, compliance teams and developer teams are joining us early — book a call or sign up for early access.
Book a callNot a newsletter. One notification at launch, nothing else.