9+ providers · OpenAI-compatible API

One API, All LLM Models

Access OpenAI, Anthropic, DeepSeek, and 6 more providers through a single endpoint. Smart routing, semantic caching, and transparent pay-as-you-go pricing.

Quick start — 2 line change
# Works with any OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    api_key="sk-gw-...",
    base_url="https://llm.chinabjalex.com/v1"
)

resp = client.chat.completions.create(
    model="claude-sonnet-4.6",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Everything you need

Production-ready LLM infrastructure, without the operational overhead.

Unified API

One API, one SDK, all models. Drop-in replacement for OpenAI — just change the base URL and key.

Smart Routing

4 routing strategies: priority, latency, cost, balanced. Automatic failover across providers.

Semantic Cache

Redis-backed exact-match cache. Sub-millisecond responses for repeated prompts.

Competitive Pricing

0% markup — pay exact provider cost. No subscription required. Micro-cent precision billing.

Enterprise-Grade

Rate limiting, per-key budgets, API key management, and spend tracking built-in.

Full Observability

Request logs, usage analytics, latency tracking, and error rates — all in one dashboard.

Supported providers

OpenAIAnthropicDeepSeekGoogle AIVertex AI火山方舟MiniMaxKimi

Simple, transparent pricing

Pay only for what you use. Start free with $0.50 in credit.

Recommended

Pay As You Go

$0

$0.50 starter credit · No subscription

  • 0% markup — exact provider cost
  • $0.50 free credit
  • All Claude models
  • Streaming & thinking
  • Chat & API access
  • Usage analytics
Get started free

Enterprise

Custom

High-volume & custom requirements

  • 0% markup
  • Custom rate limits
  • Dedicated support
  • SLA guarantee
  • Custom billing
  • Priority routing
Contact us

See full pricing comparison →

Ready to get started?

Sign up in seconds. Get $0.50 free credit and access to 9+ LLM providers instantly.

Create free account