Workers provides a serverless execution environment that allows you to create new applications or augment existing ones.| Cloudflare Docs
Use AI Gateway for analytics, caching, and security on requests to Workers AI. Workers AI integrates seamlessly with AI Gateway, allowing you to execute AI inference via API requests or through an environment binding for Workers scripts. The binding simplifies the process by routing requests through your AI Gateway with minimal setup.| Cloudflare Docs
An Agent can schedule tasks to be run in the future by calling this.schedule(when, callback, data), where when can be a delay, a Date, or a cron string; callback the function name to call, and data is an object of data to pass to the function.| Cloudflare Docs
Users and clients can connect to an Agent directly over WebSockets, allowing long-running, bi-directional communication with your Agent as it operates.| Cloudflare Docs
Every Agent has built-in state management capabilities, including built-in storage and synchronization between the Agent and frontend applications.| Cloudflare Docs
This page provides an overview of the Agent SDK API, including the Agent class, methods and properties built-in to the Agents SDK.| Cloudflare Docs
Gemini models are accessible using the OpenAI libraries (Python and TypeScript /| Google AI for Developers
Cloudflare's AI Gateway allows you to gain visibility and control over your AI apps. By connecting your apps to AI Gateway, you can gather insights on how people are using your application with analytics and logging and then control how your application scales with features such as caching, rate limiting, as well as request retries, model fallback, and more. Better yet - it only takes one line of code to get started.| Cloudflare Docs
Durable Objects provide a building block for stateful applications and distributed systems.| Cloudflare Docs
Authors facebook baai thebloke DeepSeek HuggingFace lykon Black Forest Labs tiiuae Google OpenAI nousresearch Meta meta-llama llava-hf myshell-ai MistralAI MistralAI openchat Microsoft Qwen defog runwayml bytedance Stability.ai nexusflow tinyllama unum fblgit| Cloudflare Docs
Workers AI allows you to run AI models in a serverless way, without having to worry about scaling, maintaining, or paying for unused infrastructure. You can invoke models running on GPUs on Cloudflare's network from your own code — from Workers, Pages, or anywhere via the Cloudflare API.| Cloudflare Docs