AIPCF – AI Provider for Cloudflare
This plugin connects WordPress to Cloudflare Workers AI, making its hosted large language models available to any WordPress feature or plugin that uses the WordPress AI Client (introduced in WordPress 7.0). Supported models The plugin fetches the full list of available text generation models directly from your Cloudflare account and shows them in the settings dropdown, so you always see what is actually available to you. The list is cached for 12 hours and refreshed whenever you save your credentials. A built-in fallback list is used when your credentials are not yet configured or the API is unreachable. See Cloudflare’s model catalogue for the current full list. Why Cloudflare Workers AI? Unlike hosted AI services that charge per seat or per API call at a premium rate, Cloudflare Workers AI runs inference at the edge on a usage-based model. The free tier covers 10,000 neurons per day (Cloudflare’s billing unit — roughly 200–500 average generation requests) — enough for a content-heavy site to generate post summaries, meta descriptions, and moderation checks without any cost. Paid usage is billed per neuron, making it significantly cheaper at scale compared to per-token pricing from closed providers. Your prompts and completions also never leave Cloudflare’s network to reach a third-party AI company’s servers, which matters for sites with privacy or data-residency requirements. What you need A Cloudflare account with Workers AI enabled. Your Account ID — visible on the Workers AI dashboard sidebar. A Cloudflare API token with the “Workers AI – Edit” permission. Usage Once the plugin is configured, any WordPress AI Client-compatible feature or plugin will automatically use Cloudflare Workers AI as its provider. Developers can also call it directly: use WordPress\AiClient\AiClient; $result = AiClient::prompt( 'Summarise this post in two sentences.' ) ->usingProvider( 'cloudflare-workers-ai' ) ->usingModel( '@cf/meta/llama-4-scout-17b-16e-instruct' ) ->generateTextResult(); echo $result->toText(); Switch models without changing any other code — swap llama-4-scout-17b-16e-instruct for qwen2.5-coder-32b-instruct and you are running a coding assistant instead. This plugin does not add a chatbot or front-end widget by itself. It registers the provider so that other AI Client-powered features, plugins, and themes can use it. External Services This plugin connects to the Cloudflare Workers AI REST API to run AI inference. The service is used to: Run text generation requests against the model you select. Verify your Account ID and API token when you click “Test connection”. What data is sent and when When you click “Test connection” in the plugin settings, your Account ID and API token are sent to https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/models/search to verify the credentials. No prompt data is sent during this check. When a compatible AI Client feature generates text, the plugin sends your API token, the selected model ID, and the prompt messages to https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/run/{model_id}. Requests are only made when AI generation is explicitly triggered — nothing is sent automatically in the background. Service provider Cloudflare Workers AI is provided by Cloudflare, Inc. Cloudflare Workers AI documentation: https://developers.cloudflare.com/workers-ai/ Cloudflare Terms of Service: https://www.cloudflare.com/terms/ Cloudflare Privacy Policy: https://www.cloudflare.com/privacypolicy/ Roadmap Current version supports Workers AI edge inference. AI Gateway support for caching, rate-limiting, and analytics coming soon.
Top keywords
- ai22×3.97%
- cloudflare21×3.79%
- workers11×1.99%
- workers ai11×1.99%
- api9×1.62%
- account7×1.26%
- cloudflare workers7×1.26%
- cloudflare workers ai7×1.26%
- id7×1.26%
- wordpress6×1.08%
- account id5×0.90%
- cloudflare com5×0.90%
AI Translator for Polylang
How to translate with ChatGPT? Here we are. AI Translator for Polylang is a powerful WordPress plugin that seamlessly integrates with Polylang to provide automatic translation capabilities for your posts, pages, and custom post types using cutting-edge AI services. With AI Translator for Polylang, you can effortlessly expand your website’s reach to a global audience by delivering content in multiple languages. Please note: AI Translator for Polylang is designed to work exclusively with the Polylang plugin. This is not an official plugin of Polylang. Key Features Translate Posts and Pages: AI Translator for Polylang enables you to automatically translate your posts and pages into multiple languages, making your content accessible to a wider audience. Enqueue Translations: You can easily enqueue translations and have them processed in the background, ensuring a smooth and efficient translation workflow. Support for Advanced AI Models: AI Translator for Polylang supports state-of-the-art AI models, including ChatGPT 3.5, 4, and 4o, providing high-quality translations powered by OpenAI’s language models. Link Translated Categories and Tags: The plugin intelligently links translated categories and tags, maintaining the structure and organization of your content across different languages. Link Translated Internal Links: AI Translator for Polylang automatically updates internal links within your translated content, ensuring a seamless navigation experience for your multilingual website. Support for ACF (Advanced Custom Fields) Support for Yoast SEO Bulk translations Easy Setup and Configuration AI Translator for Polylang is designed to work out of the box, allowing you to start translating your content immediately. However, for optimal performance and to process translations in the background, it is recommended to configure a cron job. This ensures that translations are handled efficiently without impacting the responsiveness of your website. Disclaimer AI Translator for Polylang is a plugin that helps you to connect your websites to OpenAI service. You need your own API keys and must follow the rules set by the AI service. Check OpenAI Terms of Service and Privacy Policy. It is also important to check your usage on the OpenAI website for accurate information. The developer of AI Translator for Polylang and related parties are not responsible for any issues or losses caused by using the plugin or AI-generated content. You should talk to a legal expert and follow the laws and regulations of your country. AI Translator for Polylang does only store data on your own server, and it is your responsibility to keep it safe.
Top keywords