Updated 23 Aug 2026: Corrects the Changelog source note only: it should describe OpenAI’s Aug 21 per-request regional-processing announcement, not the separate GPT-5.6 Sol price cut. No dossier claims, categories, tags, or other source notes changed.
OpenAI lets one API project choose regional processing per request
OpenAI API projects using Global geography can now route individual requests through supported regional endpoints such as the US or Europe with the same API key, reducing the need for project-per-region splits while leaving residency eligibility, pricing and endpoint limits intact.
Reviewed and published by Lars JansenUpdated 5 min read
First published
Key details
OpenAI added per-request regional processing on August 21, 2026.
The feature uses an API key from a project configured with Global geography.
Builders select a supported processing region by using a region-prefixed API domain for the request.
OpenAI documents US and European regional-processing examples.
Existing eligibility, data-retention-control, endpoint and model-support requirements continue to apply.
OpenAI’s current data-controls documentation lists a 10% regional-processing uplift for eligible models released on or after March 5, 2026.
Regional processing and regional data storage are separate capabilities; not every storage-residency region supports local model processing.
What builders should take away
If you maintain separate OpenAI projects mainly for US/EU processing geography, evaluate whether a Global project plus explicit regional base-URL routing can simplify credentials and deployment.
Make tenant-to-region selection an enforced policy, not a best-effort preference; fail closed rather than silently falling back to the global endpoint when residency is contractual.
Log the processing domain or region alongside request metadata so compliance and incident reviews can verify where eligible calls were routed.
Recalculate model margins for regional workloads using OpenAI’s applicable processing uplift rather than standard global token rates alone.
Check model and endpoint support before promising regional processing to customers; storage residency does not imply that model execution is available in the same geography.
What changed
On August 21, 2026, OpenAI added per-request regional processing for API customers. A project configured with Global geography can use the same API key against a region-prefixed API domain to request processing in a supported region, rather than requiring separate region-specific projects and credentials for every workload. OpenAI’s documentation shows US and Europe routing examples and says existing eligibility, data-retention controls, endpoint support and model-support requirements still apply.
Why it matters
Multi-region SaaS products often have to route customer workloads according to contractual or regulatory geography. Moving region selection from project configuration into the request path can simplify credential management and shared infrastructure, especially when one service handles customers in multiple jurisdictions. The trade-off is that residency policy now becomes application logic: builders must reliably select the correct base URL, prevent fallback into the wrong processing region, and understand that regional processing support is not the same as regional data storage everywhere.
One Global project can route eligible calls by region
OpenAI now allows a project whose geography is Global to send an individual API request through a region-prefixed domain while using the project’s existing API key. OpenAI documents examples for US and European processing. That removes one source of operational duplication for products that previously would have needed separate projects or credentials primarily to control request geography.
Regional processing support is still asymmetric
The data-controls documentation distinguishes regional storage from regional processing. The US and Europe support regional processing for eligible workloads, while several other listed geographies support storage residency without regional model processing. Builders should therefore check the current support matrix rather than assuming a storage-eligible region also supports processing there.
Eligibility, retention controls and pricing still apply
Per-request routing does not bypass OpenAI’s existing data-residency requirements. Non-US regional controls can require approved abuse-monitoring arrangements and contractual retention terms, and eligible models released on or after March 5, 2026 carry a 10% regional-processing uplift according to OpenAI’s current documentation. Endpoint and model restrictions also continue to apply.
Compliance policy moves closer to routing code
The operational benefit comes with a governance obligation: the same client and key can now reach the default global endpoint or an eligible regional endpoint. Teams need explicit tenant-to-region rules, tests that prevent accidental global fallback, and observability that records which processing domain handled a request. Regional processing also applies to Customer Content rather than every category of system or account data, so it should not be described as blanket infrastructure residency.
What to watch next
Expansion of per-request processing to additional regions beyond the currently supported regional-processing geographies.
Changes to the 10% regional-processing pricing uplift or model eligibility.
Broader endpoint support, including features that currently have regional limitations.
SDK support for declarative region selection instead of manual base-URL routing.
Additional audit or response metadata that makes processing-region verification easier.
Still unclear
OpenAI’s regional support matrix and eligible models/endpoints can change, so the documented examples should not be treated as a permanent exhaustive list.
Regional processing applies to eligible Customer Content and should not be interpreted as guaranteeing that all OpenAI system or account data remains in the selected region.
Some non-US regional controls require additional approval or contractual arrangements before they can be used.
Current primary documentation for regional-processing examples, support matrix, eligibility, retention controls, scope and regional-processing pricing.
Azure Document Intelligence v2.0 reaches retirement on August 31, 2026. Microsoft recommends moving workloads to the current v4.0 API; the post-v2 REST surface was redesigned, so teams should verify the actual api-version their SDK or HTTP client sends rather than assuming a package upgrade is enough.
GPT-5.6 Sol Ultrafast remains in limited preview, but OpenAI’s August 21 standard-tier price cut changes its economics: Sol input is now 20% cheaper and output 33% cheaper through at least November 21. Ultrafast pricing is still undisclosed.
Private Safety Processing is OpenAI’s attempt to reconcile stronger multi-turn safety monitoring with Zero Data Retention. Early customers are testing it now, with rollout and a technical white paper planned for September; important implementation details remain unpublished.