China LLMs · One key · Extreme value

With AI24X, call Kimi, Xiaomi MiMo, MiniMax, Zhipu GLM, DeepSeek, or Qwen—one account, one API key, and PayPal USD when you’re abroad.

China models · great value Single endpoint · api.ai24x.com PayPal (USD) · WeChat/Alipay (CNY) Try flash/pro · VIP can name GPT / Claude

OpenAI-compatible · POST /v1/chat/completions · PayPal USD · Start with flash / pro

Endpoints: https://api.ai24x.com/v1/chat/completions (OpenAI-compatible) · also /v1/chat/run · try flash / pro

Get started in three steps

Sign up → create an API key in Console → try flash or pro. Top up when you’re ready; VIP can also name models (incl. GPT / Claude / Gemini).

China models, without the hassle

Skip hopping between vendor signups and invoices—one key, clear credits, simple tiers

Popular China models in one place

Kimi, Xiaomi MiMo, MiniMax, Zhipu GLM, DeepSeek, Qwen—and more. Start on a simple tier; VIP can name China models or GPT / Claude / Gemini.

Try first, scale when it fits

Use flash / pro to check quality and spend, then add credits when you need more—easy to understand billing.

Pay the way you already pay

Abroad: PayPal (USD). In China: WeChat Pay / Alipay. Credits are ready to use after top-up.

Works with tools you already use

OpenClaw and common SDK examples help you plug in with less glue code—see Integrations.

Invite friends—both get tokens

Share your invite link: both sides get a signup bonus; you earn more after their first paid top-up (see Referrals).

Help when you need it

Docs and Help center cover most setup questions; ask the in-console assistant anytime. Billing disputes go to human support.

Quick start

OpenAI-compatible completions, or our simple /v1/chat/run. Use tiers like flash or pro. More examples in Docs and Integrations.

curl -X POST "https://api.ai24x.com/v1/chat/completions" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d "{\"model\":\"flash\",\"messages\":[{\"role\":\"user\",\"content\":\"Hello AI24X\"}],\"stream\":false}"

Also available: POST /v1/chat/run with X-API-Key and a prompt field.

curl -X POST "https://api.ai24x.com/v1/chat/run" \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ -d "{\"prompt\":\"Hello AI24X\",\"model\":\"flash\",\"temperature\":0.7,\"max_tokens\":200,\"stream\":false}"