Key details

  1. US In-Region Routing launched September 9, 2026; OpenRouter already offered an EU regional route.
  2. Regional base URLs are `us.openrouter.ai` and `eu.openrouter.ai`; normal API keys and model IDs continue to work.
  3. OpenRouter says regional requests are decrypted and processed inside the selected region.
  4. Only provider endpoints operating in that region can serve the request.
  5. When no eligible endpoint exists, the API returns a 404 rather than routing outside the region.
  6. Business and Enterprise plans can enforce allowed data regions through Guardrails.
  7. Regional model catalogs can include open-weight models from labs in other countries when an eligible in-region provider hosts them.
  8. Server-side tools that would move data outside the requested jurisdiction are not supposed to be offered through that regional route.

What builders should take away

  1. Use the regional hostname as a deliberate compliance boundary, not a latency hint; treat a regional 404 as a policy-safe failure rather than automatically retrying against the global API.
  2. Add tests that verify regulated tenants cannot reach the global hostname when regional processing is contractual.
  3. Query the models endpoint through the regional domain during deployment or health checks so your application knows which models are actually available in that jurisdiction.
  4. Keep provider and model fallbacks constrained to the same region; a globally available fallback can defeat the purpose of the regional route.
  5. Audit server tools such as search independently of the model because tool execution can create a second data-egress path.
  6. If one service handles both regulated and unrestricted workloads, separate API keys or workspace guardrails can reduce the risk of a routing bug becoming a compliance incident.

What changed

OpenRouter launched `us.openrouter.ai` on September 9, 2026, adding a US In-Region Routing endpoint alongside its existing EU endpoint. Requests sent to either regional hostname keep the same API keys, request bodies and model IDs, but OpenRouter says they are decrypted and processed inside that region and may only be served by provider endpoints operating there. If no in-region provider can serve a requested model, the call returns a 404 instead of falling back outside the selected jurisdiction. Business and Enterprise customers can also use Guardrails to require one data region for a workspace, team or API key.

Why it matters

AI data-residency promises can fail before inference even starts if a gateway decrypts prompts in another jurisdiction or if a server-side tool sends data elsewhere. OpenRouter is making the gateway itself part of the compliance boundary: routing, plaintext processing, eligible provider selection and supported server tools are meant to stay inside the requested region. For builders using a multi-provider gateway, that can preserve model choice without writing a separate provider integration for every jurisdiction, but it also means a model that works globally may legitimately become unavailable on a regional endpoint.

Regional routing covers the gateway as well as the model endpoint

OpenRouter distinguishes end-to-end regional routing from merely pinning inference to a regional provider. It says regional requests are decrypted inside the selected jurisdiction and processed there throughout the request path, rather than exposing plaintext to a globally operated gateway before forwarding it to regional inference.

Non-compliant fallback becomes a hard error

The regional catalog is a subset of OpenRouter's global catalog. If no provider can serve a requested model inside the chosen region, the request fails with `No endpoints found supporting your data region` instead of escaping the region to preserve availability. That is the safer default for contractual residency, but applications need to handle regional model gaps deliberately.

Open-weight models do not have to run in their creator's home country

OpenRouter says models such as DeepSeek V4 Pro, Kimi K3 and GLM 5.2 can be offered through US In-Region Routing when independent infrastructure providers host them in US data centers. The model developer therefore does not necessarily receive the request, although builders still need to evaluate the hosting provider and model-license/procurement requirements separately.

Guardrails can enforce the routing rule above application code

Business and Enterprise teams can restrict allowed data regions for a workspace, team or API key. OpenRouter says requests covered by such a guardrail are rejected when they arrive through a hostname outside the allowed region. That provides a second control beyond relying on every application call site to select the correct base URL.

Regional tools are part of the residency question too

OpenRouter says it evaluates server tools before exposing them through a regional route and disables tools that would send data outside the jurisdiction rather than falling back to global infrastructure. Builders should still verify the exact tool/model combination they depend on because regional availability can be narrower than the global API.

What to watch next

  • Expansion of the US and EU regional model/provider catalogs.
  • Whether In-Region Routing becomes available below Business and Enterprise plans.
  • Additional jurisdictions beyond the US and EU.
  • Independent compliance documentation or attestations covering gateway processing and server tools.
  • How OpenRouter's promised routing independence evolves after the agreed Stripe acquisition closes.

Still unclear

  • Regional availability varies by model and provider and can change over time.
  • OpenRouter's end-to-end residency guarantees are first-party claims; organizations with formal regulatory requirements should verify the contractual and compliance documentation that applies to their account.
  • A model being hosted in-region does not by itself resolve every procurement, licensing or model-governance requirement.

Sources

Direct reading behind this dossier.

2 sources
In-Region Routing: Keep your data in the US or EU
OpenRouter primary announcement

Primary launch details for US/EU regional endpoints, hard regional provider selection, fail-closed behavior, Guardrails, plan availability and regional server-tool handling.

Enforce AI Data Residency at the Routing Layer
OpenRouter primary technical guidance

Background on OpenRouter's existing EU in-region routing and the distinction between provider routing, data collection and regional processing.

Discussion

Discussion is reader-contributed. Comments are not part of the BTN dossier or its editorial evidence.

0 visible comments

Join the discussion

Keep comments useful and relevant. Reader contributions may be moderated and are not BTN editorial evidence.

Sign in to comment