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" }]
})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 gives developers one OpenAI-compatible API for 500+ models, without juggling provider keys, rewrites, rate limits, or surprise integration work.
OpenAI-compatible by default
Change your base URL, keep your existing SDK, and start routing requests through CoreX in minutes.
Provider-specific behavior handled for you
CoreX adapts requests for each provider’s API, parameters, and model quirks so your application code stays clean.
Avoid lock-in from day one
Test, compare, and switch models without rebuilding your integration every time the AI market changes.
Zaguán Blade is my AI coding editor for developers who want a focused, practical coding environment alongside the CoreX model gateway.
Use CoreX when you need reliable model access in your own app. Use Zaguán Blade when you want a dedicated AI coding workspace.
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.
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.
Swap your base URL and start using multiple providers in minutes. No code refactoring required.
We normalize and enrich requests per model: system prompts, parameters, safety options.
Switch providers in seconds. Automatic failover means zero downtime when providers fail.
Access 500+ models from leading AI providers
A focused gateway for teams that want reliable AI model access without provider sprawl.
# 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"}]
)Route requests across providers and models from one gateway, with less integration code to maintain.
# 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# 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)No VC pressure, no need to chase growth metrics, no risk of enshittification. Just a bootstrapped business that makes money by being useful.
# One flat price, no surprises
# €15/month = 1M credits (Founder's Plan)
# Use credits across any provider/model
# No per-token charges, no hidden feesOne flat monthly price. No token billing surprises, no hidden costs. You know exactly what you'll pay.
# 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.
Self-sustaining infrastructure that won't disappear. Built for the long haul.
# 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 interfaceFull access to each provider's features through a unified interface.
Official SDKs for Python, TypeScript, and Go. Type-safe, fully documented, and battle-tested with comprehensive test coverage.
pip install zaguan-sdknpm i @zaguan_ai/sdkgo get zaguan-sdk-goClear 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.
From side projects to enterprise scale - access 500+ AI models through one elegant gateway. No token counting, no surprise bills.
Perfect for hobbyists and experimenters
For MVPs and early-stage products
For teams and agencies
Pro Tip: Need more credits? Top-up packs are available in your dashboard and never expire.
No more juggling provider dashboards. Get a single endpoint, one bill, and direct access to the founder.
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 I'm building next:
As an early customer, you'll help shape the CoreX roadmap around real integration problems.
New models, provider changes, and feature releases — nothing else. No marketing spam, no "thought leadership."