What's the difference between Opper and Vercel AI Gateway?
+
Both route hundreds of models through one key and pass provider list prices through with no markup on tokens. The differences are where the gateway runs (Opper's gateway is hosted in Europe with European routes end to end, Vercel's terminates in any Vercel region with EU pinning available for the inference leg only), what ships included (Opper builds in span-level tracing, evals, PII and prompt-injection guards, while Vercel meters custom reporting, trace drains and team-wide zero data retention as add-ons), and coupling (Opper is a standalone account, Vercel AI Gateway requires a Vercel team).
Is Opper a drop-in replacement for Vercel AI Gateway?
+
Yes. Both expose OpenAI-compatible endpoints, so you swap the base URL from ai-gateway.vercel.sh/v1 to api.opper.ai/v3/compat, change the API key, and your existing calls route through Opper. The same base URL also accepts Anthropic Messages and Gemini formats, and Opper's 700+ model catalog covers the same major model families.
Can I keep using the Vercel AI SDK with Opper?
+
Yes. The AI SDK supports custom OpenAI-compatible providers, Vercel's own gateway is simply its zero-config default. Point the SDK at Opper's compatible endpoint and keep your streaming, tool calls and framework code unchanged.
Does Vercel AI Gateway keep data in the EU?
+
Partly. Regional inference, shipped in July 2026, lets you pin the inference leg and provider-stored data to the EU, opt-in and fail-closed, for supported models and often at a regional premium. Per Vercel's own docs the gateway request itself can still terminate and be processed in any Vercel region before it is forwarded to the provider, with region-pinned gateway hosts listed as coming. Opper runs the gateway itself in Europe, in AWS Stockholm, with European routes end to end, documented at opper.ai/ai-compliance.
How does pricing compare between Opper and Vercel AI Gateway?
+
On tokens they are the same, both pass provider list prices through with no markup. Vercel charges no platform fee and meters team-wide governance features such as provider allowlists, team-wide zero data retention, custom reporting and trace drains, while Opper charges a 3% fee on credit purchases, 5.5% with Control Plane, and keeps observability and governance in the plan. The live numbers are on opper.ai/pricing.
Does Vercel AI Gateway store my prompts?
+
No. Its docs state that prompts and outputs are deleted immediately after the request completes, and a separate request flag disallows prompt training. Provider-side retention is a separate question: routing that keeps traffic on zero-retention providers is a Pro and Enterprise feature, and some models have no zero-retention provider at all. Opper stores metadata only by default and publishes the retention posture of every route in its model directory.
How do I migrate from Vercel AI Gateway to Opper?
+
Change the base URL and the API key and the first call works, model identifiers map across the catalog and nothing else has to change up front. Add European routes, guardrails or tracing when you are ready.