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.
$ 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. 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
Three routing tiers: EU-Strict (EU-owned models only), EU-Cloud (EU infrastructure), Unrestricted. Enforced per request, configurable per team.
Integrate in 5 minutes
Sign up
Create your account and set your territorial policy. Choose EU-Strict, EU-Cloud, or Unrestricted as your default.
Swap your API URL
Change api.openai.com to api.brainorchestra.ai
Every request is tracked
Audit trails, territorial routing, cost tracking — automatic for every request through the gateway.
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.
| Model | Provider | Size | EU-Sweden | EU-Strict | EU-Cloud | Unrestricted |
|---|---|---|---|---|---|---|
| Mistral SmallEU | Mistral | S | ||||
| Mistral MediumEU | Mistral | M | ||||
| Mistral LargeEU | Mistral | L | ||||
| Mistral CodestralEU | Mistral | M | ||||
| Mistral Pixtral LargeEU | Mistral | L | ||||
| Mistral DevstralEU | Mistral | L | ||||
| Claude HaikuEU | Anthropic | S | ||||
| Claude SonnetEU | Anthropic | M | ||||
| Claude Sonnet 4.5EU | Anthropic | M | ||||
| Claude OpusEU | Anthropic | L | ||||
| Claude Opus 4.5EU | Anthropic | L | ||||
| Nova LiteEU | Amazon | M | ||||
| GPT-4o Mini | OpenAI | S | ||||
| GPT-4o | OpenAI | M | ||||
| GPT-o3 | OpenAI | L | ||||
| GPT-o4 Mini | OpenAI | M | ||||
| Gemini Flash | S | |||||
| Gemini Pro | M |
Compliance routing built in
EU-Strict
EU-owned models on EU infrastructure. Maximum sovereignty.
EU-Cloud
Claude + Mistral on EU infrastructure via AWS Bedrock (Frankfurt). GPT coming soon via Azure (Sweden).
Unrestricted
All models, all providers. Maximum capability.
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 modelSimple, 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
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
Pro
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
Enterprise
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)
Also available in USD ($79/mo) and SEK (899 kr/mo). Currency selected at signup. All prices exclude VAT where applicable.
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