Description
This plugin provides the Cerebras implementation for the WordPress AI Client. It registers Cerebras as an available AI provider, allowing other plugins built on the WordPress AI Client to generate text using the open models Cerebras serves on its ultra-fast wafer-scale inference platform (Llama, Qwen, GPT-OSS, and more).
The plugin connects to Cerebras’s OpenAI-compatible Chat Completions API. Bring your own API key from the Cerebras Cloud console.
Supported capabilities:
- Text generation (chat) with the open models hosted on Cerebras
- Function calling and JSON / structured output
External services
This plugin connects to the Cerebras API (a third-party cloud service operated by Cerebras Systems Inc.). This connection is required for the plugin’s core purpose: it registers Cerebras as an AI provider for the WordPress AI Client so that other AI feature plugins can generate text using the open models (Llama, Qwen, GPT-OSS, and more) that Cerebras serves on its inference platform. The plugin has no functionality of its own beyond providing this integration.
What data is sent, and when:
- When a consuming AI feature generates content through the Cerebras provider, the plugin sends a request to Cerebras’s Chat Completions API (https://api.cerebras.ai/v1/chat/completions). The request contains your Cerebras API key (for authentication) and the input submitted for generation — such as the prompt text and any chat messages.
- When the WordPress AI Client checks whether the Cerebras provider is available, or lists the models Cerebras offers, the plugin sends a request to Cerebras’s models endpoint (https://api.cerebras.ai/v1/models). The request contains your Cerebras API key.
No data is sent until you have configured a Cerebras API key, and no generation request is sent unless an AI feature actively triggers it. The plugin does not send any data on its own, and sends no personal data beyond the API key and the content you choose to submit for generation.
This service is provided by Cerebras Systems Inc. Please review their terms and privacy policy:
- Terms of Use: https://cloud.cerebras.ai/terms
- Privacy Policy: https://www.cerebras.ai/privacy-policy
FAQ
-
Does this plugin work on its own?
-
No, this plugin requires the PHP AI Client (and a consuming AI feature plugin) to be installed and activated. It provides the Cerebras-specific implementation that the PHP AI Client uses.
-
Where do I get an API key?
-
Create an API key in the Cerebras Cloud console. The key is configured through the AI Client / Connectors interface, not in this plugin directly.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AI Provider for Cerebras” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AI Provider for Cerebras” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release. Adds Cerebras text generation support to the WordPress AI Client.
