We have released new Workers bindings API methods , allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate. To add an AI binding to your Worker, in...
AI Gateway - AI Gateway Introduces New Worker Binding Methods
Cloudflare Developer Platform Changelog · 2025-01-30
Related items
AI Gateway - Introducing Guardrails in AI Gateway
AI Gateway now includes Guardrails , to help you monitor your AI apps for harmful or inappropriate content and deploy safely. Within the AI Gateway settings, you can configure: Guardrails : Enable or disable content moderation as needed. Evaluation scope : Select whether to moderate user prompts, model responses, or...
Stream - Introducing Stream Bindings for Workers
You can now interact with your Stream video library using new bindings for Workers! This allows customers to upload content to Stream, provision direct uploads, manage videos, and generate signed URLs from a Worker without making authenticated API calls. We're excited to bring Stream and Workers closer together to e...
Workers AI - New models in Workers AI
Workers AI is excited to add 4 new models to the catalog, including 2 brand new classes of models with a text-to-speech and reranker model. Introducing: @cf/baai/bge-m3 - a multi-lingual embeddings model that supports over 100 languages. It can also simultaneously perform dense retrieval, multi-vector retrieval, and...
Workers AI - Introducing EmbeddingGemma from Google on Workers AI
We're excited to be a launch partner alongside Google to bring their newest embedding model, EmbeddingGemma , to Workers AI that delivers best-in-class performance for its size, enabling RAG and semantic search use cases. @cf/google/embeddinggemma-300m is a 300M parameter embedding model from Google, built from Gemm...
Agents, Workers - Introducing the Agents SDK
We've released the Agents SDK , a package and set of tools that help you build and ship AI Agents. You can get up and running with a chat-based AI Agent (and deploy it to Workers) that uses the Agents SDK, tool calling, and state syncing with a React-based front-end by running the following command: npm create cloud...
AI Gateway - Log AI Gateway request metadata without storing payloads
AI Gateway now supports the cf-aig-collect-log-payload header, which controls whether request and response bodies are stored in logs. By default, this header is set to true and payloads are stored alongside metadata. Set this header to false to skip payload storage while still logging metadata such as token counts,...