AnLinkAI

Transparent Chinese model access

One API for Chinese LLMs. No gray-market tricks.

Access Qwen, DeepSeek, GLM, and Kimi. Pay with USDT. Every request is logged with model, tokens, timestamp, and recorded cost.

  • No account pools or black-card access
  • No silent model substitution
  • Registered users can call active models after creating an API key
curl https://api.anlinkai.com/api/v1/chat/completions \
  -H "Authorization: Bearer ak_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-flash",
    "messages": [
      {"role": "user", "content": "Write a product launch tagline."}
    ]
  }'
5Chinese model routes prepared for developer testing
1-2 USDTOpen access trial balance after account review
4 ProvidersAlibaba Cloud Bailian, DeepSeek, Zhipu and Moonshot routes

Models

Model catalog

Current model pricing is displayed in USDT per 1M tokens across Alibaba Cloud Bailian, DeepSeek, Zhipu and Moonshot routes. model catalog.

Qwen Flash

active

qwen-flash

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

DeepSeek V4 Flash

active

deepseek-v4-flash

Provider
deepseek
Upstream
deepseek-v4-flash
Input / 1M
0.70 USDT
Output / 1M
1.40 USDT
Use Case
DeepSeek official flash route for access smoke testing

GLM-5

active

glm-5

Provider
zhipu
Upstream
glm-5
Input / 1M
1.20 USDT
Output / 1M
3.50 USDT
Use Case
Zhipu GLM route for higher quality Chinese workflows

Kimi K2.6

active

kimi-k2.6

Provider
moonshot
Upstream
kimi-k2.6
Input / 1M
0.95 USDT
Output / 1M
4.00 USDT
Use Case
Moonshot Kimi route for long-context and document workloads

Qwen 3.5 Flash

Coming soon

qwen3.5-flash

Provider
aliyun-bailian
Upstream
qwen3.5-flash
Input / 1M
Coming soon
Output / 1M
Coming soon
Use Case
Coming soon

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 USDT balance in the console.

API base

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

Auth

Authorization: Bearer ak_...

Primary endpoint

POST /chat/completions

Why AnLinkAI

Built for legitimate global developers.

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

Legitimate model access

  • No shared account pools
  • No black-card access
  • No unstable personal accounts

Transparent model routing

  • OpenAI-compatible chat completions
  • One AnLinkAI API Key for enabled models
  • Requested model, tokens and cost are visible in Usage Logs

User data stays yours

  • No training on user conversations
  • Necessary logs for billing and troubleshooting
  • Manual USDT top-up support during Start validation

Pricing

Current model pricing in USDT per 1M tokens.

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

Open access trial balance

  • 2 USDT trial balance after registration.
  • Registered users can call active models while balance and safety limits allow
  • Balance and usage logs are visible in console

First top-up bonus

  • Top-up bonus: top up with TRC20 USDT and receive 20% extra usable balance after automatic crediting.
  • Review billing steps on Billing and Recharge
  • The system credits balance after on-chain verification passes

Automatic TRC20 recharge

  • USDT TRC20 self-service recharge is live
  • Full instructions are available on Billing and Recharge
  • Exceptions move to manual review

Top Up

Top up with TRC20 USDT during open access.

Top-up bonus: top up with TRC20 USDT and receive 20% extra usable balance after automatic crediting. Create an order in the console, transfer the exact amount, and submit the TRON tx hash for verification.

Starter

5 USDT

First integration and small tests

  • Top-up bonus: top up with TRC20 USDT and receive 20% extra usable balance after automatic crediting.
  • TRON tx hash verification
  • Manual review for exceptions

Developer

20 USDT

Prototype development and daily validation

  • Top-up bonus: top up with TRC20 USDT and receive 20% extra usable balance after automatic crediting.
  • TRON tx hash verification
  • Manual review for exceptions

Growth

50 USDT

Production trial traffic and team evaluation

  • Top-up bonus: top up with TRC20 USDT and receive 20% extra usable balance after automatic crediting.
  • TRON tx hash verification
  • Manual review for exceptions

Contact

Get guided testing and payment support.

Use the contact channel for account access, recharge exception review, model access questions and early developer support.

  1. Open the console and create your API key.
  2. Run a small guided test request after your access model access is enabled.
  3. Contact support if a recharge order enters manual review or if you need model access review.

Email

hello@anlinkai.com

Telegram

@AnLinkAI

Docs

https://www.anlinkai.com

Partners

/partners

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 USDT balance 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 Start validation.

Console

https://console.anlinkai.com

Quickstart

/quickstart

Primary endpoint

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

Troubleshooting

/error-codes