文档 / 帮助 / 常见问题
常见问题
关于 RelayRouter 的常见问题。
#通用
Do I need a new SDK?
No. The gateway speaks three protocols: point the OpenAI SDK at https://relayrouter.io/v1, point the Anthropic SDK at https://relayrouter.io (it calls /v1/messages), or use Gemini-style /v1beta endpoints. Swap your API key, done.
Which models do customers actually use?
The Claude line is the most popular, especially claude-opus-4-8 and claude-fable-5, alongside gpt-5.5. Gemini 3.5 is available too. The full live catalog with per-model rates is on the models page.
Am I charged for failed requests?
No. Only successfully completed calls are billed.
Is there a minimum spend or subscription?
No. Top up any amount and use it at your pace. No subscription required.
What payment methods are accepted?
Credit and debit cards via Stripe checkout.
How is pricing below official rates possible?
We negotiate volume pricing with providers and pass a portion of the savings to you. Mainstream model groups are priced 30% or more below official list prices; a small number of specialty groups can be at or above list. The live pricing page always shows the exact rate per model.
#API 使用
如何查看我的密钥可以使用哪些模型?
使用你的密钥调用 GET /v1/models,或浏览模型页面。API 针对每个密钥返回的列表是唯一权威来源。
有速率限制吗?
有的,每个密钥都适用标准速率限制。如果你收到 429 Too Many Requests,请降低请求频率并采用指数退避重试。如果你的业务需要更高的限额,请联系 support@relayrouter.io。
如何获取技术支持?
发送邮件至 support@relayrouter.io。请附上请求的时间戳,对于异步任务请附上任务 ID,以便我们快速排查。