Point your existing OpenAI SDK at our gateway and get instant access to GPT, Claude, and Gemini. One bill, transparent pricing, analytics included. No provider accounts to manage.
Setup in 60 seconds. Top up when you are ready to ship.
Change baseURL in your existing OpenAI client. We handle routing, billing, and analytics.
import OpenAI from 'openai';
import { ScopeVeil } from '@scopeveil/sdk';
const ai = new OpenAI({
apiKey: process.env.SCOPEVEIL_KEY,
baseURL: ScopeVeil.gatewayBaseURL(),
});
const r = await ai.chat.completions.create({
model: 'anthropic/claude-sonnet-4-6',
messages: [{ role: 'user', content: 'hi' }],
});Stop juggling OpenAI, Anthropic, and Google billing dashboards. Top up once, pay one provider, route per request.
Prompt content never gets logged. Only metadata flows to analytics. Open-source SDK alternative if you'd rather not proxy.
Cost-per-feature, latency percentiles, error rates per model. Same dashboard whether you use the gateway or the SDK.
We wrote honest, side-by-side comparisons against the gateways and patterns most teams evaluate. No marketing fluff. Where the alternative wins, we say so.
Sign up. We auto-create your gateway key. Add credit. Make a call. Done.
Get started