Brain Orchestra is currently in private pilot. Join the waitlist to get early access.

One API for all AI models. Governed.

Route requests across Claude, GPT, Mistral, and Gemini with per-request audit trails and EU territorial compliance. Drop-in OpenAI-compatible. Integrates in 30 minutes.

terminal
$ curl https://api.brainorchestra.ai/v1/chat/completions \
  -H "Authorization: Bearer bo_live_..." \
  -H "X-Actor-Token: bo_actor_..." \
  -d '{
    "model": "eu-strict",
    "messages": [{"role": "user", "content": "Summarize this contract"}]
  }'

The problem with direct LLM access

Data exposure

Sending sensitive data to LLMs without proper controls creates GDPR risk. Without governance, organizations lack visibility into what data is being shared with which providers.

No audit trail

EU AI Act (Aug 2026) introduces record-keeping requirements for AI systems. Many organizations lack structured logging of AI usage — who asked what, when, and which model answered.

No territorial control

Most LLM providers process data in the US by default. Enforcing data sovereignty per request, per team, or per use case typically requires custom infrastructure.

Three capabilities. One endpoint.

Intelligent Gateway

Single API endpoint for all LLM providers. Smart routing by cost, speed, quality, and territorial policy. Supports text, image, and PDF input across every compliance tier. OpenAI-compatible format — no SDK changes required.

Per-Request Audit Trail

Every request logged with actor identity, model attribution, territorial proof, and cost. Searchable, exportable, designed to support compliance workflows.

EU Territorial Compliance

Four routing tiers: EU-Sweden (single-country Stockholm residency), EU-Strict (EU-owned models only), EU-Cloud (EU infrastructure), Unrestricted. Enforced per request as hard constraints, configurable per team.

Brain Orchestra explained

What it does, why it exists, how it fits your stack.

Integrate in 5 minutes

1

Sign up

Create your account and set your territorial policy. Choose EU-Strict, EU-Cloud, or Unrestricted as your default.

2

Swap your API URL

Change api.openai.com to api.brainorchestra.ai

3

Every request is tracked

Audit trails, territorial routing, cost tracking — automatic for every request through the gateway.

python
from openai import OpenAI

client = OpenAI(
    api_key="bo_live_...",
    base_url="https://api.brainorchestra.ai/v1",
    default_headers={"X-Actor-Token": "bo_actor_..."},
)

Every major LLM. One endpoint.

Chat models from Mistral, Anthropic, OpenAI, Amazon, and Google — plus embedding models from Cohere, Amazon Titan, and OpenAI, all through the same OpenAI-compatible endpoint.

ModelProviderSizeEU-SwedenEU-StrictEU-CloudUnrestricted
Magistral MediumEUMistralM
Magistral SmallEUMistralS
Mistral CodestralEUMistralM
Mistral DevstralEUMistralL
Mistral LargeEUMistralL
Mistral MediumEUMistralM
Mistral Pixtral 12BEUMistralS
Mistral Pixtral LargeEUMistralL
Mistral SmallEUMistralS
Claude HaikuEUAnthropicS
Claude Haiku 4.5EUAnthropicS
Claude OpusEUAnthropicL
Claude Opus 4.5EUAnthropicL
Claude Opus 4.6EUAnthropicL
Claude Opus 4.7AnthropicL
Claude Opus 4.8AnthropicL
Claude SonnetEUAnthropicM
Claude Sonnet 4.5EUAnthropicM
Claude Sonnet 4.6EUAnthropicM
GPT-4.1OpenAIM
GPT-4.1 MiniOpenAIS
GPT-4.1 NanoOpenAIS
GPT-4oOpenAIM
GPT-4o MiniOpenAIS
GPT-5OpenAIL
GPT-5 MiniOpenAIM
GPT-5 NanoOpenAIS
GPT-o3OpenAIL
GPT-o4 MiniOpenAIM
Gemini FlashGoogleS
Gemini ProGoogleM
Nova LiteEUAmazonM
Kimi K2.6MoonshotL
Grok 3 MinixAIS
Grok 4xAIL
Grok 4 FastxAIM
Grok 4.3xAIL

Compliance routing built in

EU-Strict

EU-owned models on EU infrastructure. Maximum sovereignty.

Mistral only

EU-Cloud

Claude + Mistral + Cohere + Amazon Nova on EU infrastructure via AWS Bedrock (Frankfurt or Stockholm).

Claude + Mistral

Unrestricted

All models, all providers. Maximum capability.

All providers

Brain Orchestra provides technical controls and structured evidence. It does not grant compliance — your legal team makes that determination.

Routing shorthand

"model": "eu-strict"         // Best EU-owned model
"model": "eu-strict:small"   // Cheapest EU model
"model": "auto"              // Best for your tier
"model": "mistral-large"     // Specific model

Simple, transparent pricing

5% platform fee on token usage through managed keys. Prepaid credit balance with transparent per-request billing. Bring your own keys to skip the platform fee entirely.

Trial

Free30 days

Full access to every feature. BYOK is completely free. BO-managed keys: pay only for tokens used + 5% convenience fee.

  • All features unlocked
  • Unlimited projects and users
  • BYOK: no charge at all
  • BO-managed: provider cost + 5%
  • Card required at signup
Start Free Trial

Pro

€79/month

Subscription tier plus 5% on managed-key tokens. Prepaid credit balance, transparent per-request billing. BYOK skips the 5% fee entirely.

  • Everything in Trial
  • 100,000 requests / month
  • All EU-sovereignty tiers (eu_strict, eu_cloud, eu_sweden)
  • Mixed key model (BYOK + BO-managed)
  • BO-managed: provider cost + 5%
  • BYOK: zero per-token fee
Upgrade to Pro

Enterprise

Customannual

Custom contracts, SLA, dedicated support. Negotiable convenience fee. Advanced identity and deployment options available on the roadmap — contact sales for current availability.

  • Everything in Pro
  • Unlimited requests
  • Custom convenience fee
  • SLA + dedicated support
  • SSO/SAML (roadmap — ask sales)
  • VPC / on-premise (roadmap — ask sales)
Contact Sales

Also available in USD ($79/mo) and SEK (899 kr/mo). Currency selected at signup. All prices exclude VAT where applicable.

In pilot

Built for agentic AI

When AI agents call AI agents, you need governance at every step. Brain Orchestra's trace system gives you operation-level budgets, depth limits, kill switches, and a full span tree for every agent workflow.

Budget controls — per-operation spend limits with automatic cutoff

Depth and fan-out limits — cap agent-to-agent nesting and parallel calls

Kill switch — terminate any running workflow instantly from the dashboard