XingLian Online
中文Log inSign up
16 models · 9 providers

One API. Every Model.XingLian Aggregator

GPT, Claude, Gemini, DeepSeek, Qwen, Kimi, GLM — all behind a single OpenAI-compatible endpoint and one API key.

# OpenAI Python SDK
from openai import OpenAI
 
client = OpenAI(
  base_url="https://api.your-domain/v1",
  api_key="sk-xl-..."
)
 
resp = client.chat.completions.create(
  model="claude-sonnet-4-6",
  messages=[{"role": "user", "content": "Hello"}]
)

OpenAI-compatible

Just change the base_url. Works out of the box with OpenAI SDKs, LangChain, Cherry Studio, NextChat and more.

Pay-as-you-go

Per-token billing, no minimum spend. Real-time usage, balance and logs in your console.

Resilient Key Pool

Round-robin across multiple upstream keys, automatic cooldown on failure, no single point of outage.

16+
Models
9
Providers
200k+
Tokens / req
99.9%
Uptime target