AI that can prove where it ran.
One OpenAI-compatible API in front of Europe's sovereign AI endpoints. Every answer arrives with a signed record of where it was computed and under whose jurisdiction — one you can check yourself.
What NeuralRing is
One API, many sovereign models
If your code speaks OpenAI, it already speaks NeuralRing — change the base URL and key, nothing else.
A rule that cannot be bent
Say “Germany only”, “EU only”, or “no US-owned parents” — and no price or speed option can ever override it.
Proof with every answer
A signed, tamper-evident receipt of where the computation ran. Anyone can check it on a public page.
7 models from 6 sovereign providers, across 3 jurisdictions — each showing its tier and its proof level. Browse all models →
mistralai/mistral-large-2411mistralai/mistral-small-2501mistralai/mixtral-8x7b-instructmeta/llama-3.3-70b-instructWhere do you fit?
Developers
Ship on sovereign AI without changing your stack.
- Create a key — free signup, no card.
- Point your OpenAI or Anthropic SDK at https://neuralring.eu/api/v1.
- Add one line — sovereignty: { jurisdiction: ["DE"] } — and every response arrives attested.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://neuralring.eu/api/v1", // NeuralRing — https://neuralring.eu/api/v1
apiKey: process.env.NEURALRING_API_KEY, // org-scoped key (Bearer)
});
const res = await client.chat.completions.create({
model: "mistralai/mistral-small-2501",
messages: [{ role: "user", content: "Hello, sovereign world" }],
// NeuralRing extension: the sovereignty pin is applied FIRST and never loosened.
// @ts-expect-error NeuralRing routing extension
sovereignty: { jurisdiction: ["DE"], min_assurance: "self_attested" },
});
console.log(res.choices[0].message.content);Individual users
Chat with Europe's AI models — and see the proof under every answer.
- Sign up in a minute.
- Open the playground and pick a model — or let the Auto Router pick.
- Click the attestation chip beside any answer to see where it ran — and share the public link with anyone.
Infrastructure & endpoint providers
You built sovereign capacity. We bring it the developers.
- Submit your endpoint in the partner portal — it is probed and evidence-checked automatically.
- A human reviews the evidence and approves you into the catalog.
- Earn from federated demand with transparent settlement statements — or run the whole gateway under your own brand.
Your endpoint enters at the assurance level we can substantiate — self-attested until verified. That honesty is why buyers trust the catalog you're joining.
How it works
The platform in one picture
One API in front of many sovereign endpoints. You set the rule once — a jurisdiction, a minimum tier, a minimum assurance. Routing, failover and load-balancing all happen inside that rule. If nothing qualifies you get an honest error, never a silent fallback to somewhere you didn't allow.
The rule filters first. Price and speed only ever compete among endpoints that already passed it.
Your app sends a request through a sovereignty-rule gate into the NeuralRing router, which routes only to eligible EU endpoints; an endpoint with a non-EU parent is excluded. The response returns to your app with a signed attestation.
The proof, end to end
- jurisdiction
- tier · hops
- tokens
- prev ⬅
- jurisdiction
- tier · hops
- tokens
- prev ⬅
- jurisdiction
- tier · hops
- tokens
- prev ⬅
- jurisdiction
- tier · hops
- tokens
- prev ⬅
Four record cards linked by prev-hash arrows. The third card is tampered, so every link after it breaks — its fingerprint no longer matches.
Every request writes a record.
Endpoint, jurisdiction, tier, assurance, hops and token counts — metadata only, never the prompt or the answer.
Each record is chained to the one before.
The record embeds a hash of the previous record, and its own hash covers that link — one continuous chain.
Why it can't be quietly altered.
Change one byte anywhere in history and every later fingerprint stops matching. Each record is also Ed25519-signed against a published key, so records can't be re-forged wholesale.
The chain proves the record wasn't altered after the fact; the assurance level states how strongly the underlying claim was substantiated. We never let one imply the other.
Check it yourself, without trusting us.
Three independent ways to verify — none of which require taking our word for it:
- Paste any request ID at verify.neuralring.eu — no account needed.
- Export any date range and verify it offline with the bundled standalone script against the published public key.
- Or click the attestation chip beside any playground answer.
Every signal states exactly how substantiated it is:
- self-attested the provider says so
- verified we checked, and kept the evidence
- certified a live third-party certification backs it
Questions, answered honestly
Is this a reseller of OpenAI?
What happens if no endpoint matches my rule?
Do you read my prompts?
What does an attestation actually prove — and not prove?
Can I bring my own provider contract?
sovereign inference, provable by design