code.ts
import { OpenAI } from "openai"

const client = new OpenAI({
  baseURL: "https://core.zaguan.ai/v1",
  apiKey: process.env.ZAGUAN_KEY
})

// Use any provider - same interface
const response = await client.chat.completions.create({
  model: "anthropic/claude-3-sonnet",
  messages: [{ role: "user", content: "Write production code" }]
})

// Switch providers in one line - no refactoring
const mistralResponse = await client.chat.completions.create({
  model: "mistral/mistral-large",
  messages: [{ role: "user", content: "Explain this code" }]
})

The Translation Layer That Just Works

Other gateways forward your errors. Zaguán actively translates your OpenAI-style calls to work optimally with each provider's specific API, parameters, and features. One integration, 500+ models.

CoreX: One Reliable Gateway for AI Models

CoreX gives developers one OpenAI-compatible API for 500+ models, without juggling provider keys, rewrites, rate limits, or surprise integration work.

Drop-In API

OpenAI-compatible by default

Change your base URL, keep your existing SDK, and start routing requests through CoreX in minutes.

Smart Translation

Provider-specific behavior handled for you

CoreX adapts requests for each provider’s API, parameters, and model quirks so your application code stays clean.

Provider Freedom

Avoid lock-in from day one

Test, compare, and switch models without rebuilding your integration every time the AI market changes.

Also Building With AI? Try Zaguán Blade.

Zaguán Blade is my AI coding editor for developers who want a focused, practical coding environment alongside the CoreX model gateway.

AI coding editor for serious builders

Use CoreX when you need reliable model access in your own app. Use Zaguán Blade when you want a dedicated AI coding workspace.

Visit Zaguán Blade

One API. Every Model. Zero Glue Code.

A zaguán is an architectural passage between the street and the home. We are the intelligent passage between your code and every AI model on earth.

The Translation Layer is the Gold

Other gateways just forward your requests. Zaguán actively translates your OpenAI-style calls to work optimally with each provider's specific API, parameters, and features.

OpenAI-Compatible

Swap your base URL and start using multiple providers in minutes. No code refactoring required.

Smart Translation

We normalize and enrich requests per model: system prompts, parameters, safety options.

No Vendor Lock-In

Switch providers in seconds. Automatic failover means zero downtime when providers fail.

Supported Providers

Access 500+ models from leading AI providers

OpenAI
Anthropic
Google
Mistral
Alibaba
Inception
View All Supported Models

What You Get

A focused gateway for teams that want reliable AI model access without provider sprawl.

It's Just OpenAI SDK

# Same code works with 15+ providers
from openai import OpenAI

client = OpenAI(
  base_url="https://core.zaguan.ai/v1",
  api_key="your-zaguan-key"
)

# Use any model
client.chat.completions.create(
  model="anthropic/claude-3-sonnet",
  messages=[{"role": "user", "content": "Hello"}]
)

Reliable Routing

Route requests across providers and models from one gateway, with less integration code to maintain.

Any Language

# Responds in your language automatically
response = client.chat.completions.create(
  model="anthropic/claude-3-sonnet",
  messages=[
    {"role": "user", "content": "Escribe un poema"}
  ]
)
# Returns Spanish response without prompting

Real-Time Streaming

# Watch AI think in real-time
stream = client.chat.completions.create(
  model="openai/gpt-4o",
  messages=[...],
  stream=True
)

for chunk in stream:
  print(chunk.choices[0].delta.content)

Built by a Focused Specialist, Not a VC Startup.

No VC pressure, no need to chase growth metrics, no risk of enshittification. Just a bootstrapped business that makes money by being useful.

Predictable & Simple

# One flat price, no surprises
# €15/month = 1M credits (Founder's Plan)
# Use credits across any provider/model
# No per-token charges, no hidden fees

One flat monthly price. No token billing surprises, no hidden costs. You know exactly what you'll pay.

No Setup Headaches

# Zero configuration - just one key
import { OpenAI } from "openai"

const client = new OpenAI({
  baseURL: "https://core.zaguan.ai/v1",
  apiKey: process.env.ZAGUAN_KEY  // Only key you need
})

Just sign up and start building. We handle provider keys, rate limits, and API versions — you write code.

Stable & Long-Term

profitable since 2024
bootstrapped, no VC pressure
founder-led, not a side project

Self-sustaining infrastructure that won't disappear. Built for the long haul.

Provider-Native Support

# Full access to provider features
# Anthropic: messages API, structured outputs
# Google: system instructions, tuning
# Mistral: custom models, fine-tuning
# All through the same OpenAI-compatible interface

Full access to each provider's features through a unified interface.

Production-Ready SDKs

Official SDKs for Python, TypeScript, and Go. Type-safe, fully documented, and battle-tested with comprehensive test coverage.

🐍pip install zaguan-sdk
📘npm i @zaguan_ai/sdk
🔷go get zaguan-sdk-go
View SDK Documentation
👤

Direct Founder Access & Real Support

Clear SDKs, real examples in popular stacks (Node, Python, Go), and responsive support from the creator. Early users help shape the roadmap — you're not just a customer.

Straightforward Pricing

From side projects to enterprise scale - access 500+ AI models through one elegant gateway. No token counting, no surprise bills.

Side Project

Perfect for hobbyists and experimenters

$39/month
Monthly Allowance
400 Credits
  • 400 credits/month
  • All AI models
  • API access
  • Email support
Most Popular

Startup

For MVPs and early-stage products

$99/month
Monthly Allowance
1000 Credits
  • 1,000 credits/month
  • All AI models
  • API access
  • Priority support
  • Usage analytics

Scale

For teams and agencies

$249/month
Monthly Allowance
2500 Credits
  • 2,500 credits/month
  • All AI models
  • API access
  • Priority support
  • Usage analytics
  • Team management

Pro Tip: Need more credits? Top-up packs are available in your dashboard and never expire.

One API Key, 500+ Models

No more juggling provider dashboards. Get a single endpoint, one bill, and direct access to the founder.

Frequently Asked

Enterprise features?

Today I'm focused on solo devs, small teams, and agencies. Enterprise features (custom contracts, SSO, on-prem) come when you ask for them. Email me if you need them — real demand shapes the roadmap.

What's on the roadmap?

What I'm building next:

  • More provider coverage and model availability
  • Better usage analytics and cost visibility
  • Improved routing, failover, and latency controls
  • More SDK examples for real production stacks

As an early customer, you'll help shape the CoreX roadmap around real integration problems.

No Newsletters, Just Product Updates

New models, provider changes, and feature releases — nothing else. No marketing spam, no "thought leadership."