Original text is not available for public display.
Related items
Workers AI - Workers AI updated pricing
We've updated the Workers AI pricing to include the latest models and how model usage maps to Neurons. Each model's core input format(s) (tokens, audio seconds, images, etc) now include mappings to Neurons, making it easier to understand how your included Neuron volume is consumed and how you are charged at scale Pe...
AI Search - AI Search support for crawling login protected website content
AI Search now supports custom HTTP headers for website crawling, solving a common problem where valuable content behind authentication or access controls could not be indexed. Previously, AI Search could only crawl publicly accessible pages, leaving knowledge bases, documentation, and other protected content out of...
Workers, Durable Objects - Durable Objects are now supported in Python Workers
You can now create Durable Objects using Python Workers . A Durable Object is a special kind of Cloudflare Worker which uniquely combines compute with storage, enabling stateful long-running applications which run close to your users. For more info see here . You can define a Durable Object in Python in a similar wa...
Workers - Workers Static Assets: Corrected handling of double slashes in redirect rule paths
Static Assets : Fixed a bug in how redirect rules defined in your Worker's redirects file are processed. If you're serving Static Assets with a redirects file containing a rule like /ja/ /:splat , paths with double slashes were previously misinterpreted as external URLs. For example, visiting /ja//example.com would...
Workers - Configure Workers programmatically using the Vite plugin
The Cloudflare Vite plugin now supports programmatic configuration of Workers without a Wrangler configuration file. You can use the config option to define Worker settings directly in your Vite configuration, or to modify existing configuration loaded from a Wrangler config file. This is particularly useful when in...
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,...