Skip to content
konduit.
European AI routing

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.

One-line switch
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"}},
)
Content

Prompts and responses are never written to logs or traces.

Billing

Billing is based solely on usage reported by the provider, never on local estimates.

Availability

An outage of the control plane does not stop inference already running.

01

Top up your balance

Prepaid balance instead of a contract — it does not expire. Invoicing with payment terms for the public sector is planned.

02

Generate a key

One key per workload, with a budget and a rate limit — enforced before a request reaches a provider.

03

Swap the base URL

Tools that speak the OpenAI API keep working unchanged — SDKs, frameworks, your own integrations.

Sovereignty as metadata

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.

Highest-tier attestationThird-party audited at the highest level — attestation types such as C5 Type 2 or SecNumCloud.
AttestedThird-party audited with a narrower scope — attestation types such as ISO 27001.
Self-declaredA commitment from the provider without third-party attestation — labelled as such, never listed as attested.
FlaggedEuropean operation with non-European ownership or hybrid routing.

Talk to us about the evidence your procurement authority requires.

Book a call
Catalogue

Machine-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.

GET /v1/models — excerpt
{
  "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"
  }
}
Example response with illustrative data.
Who it's for

One product, three contexts of use.

Self-service

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
Join early access
Team

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
Book a call
Public sector

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
Book a call
Contact

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 call
Sign up by email

Not a newsletter. One notification at launch, nothing else.