Everything you need to get started and troubleshoot
开始使用和问题排查的完整指南
Go to ai-allinone.com, click "Sign Up", enter your email and password. A verification code will be sent to your email — enter it to activate your account.
访问 ai-allinone.com,点击"注册",输入邮箱和密码。验证码将发送到您的邮箱,输入验证码即可激活账号。
Navigate to the Wallet page, choose a payment method (USDT/PayPal/WeChat/Alipay), and enter the amount in USD. For USDT, send the specified amount to the displayed TRC-20 address — auto-confirmed within 1-5 minutes.
进入钱包页面,选择支付方式(USDT/PayPal/微信/支付宝),输入充值金额(美元)。USDT支付:向显示的TRC-20地址发送指定金额,1-5分钟内自动确认到账。
Go to the API Keys page, click "Create Key". Optionally set rate limits, model whitelist, IP whitelist, and expiration. Your key starts with aak- — keep it secure.
进入API密钥页面,点击"创建密钥"。可选设置限流、模型白名单、IP白名单和过期时间。密钥以 aak- 开头,请妥善保管。
Use the OpenAI-compatible endpoint with your API key:
Or try the Playground for a no-code test.
也可使用 Playground 免代码测试。
Check the Pricing page for all 53 models and their rates. Billing is per million tokens (CNY). Your balance decreases with each request. Monitor usage on the Dashboard.
查看 定价页 了解全部53个模型及费率。按百万Token计费(人民币),余额随请求递减。在仪表板查看用量。
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.
来自中国顶尖AI厂商的53个模型:通义千问(阿里)、DeepSeek、智谱GLM、Kimi(月之暗面)、MiniMax、阶跃星辰、字节豆包,以及向量、重排、文生图、语音合成、语音识别和视频生成模型。一个API密钥即可访问全部。
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.
是的。将 base_url 改为 https://ai-allinone.com/v1,使用 aak- 密钥即可。所有OpenAI兼容SDK(Python、Node.js等)开箱即用。我们还支持Anthropic Messages API /v1/messages。
You deposit in USD; internally we credit CNY at the configured exchange rate (currently 1 USD = 7.2 CNY). Each API call deducts from your CNY balance based on token usage × model rate. Cached tokens (prompt cache) are billed at 50% of input price.
以美元充值,内部按配置汇率(当前1美元=7.2人民币)折算为人民币余额。每次API调用按Token用量×模型费率从人民币余额中扣除。缓存命中Token按输入价格的50%计费。
USDT (TRC-20, auto-confirmed), PayPal, WeChat Pay, and Alipay. USDT is recommended for fastest processing. WeChat/Alipay require manual confirmation (within 24h).
USDT(TRC-20,自动确认)、PayPal、微信支付和支付宝。推荐使用USDT以获得最快到账速度。微信/支付宝需人工确认(24小时内)。
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.
创建或编辑API密钥时,可设置:每分钟请求限制、每日请求限制、月费用上限(人民币)、允许模型白名单、IP白名单(支持CIDR)和过期时间。
API calls will return a 402 error. You'll receive a low-balance email notification when your balance drops below ¥1. Top up to resume service immediately.
API调用将返回402错误。余额低于¥1时您会收到低余额邮件提醒。充值后服务立即恢复。
Yes. Contact us via the form below for enterprise pricing, custom rates, and dedicated support. Volume pre-payments qualify for discounted rates.
是的。通过下方联系表单咨询企业定价、定制费率和专属支持。预充值可享受折扣。
All API keys are hashed with SHA-256. Passwords use bcrypt. We do not log request/response content — only token counts and metadata for billing. HTTPS/TLS encrypts all traffic. See our Privacy Policy for details.
所有API密钥使用SHA-256哈希存储,密码使用bcrypt加密。我们不记录请求/响应内容,仅记录Token数量和元数据用于计费。所有流量通过HTTPS/TLS加密。详见隐私政策。
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.
支持。在请求体中设置 "stream": true。所有聊天补全模型均支持SSE流式响应,兼容OpenAI流式格式。
| Code | 代码 | Meaning | 含义 | Solution | 解决方案 |
|---|---|---|---|---|---|
401 |
401 |
Invalid or missing API key | API密钥无效或缺失 | Check your aak- key is correct and active. Ensure Authorization: Bearer aak-... header is set. |
检查 aak- 密钥是否正确且有效。确保设置了 Authorization: Bearer aak-... 请求头。 |
401 |
401 |
API key expired | API密钥已过期 | Generate a new key or update the expiration date in the dashboard. | 生成新密钥或在仪表板中更新过期时间。 |
402 |
402 |
Insufficient balance | 余额不足 | Top up your account on the Wallet page. Minimum deposit: $1 USD. | 在钱包页面充值。最低充值:1美元。 |
402 |
402 |
IP not allowed | IP不在白名单 | Your IP is not in the key's IP whitelist. Add your IP or remove the whitelist restriction. | 您的IP不在密钥的IP白名单中。添加您的IP或移除白名单限制。 |
429 |
429 |
Rate limit exceeded | 超出限流 | Reduce request frequency or increase the rate limit on your API key. Limits: per-minute, daily, and monthly. | 降低请求频率或在API密钥上提高限流。限制类型:每分钟、每日和每月。 |
400 |
400 |
Model not available / wrong endpoint | 模型不可用/端点错误 | Check the model name is correct. Use the right endpoint (e.g., /v1/embeddings for embedding models). | 检查模型名称是否正确。使用正确的端点(如向量模型用 /v1/embeddings)。 |
502 |
502 |
All upstream channels failed | 所有上游渠道失败 | Upstream services are temporarily unavailable. Wait a moment and retry. If persistent, contact support. | 上游服务暂时不可用。稍后重试。如持续出现,请联系客服。 |
503 |
503 |
Circuit breaker open | 熔断器开启 | A channel is temporarily disabled due to repeated failures. Auto-recovers after a cooldown period. | 某渠道因连续失败被暂时禁用。冷却期后自动恢复。 |
504 |
504 |
Request timeout | 请求超时 | The upstream took too long (image/video/ASR generation). Retry with a simpler prompt or wait. | 上游处理超时(图片/视频/语音识别)。使用更简单的提示词重试或等待。 |
Have questions about pricing, enterprise plans, or custom integrations? Send us a message and we'll respond within 24 hours.
有定价、企业方案或定制集成方面的问题?给我们留言,我们将在24小时内回复。