Data Residency & Compliance
Configuring Data Residency
providers:
targets:
- id: openai-eu
provider: openai
model: gpt-5.4-mini
data_residency:
regions: ["eu-west-1", "eu-central-1"]
data_center_locations: ["Ireland", "Frankfurt"]
sovereignty_compliant: true
certifications: ["SOC2", "ISO27001", "GDPR"]
secret_key_ref:
env: OPENAI_EU_API_KEY
Fail-Closed Behavior
When no provider satisfies residency requirements, the gateway blocks the request rather than routing to a non-compliant provider. This is the default and cannot be overridden.
Zero Data Retention
Mark providers that guarantee no training on your data:
- id: anthropic-zdr
provider: anthropic
model: claude-sonnet-4-20250514
zdr: true