Help Center

Everything you need to get started and troubleshoot

Quick Start Guide

1Create an Account

Go to ai-allinone.com, click "Sign Up", enter your email and password. A verification code will be sent to your email \u2014 enter it to activate your account.

2Top Up Your Balance

Navigate to the Wallet page, choose a payment method (USDT/PayPal/WeChat/Alipay), and enter the amount in USD. Credits are added in full — no platform fee on deposits. For USDT, send the specified amount to the displayed TRC-20 address \u2014 auto-confirmed within 1\u20135 minutes.

3Generate an API Key

Go to the API Keys page, click "Create Key". Optionally set rate limits, model whitelist, IP whitelist, and expiration. Your key starts with aak- \u2014 keep it secure.

4Make Your First API Call

Use the OpenAI-compatible endpoint with your API key:

curl https://ai-allinone.com/v1/chat/completions \ -H "Authorization: Bearer aak-YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen3.7-max", "messages": [{"role":"user","content":"Hello!"}], "stream": false }'
5Explore Models & Billing

Check the Pricing page for all 53 models and their rates. You pay exact provider rates per token \u2014 no markup. Monitor usage on the Dashboard.

Frequently Asked Questions

What models are available?

53 models from top Chinese AI providers: Qwen (Alibaba), DeepSeek, GLM (Zhipu), Kimi (Moonshot), MiniMax, StepFun, ByteDance Doubao, plus embedding, rerank, image generation, TTS, ASR, and video generation models. All accessible through a single API key.

Is this compatible with the OpenAI SDK?

Yes. Simply change base_url to https://ai-allinone.com/v1 and use your aak- key. All OpenAI-compatible SDKs (Python, Node.js, etc.) work out of the box. We also support the Anthropic Messages API at /v1/messages.

How does pricing work?

We offer competitive, transparent per-token pricing with a small margin applied to provider rates (typically 10%\u201340% depending on the model). There is no platform fee on deposits \u2014 every dollar you add becomes available credits. Example: deposit $100 \u2192 receive $100 in credits. No hidden fees, no per-model surcharges. See the Pricing page for model-specific rates.

How does billing work?

You deposit in USD; internally we credit CNY at the configured exchange rate (currently 1 USD = 7.0 CNY). Each API call deducts from your CNY balance based on token usage \u00D7 model rate. Billing is usage-based \u2014 you only pay for tokens consumed.

What payment methods are supported?

USDT (TRC-20, auto-confirmed), PayPal, WeChat Pay, and Alipay. USDT is recommended for fastest processing. WeChat/Alipay require manual confirmation (within 24h). No platform fee on deposits.

How do I get an API Key?

After registering and logging in, go to the API Keys page from the sidebar. Click "Create Key", optionally configure rate limits and restrictions, then copy your aak- key. Store it securely \u2014 it won't be shown again.

How do I set rate limits on my API key?

When creating or editing an API key, you can set: per-minute request limit, daily request limit, monthly cost cap (CNY), allowed models whitelist, IP whitelist (CIDR supported), and expiration date.

What happens when my balance runs out?

API calls will return a 402 error. You'll receive a low-balance email notification when your balance drops below \u00A51. Top up to resume service immediately.

Do you offer volume discounts or enterprise plans?

Yes. Contact us via the form below for enterprise pricing, custom rates, and dedicated support. Volume pre-payments qualify for discounted platform fees.

Is my data secure?

All API keys are hashed with SHA-256. Passwords use bcrypt. We do not log request/response content \u2014 only token counts and metadata for billing. HTTPS/TLS encrypts all traffic. See our Privacy Policy for details.

Can I use streaming responses?

Yes. Set "stream": true in your request body. We support Server-Sent Events (SSE) streaming for all chat completion models, compatible with OpenAI's streaming format.

Where are the models sourced from?

All models are accessed through official vendor API channels — Alibaba DashScope (Qwen), DeepSeek, Zhipu AI (GLM), Moonshot AI (Kimi), MiniMax, StepFun, and Volcano Engine (ByteDance Doubao/Seedance). Models are unmodified and independently verifiable. We do not alter model behavior or degrade quality.

Error Code Reference

CodeMeaningSolution
400Bad request / wrong endpointCheck your request body and model name
401Invalid, missing, or expired API keyCheck your aak- key is correct and active. Ensure Authorization: Bearer aak-... header is set. Generate a new key if expired
402Insufficient balanceTop up your account on the Wallet page. Minimum deposit: $1
403IP not allowedYour IP is not in the key's IP whitelist
429Rate limit exceededReduce request frequency or increase rate limits
502All upstream channels failedUpstream temporarily unavailable. Wait and retry
503Circuit breaker openChannel temporarily disabled. Auto-recovers
504Request timeoutUpstream took too long. Retry with simpler prompt

Contact Us

Have questions about pricing, enterprise plans, or custom integrations? Send us a message and we'll respond within 24 hours.

Support Channels

\u2709\uFE0F Submit the form below for general inquiries

\u{1F4E7} Enterprise & custom pricing: contact via the form with "Enterprise" in the subject

\u{1F4AC} For urgent API issues, include your API key ID (not the full key) for faster resolution