⚡ OpenAI-Compatible API

All Chinese AI Models.
One API Key.

Access DeepSeek, Qwen, Kimi, GLM-4 and 10+ more Chinese LLMs through a single OpenAI-compatible endpoint. Same quality, 80% less cost.

15+
Chinese Models
8
AI Providers
80%
Cost Savings
0
Markup on API

Why Pay More?

Chinese AI models deliver comparable performance at a fraction of the cost

Instead of GPT-4o
$2.50/M tokens

Use DeepSeek V3

$0.27
Save 89%
Instead of Claude 3.5
$3.00/M tokens

Use Qwen Plus

$0.40
Save 87%
Instead of GPT-4 Turbo
$10.00/M tokens

Use Doubao Pro

$0.04
Save 99.6%

15+ Models, One Endpoint

Every major Chinese AI model, unified under one OpenAI-compatible API

Get Started in 30 Seconds

Drop-in replacement for OpenAI. Just change the base URL and model name.

Python (OpenAI SDK)

from openai import OpenAI

client = OpenAI(
    base_url="http://localhost:3000/v1",
    api_key="sk-your-api-key"
)

response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[
        {"role": "user", 
         "content": "Explain quantum computing"}
    ]
)
print(response.choices[0].message.content)

cURL

curl http://localhost:3000/v1/chat/completions \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [
      {"role": "user", 
       "content": "Hello!"}
    ]
  }'

Works with any OpenAI-compatible client

✅ OpenClaw ✅ Cursor ✅ Continue ✅ Cline ✅ LangChain ✅ LlamaIndex

Simple, Transparent Pricing

Pay only for what you use. No hidden fees.

Free
$0/mo
  • 100 requests/day
  • 3 models available
  • 1 API key
  • Community support
Get Started
Enterprise
Custom
  • Everything in Pro
  • Dedicated endpoints
  • SLA guarantee
  • Custom models
  • Priority support
  • Volume discounts
Contact Sales