{
  "slug": "cloudflare-vectorize",
  "name": "Cloudflare Vectorize",
  "url": "https://developers.cloudflare.com/vectorize/",
  "cat": "search",
  "group": "back",
  "tagline": "Serverless vector DB on Workers",
  "price": "Workers Free: 5M stored vector dimensions, 30M queried dimensions/mo. Workers Paid ($5/mo): 10M stored and 50M queried included, then $0.05 per 100M stored dimensions and $0.01 per million queried dimensions.",
  "tier": "mixed",
  "pick": false,
  "what": "Cloudflare's vector database, queried from a Worker with no network hop or over an HTTP API. Billing is purely by vector dimensions stored and queried — no CPU, memory, active index hours, index count or data transfer charges, and empty indexes cost nothing at all.",
  "why": "If the app already lives on Cloudflare this is the vector store with zero added latency and near-zero idle cost. Workers AI can generate the embeddings inside the same request.",
  "warn": "Dimension-based billing misleads — 1M vectors at 768 dimensions is 768M dimensions, far past the free allowance. Query and filter features are thinner than Qdrant or Weaviate.",
  "install": "npx wrangler vectorize create my-index --dimensions=768 --metric=cosine",
  "category": {
    "key": "search",
    "name": "Search, vector & RAG",
    "desc": "Keyword search, vector stores, and web-search APIs for agents — three different things.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": null,
    "checked_at": "2026-08-18T17:12:38.21+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}