
## 区域 endpoint 与单价:企业合规选型
OpenAI 的区域 endpoint 与单价方案,针对那些需要严格遵守数据主权、隐私法规的企业和合规场景而设计。
核心结论是:如果你要在特定地区存储或处理数据,必须使用对应区域的 endpoint;否则你的账单就会出现额外 10% 成本,而且无法通过官方合规通道。
决策方法很简单:先查你的业务所在国家/地区是否支持数据 residency(数据驻留),再看模型是否在该区域上线;官网定价页会直接列出标准价 vs 区域价的差异。
对账时直接对比 /official-prices 页面即可,避免猜算错误。
核心概念与术语
- Endpoint:API 请求的目标地址(base URL)。标准版用
https://api.openai.com/v1/...,区域版用对应地区的域名(例如southcentralus.api.openai.com)。 - 区域 endpoint:OpenAI 专门为数据主权提供的数据驻留服务,数据不会离开指定地理区域。
- 单价 ($/M tokens):官方公布的每百万 tokens 价格,包含标准价和区域端点的 10% 上调(自 2026 年 3 月 5 日起适用)。
- 数据 residency:数据在 OpenAI 指定区域内的存储与处理,满足 GDPR、CCPA 等法规要求。
- Prompt 缓存价格:缓存输入 token 的优惠价(通常是标准输入的 10%),区域端点同样适用。
区域 endpoint 与单价对照表
| 地区 | 标准端点示例(US) | 区域端点示例 | 适用模型示例 | 标准价示例(输入 $/M) | 区域价示例(+10%) | 主要合规场景 |
|---|---|---|---|---|---|---|
| 美国(South Central US) | api.openai.com |
southcentralus.api.openai.com |
GPT-5.6 系列、o 系列 | $5.00 / $2.00 / $0.20 | $5.50 / $2.20 / $0.22 | HIPAA、GDPR、FedRAMP 认证 |
| 美国(West US / East US 2) | api.openai.com |
westus.api.openai.com / eastus2.api.openai.com |
同上 | $5.00 / $2.00 / $0.20 | $5.50 / $2.20 / $0.22 | 美国本土企业数据存储 |
| 西班牙(EU) | api.openai.com |
spaincentral.api.openai.com |
GPT-5.6 系列、o 系列 | $5.00 / $2.00 / $0.20 | $5.50 / $2.20 / $0.22 | GDPR、欧盟数据驻留要求 |
| 其他支持区域 | api.openai.com |
官方列出的私有链路地址 | 对应上线模型 | 视模型 | +10% | 特定行业法规(如中国数据本地化) |
数据来源于 OpenAI 官方定价页面(https://openai.com/api/pricing/),以发布当日挂牌为准。长上下文模型价格更高,区域端点同样适用该规则。 [[1]](https://openai.com/api/pricing/) [[2]](https://developers.openai.com/api/docs/pricing.md)
实操清单:分步可核对
1. 登录 OpenAI Platform Dashboard(https://platform.openai.com)。
2. 在 API Keys 或 Projects 页面,查看当前组织支持的区域列表(Enterprise 计划通常预置)。
3. 选择对应区域的 base URL(例如用 southcentralus.api.openai.com 替换 api.openai.com)。
4. 测试模型调用是否成功,观察响应头中的 x-request-id 以便对账。
5. 开启 Prompt Caching(自动 10% 优惠)并记录缓存 token 数量。
6. 每月账单时,用 /official-prices 页面核对实际支出:标准价 × 1.1(区域端点)= 区域价。
7. 启用数据 residency 审计日志,确认数据未离开指定区域。
常见坑与风险边界
- 未匹配区域导致多付 10%:企业合规团队常忽略 endpoint 差异,账单上多一笔隐藏费用。
- 模型上线时间不同:老模型可能只支持标准端点,新模型(2026 年 3 月后)区域版需额外确认。
- 隐私法规冲突:区域端点支持 GDPR/CCPA,但如需中国境内合规,可能需走官方中国合作伙伴渠道。
- 长上下文额外费用:>270K tokens 的模型,无论标准还是区域端点都会按长上下文价计费。
- API 分账与计划绑定:企业 Plus 计划不直接参与 API 区域定价,需单独联系 sales team。
这些是可核对的边界,以上均为事实描述,非法律意见。
站内路径:相关工具与页面
- 官方 API 价格对照 —— 一键查看所有模型实时 $/M
- 官方 API 入门 —— 区域 endpoint 配置示例
- API 中转服务 —— 帮助企业快速切换区域
- 计费路径与对账工具 —— 每月账单一键对比
- OpenAI 指南总览 —— 企业合规完整手册
延伸阅读
- 查看完整模型定价表 官方 API 价格对照
- 学习数据 residency 详解 官方 API 入门
- 使用 API 中转降低区域切换成本 API 中转服务
- 每月对账最佳实践 计费路径与对账工具
English summary
OpenAI provides regional endpoints for data residency compliance, with a standard 10% price uplift on eligible models released after March 5, 2026.
Enterprises in regulated industries such as finance, healthcare, or government should always select the matching regional endpoint to avoid cross-border data transfer risks and extra costs.
The standard API pricing (available at openai.com/api/pricing) remains the same base rate, but regional processing adds the uplift automatically.
Key terms include endpoint (API base URL), regional endpoint (data-stored-in-region service), and $/M tokens (per-million-token billing).
Decision process: check your business location against supported regions on the official dashboard, then choose the corresponding base URL for your API calls.
Monthly reconciliation uses the official pricing page to compare standard versus regional costs.
Prompt caching discounts apply equally to both, but always verify current model support and availability, as pricing can change.
For production workloads, consult the Enterprise sales team for Scale Tier or Reserved Capacity options that may further optimize regional compliance.
(正文字数约 1850,含空格)
数据以 OpenAI 官网挂牌为准,建议实时对比 /official-prices 页面。