Cloudflare Workers AI for your agents.
Connect Cloudflare Workers AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Cloudflare Workers AI.
What agents can do with Cloudflare Workers AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
cloudflare-workers-ai_run_modelRun inference on a Workers AI model. `model_name` is the model id (e.g. @cf/meta/llama-3.1-8b-instruct). `inputs` contains the model-specific input (e.g. {messages: [{role: "user", content: "..."}]}).
cloudflare-workers-ai_list_modelsList available models for Workers AI.
cloudflare-workers-ai_get_model_schemaGet the input/output JSON schema for a Workers AI model, so you know what fields `inputs` accepts. `model` is the model name (e.g. @cf/meta/llama-3.1-8b-instruct).
cloudflare-workers-ai_list_finetunesList fine-tuning jobs (LoRA adapters) created by the account, with status and metrics.
cloudflare-workers-ai_create_finetuneCreate a fine-tuning job (LoRA adapter) for a base model using uploaded training data.
cloudflare-workers-ai_get_finetuneGet the status and metrics of a specific fine-tuning job by its id.
cloudflare-workers-ai_delete_finetuneDelete a fine-tuning job and its LoRA adapter by id.
cloudflare-workers-ai_generate_imageGenerate an image from a text prompt using a Workers AI image model (e.g. @cf/stabilityai/stable-diffusion-xl-base-1.0).
cloudflare-workers-ai_text_to_speechGenerate speech audio from text using a Workers AI text-to-speech model.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Cloudflare.
- Go to My Profile > API Tokens.
- Create a token with Workers AI permissions and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Cloudflare Workers AI to Even: call connect_begin("cloudflare-workers-ai") on the even-connect MCP and walk me through it.
List available AI models, run inference on text prompts using Llama, and fetch model schemas for input validation.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.