- Integrations /
- Cloudflare Workers
Connect Cloudflare Workers to ElevenLabs Conversational AI Voice Agents
Deploy lightning-fast AI voice agents on Cloudflare's global edge network with ElevenLabs' real-time speech technology
Let your AI Voice Agents scale globally with Cloudflare Workers AI
Features
Integrations features
Installation
Installation guides
Step 1: Cloudflare Workers AI Setup
- Access your Cloudflare dashboard and navigate to Workers & Pages
- Go to AI section in the left sidebar
- Select your preferred model from the catalog
- Copy your Account ID from the right sidebar
- Generate an API token with Workers AI permissions
Step 2: Authentication Setup
- Go to Settings > Secrets Manager in ElevenLabs
- Create new secret named CLOUDFLARE_API_TOKEN
- Store your Cloudflare API token value
Step 3: ElevenLabs Custom LLM Configuration
- Open your ElevenLabs Conversational AI agent
- Navigate to Agent Settings > LLM> Custom LLM Configuration
- Enter your Cloudflare Workers AI endpoint URL
- Ensure your Account ID is in the URL path
- Configure the custom LLM to use Bearer authentication
- Select CLOUDFLARE_API_TOKEN from stored secrets
- Select your preferred model (e.g., deepseek-r1-distill-qwen-32b)
Troubleshooting