BudgetVec is now in public beta — deploy billion-scale vector search on Cloudflare for $0.015/GB. Get started →

Regions

BudgetVec supports 6 deployment regions. Each region has dedicated R2 buckets and KV namespaces.

Region CodeLocationR2 Bucket Suffix
WNAMUS West (default)budgetvec-wnam
ENAMUS Eastbudgetvec-enam
WEURWestern Europebudgetvec-weur
EEUREastern Europebudgetvec-eeur
APACAsia-Pacificbudgetvec-apac
OCOceaniabudgetvec-oc

Choosing a Region

Place your data in the region closest to your users for lowest latency. You can create namespaces in different regions using the admin API:

curl -X POST https://budgetvec.standupcode.workers.dev/admin/namespaces \

-H "Content-Type: application/json" \

-H "X-Admin-Secret: your-secret" \

-d '{

"tenant_id": "my-org",

"namespace": "eu-products",

"region": "WEUR"

}'

Cross-Region Access

Queries are routed to the region where the namespace is stored. The Worker at the edge handles the routing transparently — no client-side configuration needed.