Starter
First-purchase bonus appliesSmall tests and solo projects.
- Instant credit
- First-purchase bonus
OpenAI-compatible Responses, Chat, and Images. One API key for the account pool, billing, and usage, with presales that answers in a minute.
USD per 1M tokens, matching the console marketplace.
Point the Base URL at https://api.getaitoken.com/v1 and keep using the OpenAI SDK.
curl https://api.getaitoken.com/v1/chat/completions \
-H "Authorization: Bearer $GETAITOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.4","messages":[{"role":"user","content":"Hello"}]}'from openai import OpenAI
client = OpenAI(base_url="https://api.getaitoken.com/v1", api_key="...")
print(client.chat.completions.create(
model="gpt-5.4",
messages=[{"role": "user", "content": "Hello"}],
))import OpenAI from "openai"
const client = new OpenAI({ baseURL: "https://api.getaitoken.com/v1", apiKey: process.env.GETAITOKEN_API_KEY })
const response = await client.chat.completions.create({
model: "gpt-5.4",
messages: [{ role: "user", content: "Hello" }]
})Create an account, top up a balance tier, and claim the first-purchase bonus.
Generate a key in the console and bind it to an OpenAI group.
Point clients at https://api.getaitoken.com/v1. Model names stay OpenAI-compatible.
Balance is denominated in USD, the same unit as model prices. Sign in to see top-up amounts, surprise pricing, and the credit rate.
Top up with Alipay, WeChat Pay, or Stripe. Larger top-ups get a better credit rate.
Small tests and solo projects.
Daily development and small teams.
Sustained production traffic.
Buy +5 or +10 for 30 or 365 days. These do not use the first-purchase bonus.
Short bursts or year-long +5 concurrency.
+10 concurrency for production traffic.
Thank you to the developers and teams who trust us.
“Stable access, fast responses, and I stopped worrying about the API layer after switching.”
OpenAI API access with Responses, Chat, and Images fully compatible, plus account management, billing, quota controls, and usage visibility.
Yes. Start with OpenAI API keys, groups, limits, and billing visibility, then expand into team operations and automated workflows when usage proves it.
GPT-6-astra, the GPT-5.6 family (sol / terra / luna), GPT-5.5, GPT-5.4, and the gpt-image series. See the models page for the full list and live prices.
WhatsApp, QQ, WeChat, or email — pick the channel that works.
Register, create an API key, and point your existing client here.