Start routing your AI calls through the cheapest capable model. Takes 30 seconds.
You're in.
Your API key (click to copy):
click to copy
Quickstart (Python):
from openai import OpenAI
client = OpenAI(
api_key="sk-bridge-xxx",
base_url="https://your-domain.com/v1"
)
response = client.chat.completions.create(
model="auto",
messages=[{"role": "user", "content": "Hello"}]
)
Next steps:
1. Replace your OpenAI base_url with the URL above
2. Use your new API key
3. Watch your costs drop 60-85%