Route Key
AI routing control plane
Demo mode / 00:00:00
OpenAI-compatible routing layer

Route every request.

Use one API key and compatible gateway to compare AI model cost, then steer GPT, Claude, Gemini, DeepSeek, Qwen, and custom channels.

Unified model access
Price-aware routing
Drop-in compatibility
Integration panel

Swap the endpoint, keep the workflow

Route Key separates application code from provider sprawl: one API key, one compatible entry point, live model pricing, policy dispatch, masked keys, streaming continuity, and usage telemetry.

Deltalabels.notAvailable
01Quickstart
01
Issue key
Generate or copy an API token from Dashboard.
02
Replace base URL
Point your SDK to the Route Key compatible endpoint.
03
Route traffic
Choose a model route or let policy pick a healthy channel.
curl /v1/chat/completions \
  -H "Authorization: Bearer sk-route-key" \
  -d '{"model":"gpt-4o-mini","stream":true}'
02Lane intelligence
gpt-4o-mini
OpenAI
chat
128KContextlabels.notAvailableLatency
$0.000240/ M tokens
claude-3-5-sonnet
Anthropic
messages
200KContextlabels.notAvailableLatency
$0.001800/ M tokens
gemini-1.5-pro
Google
generateContent
1MContextlabels.notAvailableLatency
$0.001200/ M tokens
Policy flight path

Requests enter once. Policy chooses the best route.

SDKs keep their request shape while Route Key resolves catalog metadata, channel pricing, streaming continuity, and failover posture behind the gateway.

Compact dashboard illustration showing requests routed to a highlighted model lane
Gateway
Catalog
Policy
Savings
Compatibility
routing deltalabels.notAvailable
Price-aware routinglabels.notAvailable
Sub-second policy decisionlabels.notAvailable
Privacy guardrailsScoped
5
Models
5
Vendors
4
Endpoints
4
Groups
gpt-4o-mini
OpenAI
chat
$0.000240
Price
128K
Context
labels.notAvailable
Latency
claude-3-5-sonnet
Anthropic
messages
$0.001800
Price
200K
Context
labels.notAvailable
Latency
gemini-1.5-pro
Google
generateContent
$0.001200
Price
1M
Context
labels.notAvailable
Latency
01
Issue key
Generate or copy an API token from Dashboard.
02
Replace base URL
Point your SDK to the Route Key compatible endpoint.
03
Route traffic
Choose a model route or let policy pick a healthy channel.

Questions before requests enter the gateway

01What is Route Key, and which models can it connect?

Route Key is an OpenAI-compatible AI API gateway and routing control plane. It exposes the models enabled in the current catalog, including GPT, Claude, Gemini, DeepSeek, Qwen, and compatible custom channels. Open the Models page to compare vendor, context length, endpoint support, group availability, and the exact model ID before sending production traffic.

02Is Route Key compatible with the OpenAI SDK and APIs?

Usually yes. Most integrations keep the familiar OpenAI request body and SDK code: replace the base URL with the Route Key compatible endpoint, set a Route Key API key, and choose a supported model ID. Test a short non-streaming request first, then add streaming, tools, or longer context after the response and usage log look correct.

03How does Route Key route requests and control AI API costs?

The gateway evaluates available routes using configured group ratios, input and output token prices, cache settings, latency, and health. You can pin a model when consistency matters or let policy choose a healthy lower-cost route. Compare the selected model, tokens, group, and cost in Usage Logs so savings are measurable rather than assumed.

04Can I monitor API usage, costs, and request logs?

Yes. API keys are masked in the console, while Dashboard usage logs provide account visibility into request status, selected model, cost, input and output token counts, latency, and timestamps, subject to configured privacy controls. Use separate keys for applications or coding agents so access can be rotated and usage can be attributed cleanly.

05Does Route Key support failover and streaming responses?

Route selection happens before dispatch, so the gateway can avoid an unhealthy or unavailable channel before your request is sent. For streaming endpoints, Route Key retains SSE-style responses while selecting a healthy route. Check latency and error records after rollout, and configure a fallback policy for provider incidents instead of retrying blindly in every client.

06How do I start using Route Key in production?

Create a dedicated API key in the Dashboard, point your SDK to the Route Key compatible endpoint, select an exact model ID, and send a small test request. Confirm the response, quota, endpoint, token usage, latency, and cost in Usage Logs. Then add streaming, concurrency, retries, and fallback rules one at a time so a provider change is observable and reversible.