Instabridge runs a reliable AI agent at global scale, with 200M+ downloads across 190+ countries
Unified AI API
The European AI gateway
for agents
Access 700+ leading AI models through one EU-hosted API.
Drop-in OpenAI SDK compatible, GDPR-compliant, pay-as-you-go.
import OpenAI from "openai";const client = new OpenAI({apiKey: "YOUR_OPPER_API_KEY",baseURL: "https://api.opper.ai/v3/compat"});const response = await client.chat.completions.create({model: "anthropic/claude-sonnet-4-5",messages: [{ role: "user", content: "Hello!" }],});
Paste this into a coding agent like Claude Code, Cursor or Codex and it will set up and build with Opper for you.
Trusted by 50k+ developers and companies serving 10M+ users
Models
Every frontier model, one API
AI inference for 700+ models across text, image, voice, and video.
Apps
Use any agent on any model
Keep inference in the EU, and switch the model behind any app anytime.
LLM router
Route requests to the right model
Dynamic routes with fallback chains, called like any model.
Reliability
Higher model availability
Automatic failover across multiple providers, with measured uptime per route.
Control plane
Control the agents you run
Spend limits, data retention, model access and guardrails, no code changes.
Security and GDPR compliance
Frontier AI, EU compliance included
One EU sub-processor and one DPA for every model.
Hosted in AWS Stockholm. Data stays in the EU unless you choose otherwise, with sovereign European providers available per route. Standard DPA and SCCs available on request.
One sub-processorOpper is your single AI sub-processor. Add new models without DPA amendments, customer notifications, or 30-day objection windows.
Your data, your termsNo prompts stored by default, only metadata for your analytics. Opper never trains on your data. Enable full tracing with Control Plane, or zero retention with Enterprise.
Infrastructure securityEnd-to-end encryption. AES-256 at rest. TLS in transit. Isolated data per organization.
Get started
Up and running in minutes
One key, all models, zero setup.
Top up credits to use with any model or provider. Or bring your own provider keys.
OpenAI SDK compatible. Or have your AI agent set it up for you.
# Add the Opper AI gateway
Set up Opper so this project can call 700+ AI models through a single API.
## Step 1: Get an API key
Have the user sign up at https://opper.ai/sign-up/free and create an API key. Set it as `OPPER_API_KEY` in the environment.
## Step 2: Use the OpenAI SDK with Opper's compat endpoint
```ts
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "anthropic/claude-sonnet-4-5",
messages: [{ role: "user", content: "Hello" }],
});
```
## When to use what
- **Drop-in OpenAI SDK swap (above)** — fastest path, works with any existing OpenAI SDK code.
- **Agent SDK (Python or TypeScript)** — building autonomous agents with tools, MCP, span tracing, multi-agent composition. https://docs.opper.ai/agents
- **Structured outputs** — typed input/output with schemas. https://docs.opper.ai/build/task/calls
- **Indexes** — semantic storage for RAG. https://docs.opper.ai/capabilities/indexes
- **Agent CLI** — launch existing agents (Claude Code, Codex, OpenCode, ...) on Opper's gateway. https://opper.ai/agent-cli
## Critical rules
- Read `OPPER_API_KEY` from env, never hardcode
- Pass models as `provider/model` strings (e.g. `anthropic/claude-opus-4-7`, `openai/gpt-5`)
- Use baseURL `https://api.opper.ai/v3/compat`
- No markup on tokens. A 3% fee applies on credit purchases
- 700+ models available — see https://docs.opper.ai/capabilities/models
Full docs (agent-readable): https://opper.ai/llms-full.txtAdd Opper as a skill so your agent picks it up automatically. Works with Claude Code, Cursor, Cline, Copilot, Codex, and Windsurf.
$npx skills add opper-ai/opper-skillsCustomers
Teams shipping AI on Opper
Instabridge
Svenska Bostäder
Njord
