AnLinkAI

Built for SEA and MENA developers

China AI models, one OpenAI-compatible API.

Access DeepSeek, Qwen and other Chinese models without China cloud accounts, China phone verification, or separate provider setup.

  • Change only your OpenAI SDK base URL
  • No China cloud account or company verification
  • USDT manual top-up for early access users
curl https://api.anlinkai.com/api/v1/chat/completions \
  -H "Authorization: Bearer ak_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [
      {"role": "user", "content": "Write a product launch tagline."}
    ]
  }'
3Chinese model routes in the MVP catalog
$1-$2recommended launch trial credits for first validation
DeepSeek Officialfirst target upstream after company account approval

Models

Model catalog

Launch pricing is displayed in USD per 1M tokens. DeepSeek official access is the first target upstream once account approval is complete.

Qwen Flash

active

qwen-flash

Provider
aliyun-bailian
Upstream
qwen-flash
Input / 1M
$0.07
Output / 1M
$0.20
Use Case
Low-cost validation, support bots and translation

Qwen 3.5 Flash

active

qwen3.5-flash

Provider
aliyun-bailian
Upstream
qwen3.5-flash
Input / 1M
$0.20
Output / 1M
$0.62
Use Case
Balanced multilingual chat model

DeepSeek Chat

active

deepseek-chat

Provider
deepseek
Upstream
deepseek-chat
Input / 1M
$0.25
Output / 1M
$0.70
Use Case
DeepSeek official route target, pending account approval

Quickstart

From console signup to first request

  1. Sign in to the console with your AnLink account.
  2. Create an API key from the dashboard.
  3. Choose one of the enabled model codes below.
  4. Call POST /chat/completions against the AnLink base URL.
  5. Check request logs and remaining credit in the console.

Base URL

https://api.anlinkai.com/api/v1

Auth

Authorization: Bearer ak_...

Primary path

POST /chat/completions

Why AnLinkAI

Skip the China cloud setup work.

AnLinkAI gives global developers one hosted route into Chinese AI models, while keeping billing, API keys and troubleshooting in one console.

No local China setup

  • No China phone number requirement
  • No separate China cloud account workflow
  • No provider-by-provider API setup

Developer-native access

  • OpenAI-compatible chat completions
  • One AnLink API key for enabled models
  • Request logs and token records in console

Early support

  • Manual top-up during MVP validation
  • Telegram and email support for early users
  • DeepSeek official route prioritized first

Pricing

Launch pricing in USD per 1M tokens.

Pricing is designed for simple early validation. Final production rates may be adjusted after upstream approval and live cost verification.

Trial balance

  • Recommended launch trial: $1-$2 credits
  • Use trial credits for the first integration check
  • Balance and usage logs are visible in console

First top-up bonus

  • Starter $5 becomes $6
  • Developer $20 becomes $24
  • Growth $50 becomes $60

Manual payment first

  • USDT manual top-up is the first supported path
  • Stripe or PayPal links can be added next
  • Admin confirms balance after payment proof

Top Up

Buy credits during the MVP.

Early top-ups are handled manually so we can validate demand before automating payment callbacks.

Starter

$5

First integration and small tests

  • $6 with first top-up bonus
  • USDT payment proof accepted by support
  • Manual balance confirmation during MVP

Developer

$20

Prototype development and daily validation

  • $24 with first top-up bonus
  • USDT payment proof accepted by support
  • Manual balance confirmation during MVP

Growth

$50

Production trial traffic and team evaluation

  • $60 with first top-up bonus
  • USDT payment proof accepted by support
  • Manual balance confirmation during MVP

Contact

Get onboarding and payment support.

Use the contact channel for top-up proof, model access questions, pricing confirmation and early developer support.

  1. Open the console and create your API key.
  2. Run a small request with the Quickstart sample after the DeepSeek route is enabled.
  3. Contact support for manual top-up or model access review.

Email

support@anlinkai.com

Telegram

@AnLinkAI

Docs

https://www.anlinkai.com

Before Traffic

Integration checklist before you send real calls

  1. Confirm the model code you plan to use is marked active.
  2. Store your API key in server-side environment variables, not client bundles.
  3. Validate remaining credit in the console before test runs.
  4. Record request IDs from failures so you can match them with usage logs.
  5. Start with non-streaming chat completions during MVP validation.

Console

https://console.anlinkai.com

Quickstart page

https://www.anlinkai.com/quickstart

Primary endpoint

https://api.anlinkai.com/api/v1/chat/completions

Troubleshooting

https://www.anlinkai.com/error-codes