An OpenAI-compatible gateway to Claude, GPT, Gemini — and China's best-value models like DeepSeek and Qwen. USDT and local payments accepted. Start from $5. No credit card required.
OpenAI兼容网关,一个Key直连 Claude、GPT、Gemini,以及 DeepSeek、Qwen 等高性价比中国模型。支持USDT与本地支付,$5起充,无需国际信用卡。
Drop-in replacement: point base_url at us and keep your code.
零改造迁移:把 base_url 指向我们,其余代码不用动。
| Model | 模型 | IN | OUT | |
|---|---|---|---|---|
| claude-sonnetflagship | 3.00 | 15.00 | ||
| gpt-5flagship | 2.50 | 10.00 | ||
| deepseek-v3value | 0.27 | 1.10 | −89% | |
| qwen-maxvalue | 0.38 | 1.52 | −85% | |
| glm-4.7value | 0.60 | 2.20 | −78% | |
| kimi-k2value | 0.55 | 2.20 | −80% |
Why route through us
为什么走我们的网关
USDT (TRC-20), cards via Stripe, and regional methods. Top up from $5 — test before you commit anything.
支持 USDT(TRC-20)、Stripe 银行卡及本地支付方式。$5 起充,先小额测试再决定。
Claude and GPT for the hard problems; DeepSeek, Qwen, GLM and Kimi at a fraction of the price for everything else. Route per request.
难题交给 Claude/GPT;翻译、客服、批量生成交给几分之一价格的 DeepSeek/Qwen/GLM/Kimi。每个请求自由切换。
Run by an operator, not a ticket queue. Billing questions, routing advice, invoices for your company — direct line to a person.
不是工单机器人。计费问题、选型建议、对公发票——直接找到人。
Quickstart
快速开始
Sign up, top up from $5 (USDT or card), generate an API key.
注册账号,$5起充(USDT或银行卡),生成API Key。
Works with any OpenAI-compatible SDK, plus Cursor, LobeChat, Immersive Translate and more.
兼容所有OpenAI SDK,以及 Cursor、LobeChat、沉浸式翻译等客户端。
Change one string to switch between Claude, GPT, DeepSeek, Qwen…
改一个字符串即可在 Claude / GPT / DeepSeek / Qwen 之间切换。
# pip install openai from openai import OpenAI client = OpenAI( base_url="https://api.infinitebridgetech.com/v1", api_key="sk-your-key", ) r = client.chat.completions.create( model="deepseek-v3", # or claude-sonnet, qwen-max… messages=[{"role": "user", "content": "hello"}], ) print(r.choices[0].message.content)
// npm i openai import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.infinitebridgetech.com/v1", apiKey: "sk-your-key", }); const r = await client.chat.completions.create({ model: "qwen-max", messages: [{ role: "user", content: "hello" }], });
curl https://api.infinitebridgetech.com/v1/chat/completions \ -H "Authorization: Bearer sk-your-key" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-v3", "messages":[{"role":"user","content":"hello"}]}'
Pricing
价格
Loaded live from our billing system — the number here is the number you're charged.
价格直接来自计费系统——页面上的数字就是实际扣费数字。
| Model | 模型 | Input $/1M | 输入 $/1M | Output $/1M | 输出 $/1M |
|---|---|---|---|---|---|
| Flagship — for the hard problems | 旗舰 — 攻坚用 | ||||
| claude-sonnet | 3.00 | 15.00 | |||
| gpt-5 | 2.50 | 10.00 | |||
| Best value — for everything else | 性价比 — 日常主力 | ||||
| deepseek-v3 | 0.27 | 1.10 | |||
| qwen-max | 0.38 | 1.52 | |||
| glm-4.7 | 0.60 | 2.20 | |||
| kimi-k2 | 0.55 | 2.20 | |||
FAQ
Requests to Claude/GPT/Gemini go to their official APIs. Requests to Chinese models (DeepSeek, Qwen, GLM, Kimi) are routed to providers in mainland China — if your compliance rules forbid that, use the flagship models only. We log usage for billing, never store your prompts for training.
Claude/GPT/Gemini 请求走官方API;中国模型(DeepSeek/Qwen/GLM/Kimi)请求会路由到 中国大陆的服务商——如你有合规限制请只使用旗舰模型。我们仅为计费记录用量,不存储、 不训练你的prompt内容。
Three things: payment methods that work outside the US card system (USDT from $5), deeper coverage of Chinese models, and bilingual human support. If OpenRouter already works for you, it's a fine product — we exist for the people it doesn't serve.
三点:不依赖国际信用卡的支付方式(USDT,$5起)、更全的中国模型覆盖、中英双语真人支持。 如果OpenRouter已经满足你,它是个好产品——我们服务的是它照顾不到的人。
Unused balance is refundable within 14 days of top-up (minus payment fees). Every model has an automatic fallback route; incidents are posted transparently in our monthly report.
充值后14天内未消耗余额可退(扣除支付通道手续费)。每个模型都配有自动回落备用渠道, 故障情况在每月平台月报中透明公示。
Yes — invoices issued by our UK entity. Prepaid balance only; contact us for larger commitments.
可以,由英国公司主体开具invoice。仅支持预充值模式,大额需求请直接联系。