> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slng.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Regions

> Context Router base URLs per region, and how caching is scoped to the region you call.

Each region has its own Context Router base URL. Call the region closest to your
callers, or the one SLNG gave you. Requests are not routed between regions.

For the same regions alongside the speech and agent endpoints, see
[Region availability](/guides/regions/regions-map).

| Region                                                                                                                                                                                                                                                                                                                                        | Context Router endpoint                      |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------- |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/eu.svg)" }} /> European Union (West)</span>  | `https://eu-west.context-router.slng.ai/v1`  |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/eu.svg)" }} /> European Union (North)</span> | `https://eu-north.context-router.slng.ai/v1` |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/us.svg)" }} /> United States (East)</span>   | `https://us-east.context-router.slng.ai/v1`  |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/us.svg)" }} /> United States (West)</span>   | `https://us-west.context-router.slng.ai/v1`  |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/gb.svg)" }} /> United Kingdom</span>         | `https://gb.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/br.svg)" }} /> Brazil</span>                 | `https://br.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/in.svg)" }} /> India</span>                  | `https://in.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/sg.svg)" }} /> Singapore</span>              | `https://sg.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/id.svg)" }} /> Indonesia</span>              | `https://id.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/jp.svg)" }} /> Japan</span>                  | `https://jp.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/il.svg)" }} /> Israel</span>                 | `https://il.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/za.svg)" }} /> South Africa</span>           | `https://za.context-router.slng.ai/v1`       |
| <span style={{ display: "inline-flex", alignItems: "center", gap: "0.5rem", whiteSpace: "nowrap" }}><span aria-hidden="true" style={{ display: "block", flex: "none", width: "18px", height: "18px", background: "center / contain no-repeat url(https://hatscripts.github.io/circle-flags/flags/au.svg)" }} /> Australia</span>              | `https://au.context-router.slng.ai/v1`       |

## Caching regions

Caching is region aware and scoped to your organization. Your requests are never
processed or cached in another region.
