Original text is not available for public display.
Automate safety monitoring with computer vision and generative AI
AWS Architecture Blog · 2026-04-01
Related items
AI Gateway - Get started with AI Gateway automatically
You can now start using AI Gateway with a single API call — no setup required. Use default as your gateway ID, and AI Gateway creates one for you automatically on the first request. To try it out, create an API token with AI Gateway - Read , AI Gateway - Edit , and Workers AI - Read permissions, then run: curl -X PO...
Agents, Workers, Workflows - Run AI-generated code on-demand with Code Sandboxes (new)
AI is supercharging app development for everyone, but we need a safe way to run untrusted, LLM-written code. We’re introducing Sandboxes , which let your Worker run actual processes in a secure, container-based environment. import { getSandbox } from "@cloudflare/sandbox" ; export { Sandbox } from "@cloudflare/sandb...
AI Search - New Workers AI models for text generation and embedding in AI Search
AI Search now supports four additional Workers AI models across text generation and embedding. Text generation Model Context window (tokens) @cf/zai-org/glm-4.7-flash 131,072 @cf/qwen/qwen3-30b-a3b-fp8 32,000 GLM-4.7-Flash is a lightweight model from Zhipu AI with a 131,072 token context window, suitable for long-do...
AI Search - View custom metadata in responses and guide AI-search with context in AutoRAG
In AutoRAG , you can now view your object's custom metadata in the response from /search and /ai-search , and optionally add a context field in the custom metadata of an object to provide additional guidance for AI-generated answers. You can add custom metadata to an object when uploading it to your R2 bucket. Objec...
Agents - Agent Lee adds Write Operations and Generative UI
Agent Lee adds Write Operations and Generative UI We are excited to announce two major capability upgrades for Agent Lee , the AI co-pilot built directly into the Cloudflare dashboard. Agent Lee is designed to understand your specific account configuration, and with this release, it moves from a passive advisor to a...
Workers - Automatic resource provisioning for KV, R2, and D1
Previously, if you wanted to develop or deploy a worker with attached resources, you'd have to first manually create the desired resources. Now, if your Wrangler configuration file includes a KV namespace, D1 database, or R2 bucket that does not yet exist on your account, you can develop locally and deploy your appl...