Compliance

Data residency

Use a region prefix on the model name to pin the request to a specific Azure region. Bare aliases (e.g. gpt-5-codex) round-robin across all regions — use a prefix when you need a request to stay inside a jurisdiction.

Available regions

PrefixRegionJurisdiction
azure-eus2/East US 2United States
azure-eus/East USUnited States
azure-scus/South Central USUnited States
azure-wus3/West US 3United States
azure-swc/Sweden CentralEuropean Union
azure-weu/West EuropeEuropean Union
azure-frc/France CentralEuropean Union
azure-aue/Australia EastAustralia

Example

# Stay inside the EU
model = "azure-swc/gpt-4.1"

# United States only
model = "azure-eus2/Llama-4-Maverick"