Aurixel
23 models6 providersone API

One key,
every AI model

Unified gateway · real-time billing · streaming · full-power performance.
For indie developers and AI power users — pick the model that fits, no vendor lock-in.

chat-completion.pyPythoncURLNode
# One base_url, every model
from openai import OpenAI

client = OpenAI(
  base_url="https://conduit-api.aurixel.ai/v1",
  api_key="$CK_KEY",
)
resp = client.chat.completions.create(
  model="gpt-5.5",
  messages=[{"role":"user","content":"Hi!"}],
)
Featured

Featured models

See all

Five-minute setup

Sign up, grab a ck-… key, drop it into any OpenAI-compatible client — Cursor, OpenCode, Continue, or your own code.

Sign up free — starter credit included, try it with no top-up.