One API for any model
Reach every major model through a single endpoint. The OpenAI, Anthropic and Gemini SDKs all work unchanged — point the base URL at Oxyy and keep your existing code.
Read the docsHigher availability
Requests route across multiple upstream providers. When one degrades or rate-limits you, traffic fails over automatically instead of erroring back to your users.
View statusPrice and performance
Provider selection weighs cost, latency and health on every request. You get the cheapest healthy route without hand-maintaining a fallback list.
See pricingUsage-based, no lock-in
Pay for the tokens you use. Tiers unlock higher rate limits automatically as you top up — no seats, no monthly minimum, no contract.
Compare tiersFeatured Models
200+ active models across 70+ providers
- 1
Create an account
Sign up with email, Google or GitHub. Free credits are applied automatically.
- 2
Add credits
Top up once. Credits work with every model and provider, and never expire.
- 3
Call the API
Generate a key and send your first request. Fully OpenAI-compatible.
from openai import OpenAI
client = OpenAI(
base_url="https://api.oxyy.ai/v1",
api_key=os.environ["OXYY_API_KEY"],
)
response = client.chat.completions.create(
model="claude-opus-5",
messages=[{"role": "user", "content": "Hello!"}],
)Model Pricing
Compare context windows and per-million-token pricing
Start building in minutes
Free credits on signup. No card required to try it.