One key.
Every model.
Pay your way.

一个Key
全部模型
用你方便的方式付款

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 指向我们,其余代码不用动。

Why route through us

为什么走我们的网关

Built for developers the big platforms overlook

为被大平台忽略的开发者而建

01 · PAYMENT

Pay without a US card

没有国际信用卡也能付

USDT (TRC-20), cards via Stripe, and regional methods. Top up from $5 — test before you commit anything.

支持 USDT(TRC-20)、Stripe 银行卡及本地支付方式。$5 起充,先小额测试再决定。

02 · MODELS

Frontier + best-value, one key

旗舰与性价比模型,一Key打通

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。每个请求自由切换。

03 · SUPPORT

A human answers, in EN or 中文

真人响应,中英双语

Run by an operator, not a ticket queue. Billing questions, routing advice, invoices for your company — direct line to a person.

不是工单机器人。计费问题、选型建议、对公发票——直接找到人。

Quickstart

快速开始

Three minutes to first token

三分钟拿到第一个token

1 · Create a key

1 · 注册并创建Key

Sign up, top up from $5 (USDT or card), generate an API key.

注册账号,$5起充(USDT或银行卡),生成API Key。

2 · Point base_url at us

2 · 修改 base_url

Works with any OpenAI-compatible SDK, plus Cursor, LobeChat, Immersive Translate and more.

兼容所有OpenAI SDK,以及 Cursor、LobeChat、沉浸式翻译等客户端。

3 · Pick a model per request

3 · 按请求选模型

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)

Pricing

价格

What you'd actually pay

真实计费价目

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-sonnet3.0015.00
gpt-52.5010.00
Best value — for everything else性价比 — 日常主力
deepseek-v30.271.10
qwen-max0.381.52
glm-4.70.602.20
kimi-k20.552.20

FAQ

Straight answers

直接的回答

Where do my requests go?我的请求会发到哪里?

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内容。

How is this different from OpenRouter?和OpenRouter有什么区别?

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已经满足你,它是个好产品——我们服务的是它照顾不到的人。

Refunds and reliability?退款与稳定性?

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天内未消耗余额可退(扣除支付通道手续费)。每个模型都配有自动回落备用渠道, 故障情况在每月平台月报中透明公示。

Do you offer invoices / company billing?能开发票/对公吗?

Yes — invoices issued by our UK entity. Prepaid balance only; contact us for larger commitments.

可以,由英国公司主体开具invoice。仅支持预充值模式,大额需求请直接联系。