Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Cloudflare's intensive weekly release: unified inference layer connects 70+ models, email service enables AI agents to send and receive emails
Author: Claude, Deep Tide TechFlow
Deep Tide Guide: Cloudflare launched “Agents Week 2026” this week, releasing over ten product updates intensively. The two most noteworthy announcements are: AI Platform unifies more than 70 models and over 12 vendors into a single API call, allowing developers to switch vendors with a single line of code; Email Service enters public beta, enabling AI agents to have native email sending and receiving capabilities for the first time. Coupled with the official launch of sandbox environments, Git-compatible storage, voice pipelines, and other updates, Cloudflare is attempting to become the AWS of the AI agent era.
Cloudflare (NYSE: NET) is betting on autonomous task-executing agents. Based on this judgment, the company launched “Agents Week 2026” this week, releasing over ten product updates across computing, reasoning, security, networking, and developer tools.
Cloudflare co-founder and CEO Matthew Prince previously stated that the way software is built is undergoing a fundamental change, with agents becoming the main entities for writing and executing code. This statement set the tone for the intensive announcements this week.
Among many announcements, two products are most strategically significant: first, integrating AI reasoning capabilities into a unified platform; second, providing native email communication capabilities for agents. Both target the two core needs during agent operation: invoking AI models and communicating with the outside world.
Unified Reasoning Layer: One API Accesses 70+ Models, Directly Competing with OpenRouter
Cloudflare has integrated its previously standalone AI Gateway and Workers AI into a unified AI Platform, allowing developers to call over 70 models through a single API, covering more than 12 vendors, including OpenAI, Anthropic, Google, Alibaba Cloud, ByteDance, MiniMax, and others.
According to Cloudflare’s official blog, the core selling points of this integration are threefold:
First, switching models requires only changing one line of code. Developers can use the same AI.run() call, changing the model name from @cf/moonshotai/kimi-k2.5 to anthropic/claude-opus-4-6 to complete the switch without modifying the architecture.
Second, unified billing and cost monitoring. Industry surveys show that enterprises currently use an average of 3.5 models from multiple vendors, leading to scattered AI expenses across various bills. Cloudflare provides a unified expense dashboard supporting cost breakdowns by user type, workflow, team, and more.
Third, automatic failover. When a vendor’s model goes down, requests are automatically routed to other available vendors, eliminating the need for developers to write fault-tolerance logic. For developers building multi-step agents, any failure in reasoning chain calls could cause the entire chain to collapse; this feature directly addresses reliability concerns.
Email Service Public Beta: Giving Agents Email Sending and Receiving Capabilities
Released on the same day as the AI reasoning layer, the Email Service targets another problem: how agents communicate with the outside world.
Cloudflare Email Service transitioned from internal testing to public beta on April 16, offering native email sending capabilities. Developers can send emails directly via Workers binding without managing API keys; it can also be called from any environment via REST API, with SDKs available in TypeScript, Python, and Go.
This service, combined with the previously free Email Routing (email receiving) feature, forms a complete bidirectional email communication system. According to the official blog, email authentication configurations such as SPF, DKIM, and DMARC are automatically completed when adding a domain.
In the agent scenario, this capability means an agent can receive an email, spend an hour processing data and querying multiple systems, then asynchronously reply with the full result—something traditional chatbots cannot do.
Agents Week Overview: From Sandboxes to Voice
AI Platform and Email Service are just the tip of the iceberg of this week’s releases. Cloudflare also simultaneously launched: the next-generation preview of Agents SDK (supporting persistent state and long-term operation), the official version of Sandboxes (GA), Git-compatible versioned storage Artifacts, AI Search primitives, upgraded Browser Run (quadrupled concurrency), private network Cloudflare Mesh, domain registration API, experimental voice pipeline (real-time voice interaction with about 30 lines of code), and more…
The product matrix now covers all the necessary components for agent operation: computing, reasoning, storage, communication, and security.
Cloudflare CEO Matthew Prince characterized this series of releases as infrastructure building for the “agent era.” The company’s strategic logic is clear:
The smartphone era gave rise to cloud computing, and the agent era requires new infrastructure. Cloudflare aims to become the core provider of this new infrastructure.