Cloudflare AI Gateway
This module provided a Drupal client for Cloudflare's AI Gateway, allowing you to integrate with their AI models. The functionality has been moved to the Cloudflare AI module, which also includes Vectorize and AI Search.
Update: this project has moved to Cloudflare AI
The Cloudflare AI Gateway module has been consolidated into the broader Cloudflare AI module and is no longer maintained separately. Cloudflare AI contains this module's AI Gateway code, moved in unchanged, and adds the other Cloudflare AI-group resources: Vectorize (a vector database for semantic search) and AI Search (a managed retrieval-and-generation pipeline). Please install Cloudflare AI instead:
composer require drupal/cloudflare_aiThe gateway configuration entity and the AI provider it powers are unchanged in Cloudflare AI, so the Cloudflare AI Gateway Provider keeps working once its dependency points at Cloudflare AI.
About this module
Cloudflare AI Gateway was a Drupal client for the Cloudflare AI Gateway: it stored each gateway as configuration, built the gateway's request URLs and cf-aig-* control headers, and exposed its live model catalogue. All of that functionality now lives in Cloudflare AI; see that project for documentation and releases.