Private beta opening soon

OpenAI-compatible API for Chinese LLMs

Access DeepSeek, Qwen and other Chinese AI models through one simple API.

Built for indie hackers, AI developers, and small teams who want affordable inference without a new integration.

See the code

No credit card. Tell us what you want to build.

quickstart.py Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.chinallmapi.com/v1"
)

response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[{
        "role": "user",
        "content": "Hello"
    }]
)

Drop-in compatibleKeep your OpenAI SDK

Aa

English-firstClear docs and support

Built to shipOne key, one endpoint

The simple path

More models.
Less integration.

Your existing OpenAI code is already most of the way there.

OpenAI-compatible endpoint

Change the base URL and model name. Keep the tools and patterns your team already knows.

POST/v1/chat/completions200

Simple API key

One credential across supported models, with no provider-by-provider setup.

Affordable inference

Explore capable Chinese models with cost-conscious teams in mind.

Aa

English documentation

Quickstarts and examples written for global developers from day one.

Coming soon

Usage dashboard

Track requests, spend, and model usage in one calm, focused view.

Model access

The models developers
are asking for.

Available now

DeepSeek

Reasoning and general-purpose models.

Coming soon

Qwen

Multilingual and coding-capable models.

Coming soon

Kimi

Long-context models from Moonshot AI.

Need another model API? Contact us.

juliaburnsfaith@gmail.com @lancer
One tiny change

Your code,
new possibilities.

Use the official OpenAI SDK. Just point it to a different base URL.

app.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.chinallmapi.com/v1"
)
Private beta

Help shape the API
you want to use.

We're talking to a small group of developers before we build the full product. Tell us what matters to you.

  • Early API access
  • A direct line to the builders
  • Influence model and pricing priorities

Request early access

Takes less than a minute.

No spam. Just beta updates and an invitation when we're ready.