Claude / GPT 多模型 API 网关
生产接入文档
包含超时、重试、流式响应和模型列表调用建议。
该站同时承接 Claude 与 GPT,实际模型以 /v1/models 返回为准。
OpenAI 兼容调用
curl https://protiermodels.top/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"hello"}]}'
模型列表
curl https://protiermodels.top/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"
把 base URL 配置为 https://protiermodels.top/v1,API Key 使用当前站点生成的令牌。不同站点的账号、额度和公告独立。
常见问题
ProTier Models 为什么价格更高?
它定位在生产级和高优先级调用,适合更看重稳定性而不是最低单价的场景。
ProTier Models 是否适合个人测试?
可以使用,但个人低预算测试通常更适合 FastLane API。