One AI API for every model.一个 AI API,接入所有模型。
Point any OpenAI SDK at a single /v1 endpoint — chat & image models, keys, quota and billing built in. Typically 35% below official pricing.
把任意 OpenAI SDK 指向一个 /v1 接口 —— 对话与图像模型、密钥、额度、计费全内置,价格通常比官方低约 35%。
What is Onrix AI?Onrix AI 是什么?
Onrix AI is an OpenAI-compatible AI API gateway. It puts multiple AI models behind one unified /v1 API, and adds API keys, quotas, rate limits and billing — so you get a single, cheaper endpoint for chat and image generation instead of juggling providers.
Onrix AI 是一个 OpenAI 兼容的 AI API 网关。它把多个 AI 模型放到统一的 /v1 接口后面,并内置密钥、额度、限速与计费 —— 让你用一个更便宜的接口同时做对话和生图,不用再对接多家厂商。
Drop-in compatible直接替换
Change only base_url and api_key in the official OpenAI SDK. Same request & response shapes.官方 OpenAI SDK 只改 base_url 和 api_key,请求/响应格式完全一致。
Cheaper than official比官方便宜
Text ~35% below list price; images a flat $0.13–$0.15 each.文本比官方低约 35%;图像固定 $0.13–$0.15 一张。
Chat & images对话与图像
Reasoning chat plus text-to-image and image editing in one place.推理对话 + 文生图 + 图像编辑,一站搞定。
Models & pricing模型与价格
Transparent, pay-as-you-go rates — clearly below official list prices.透明按量计价,明显低于官方标价。
| Model模型 | Type类型 | Onrix priceOnrix 价 | Official官方 | |
|---|---|---|---|---|
gpt-5.5 | Chat对话 | $3.25 / $19.5 per 1M每1M | $5 / $30 | -35% |
gpt-5.4 | Chat对话 | $2 / $12 per 1M每1M | — | Value均衡 |
gpt-5.4-mini | Chat对话 | $0.4 / $2.4 per 1M每1M | — | Fast轻量 |
gpt-image-1 | Image图像 | $0.13 / image/张 | $0.17–0.25 | -33% |
gpt-image-2 | Image图像 | $0.15 / image/张 | $0.17–0.25 | -30% |
Start in 30 seconds30 秒接入
Create a key, change two lines, done.建个密钥,改两行,搞定。
# pip install openai
from openai import OpenAI
client = OpenAI(
base_url="https://api.getarriveready.com/v1",
api_key="sk-your-onrix-key",
)
r = client.chat.completions.create(
model="gpt-5.5",
messages=[{"role":"user","content":"Hello!"}],
)
print(r.choices[0].message.content)Two ways to pay两种付费方式
Pay only for what you use, or subscribe monthly for the lowest per-unit price.按量付费,或包月拿最低单价。
Pay-as-you-go top-up充值买 Token
- From $4.99, bonus on bigger packs$4.99 起,大额有赠送
- Charged only per request按实际调用扣费
- No commitment零承诺
Monthly membership包月订阅
- Monthly allowance + member discount (up to 20% off)每月额度 + 会员折扣(最高 8 折)
- Effective price as low as ~$0.05 / image有效单价低至 ~$0.05/张
- Falls back to wallet balance when used up额度用尽自动接钱包余额
FAQ
Straight answers.直接回答。
Is Onrix AI really cheaper than the official API?真的比官方 API 便宜吗?
Yes. Text models sit ~35% below official list prices (e.g. GPT-5.5 at $3.25/$19.5 per 1M vs $5/$30), and images are a flat $0.13–$0.15 each.是的。文本比官方标价低约 35%(如 gpt-5.5 $3.25/$19.5 每 1M,官方 $5/$30),图像固定 $0.13–$0.15 一张。
Is it OpenAI-compatible?是 OpenAI 兼容的吗?
Fully. Use the official openai SDK and change only base_url and api_key. Request and response shapes match OpenAI.完全兼容。用官方 openai SDK,只改 base_url 和 api_key,请求/响应格式与 OpenAI 一致。
What models and endpoints are available?有哪些模型和接口?
Chat (gpt-5.5 / gpt-5.4 / gpt-5.4-mini) via /v1/chat/completions; image generation and image editing (gpt-image-1 / gpt-image-2) via /v1/images/generations and /v1/images/edits.对话(gpt-5.5 / gpt-5.4 / gpt-5.4-mini)走 /v1/chat/completions;文生图与图像编辑(gpt-image-1 / gpt-image-2)走 /v1/images/generations 与 /v1/images/edits。
Top-up or subscription — which should I pick?充值还是包月,选哪个?
Occasional use → top-up (pay once, never expires). Daily use → membership (lower effective price + member discount). Roughly, if you generate more than ~7 images a day, membership saves more.偶尔用选充值(付一次永不过期);天天用选包月(单价更低 + 会员折扣)。大致每天出图超过约 7 张,包月更省。
How are payments handled?支付怎么处理?
Via Lemon Squeezy, a merchant of record that handles card payments and global tax compliance.通过 Lemon Squeezy(Merchant of Record)处理卡支付与全球税务合规。
Ship faster, pay less.更快上线,更省成本。
One key, one endpoint, every model.一个密钥,一个接口,所有模型。
Open the console打开控制台