Orange Book
Reference

Cloudflare AI capability map

Separate Workers AI, Vectorize, AI Gateway, and Agents before composing an AI application.

Edited and verified by Orange Book Editorial Team ·

REFERENCEAI BUILDERS18 minutesVerified 2026-08-26
Abstract edge AI workbench with orange compute nodes arranged around an open workspace
This editorial illustration suggests model, data, and edge orchestration; the project diagram carries the exact connections.
CapabilitySolvesIs not
Workers AIRuns Cloudflare-hosted models through a Worker bindingA model catalog frozen forever
VectorizeStores and queries vectors for semantic retrievalThe only store for source documents
AI GatewayCentralizes model traffic, observability, and policyA guarantee that answers are correct
AgentsBuilds stateful, interactive agent applicationsA mandatory layer for every chat page

Three starting points

One inference call

Start with a Worker and Workers AI binding; measure input, output, latency, and failure.

Your own knowledge

Add Vectorize and map every match back to auditable source text.

Multi-provider governance

Evaluate AI Gateway after defining secrets, logs, caching, and data-retention boundaries.

AI application safety floor

  • Treat model output as untrusted text: escape it for display and authorize before action.
  • Do not log user questions, private documents, or tokens by default.
  • Say that no context was found instead of inviting fabricated citations.
  • Recheck model names, prices, and quotas against current official pages before release.

Next: build the bilingual knowledge assistant.

Primary sources

Did this page help you complete your goal?

Beta feedback is generated in this browser and is never uploaded automatically.

On this page