Cloudflare Workers AI
Example configuration for Cloudflare Workers AI
Setup: AI Gateway Setup | Workers AI Models
Notes:
- OpenAI Compatible: Uses the OpenAI compatible endpoint specification (documentation)
- Known Issue:
@cf/openai/gpt-oss-*models may not work due to spec incompatibility - Environment Variables Required:
CF_API_TOKEN: Your Cloudflare API tokenCF_ACCOUNT_ID: Your Cloudflare account IDCF_GATEWAY_ID: Your AI Gateway ID- Note: these environment variables can be customized/renamed as needed.
How is this guide?