Independent DeepSeek API gateway

Use DeepSeek API without Chinese phone or local payment.

Create an Apinito Console account, buy a prepaid credit code, redeem it in your dashboard, and use a standard OpenAI-compatible DeepSeek endpoint.

No Chinese phone Prepaid credit codes OpenAI-compatible

Simple credit packs

Two active packages. Buy a code, then redeem it in Apinito Console.

Starter

$5

2,500,000 quota credits

  • Best for first tests and light usage
  • Use DeepSeek V4 Flash and V4 Pro
  • API key management
  • Usage tracking in Console
Buy $5 code

After purchase, SellAuth will deliver a redemption code. Log in to Apinito Console and redeem it under Top-up.

How it works

One flow from the website to the console.

1

Create account

Open Apinito Console and register with your username and password.

2

Buy credits

Choose the $5 or $10 package from the Apinito SellAuth store.

3

Redeem code

Copy the code from your order and redeem it in Console → Top-up.

4

Use API

Create an API key and set the base URL to https://api.apinito.com/v1.

Quick start

Compatible with OpenAI SDK. Just change the base URL.

curl https://api.apinito.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_APINITO_API_KEY" \
  -d '{
    "model": "deepseek-v4-flash",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Works with OpenAI-compatible tools such as Cursor, Cline, Dify, LangChain, and custom apps.

FAQ

Which credit packs are currently available?

Apinito currently sells two active credit packs: $5 and $10. The website and console instructions are aligned with these packages.

How do I add credits after purchase?

After purchase, you will receive a redemption code from SellAuth. Log in to Apinito Console, open Top-up, paste the code, and redeem it.

Do I need a Chinese phone number?

No. Anyone can sign up and use Apinito without a Chinese phone number or local payment method.

Is it compatible with OpenAI SDK?

Yes. Set the base URL to https://api.apinito.com/v1 and use your Apinito API key. It works with OpenAI-compatible tools.