Developers

Drop-in compatible. Governed by default.

Point any OpenAI-compatible SDK at one base URL and reach every frontier provider through a single key — routing, failover, governance, and audit apply automatically.

Quickstart

Your first call in under five minutes

Keep the client you already use — change one base URL. Request a capability alias like frontier-best and Conduix routes it across providers.

curl https://api.conduix.ai/v1/chat/completions \
  -H "Authorization: Bearer cx_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "frontier-best",
    "messages": [{"role": "user", "content": "Hello, Conduix!"}]
  }'

Tooling

Built for developers

An official SDK, agent tooling, and complete docs — plus the response headers that tell you exactly what served each call.

Official Python SDK

pip install conduix — a thin client with the base URL already built in.

MCP server for agents

Give Claude Desktop, Cursor, and Cline read-only access to spend, models, and audit.

Full API docs

Quickstart, authentication, models, governance, and observability — all documented.

Under the hood

What happens on every request

Your app

One base URL

One POST to /v1/chat/completions — the client you already use.

Policy engine

Governance checks

Data residency, provider/model allow + blocklists, PII/PHI handling, spend caps.

Router

Intelligent routing

Aliases resolve to the best policy-passing model; failover chains + circuit breakers.

Leading providers

Frontier models

OpenAI, Anthropic, Google, Groq, Mistral, DeepSeek, Together, Fireworks, xAI, Azure AI Foundry, Amazon Bedrock.

Evidence

Observe + audit

Routing headers on the response; immutable audit trail with per-request detail.

Every response carries x-conduix-provider, x-conduix-model-served, and x-conduix-fallback — see the observability docs.

Ship with one URL change.

Start free with 3 credits, browse the model catalog, or talk to us about serving your own customers.