Description
This plugin provides the Groq implementation for the WordPress AI Client. It registers Groq as an available AI provider, allowing other plugins built on the WordPress AI Client to generate text using the open models Groq serves on its fast LPU inference platform (Llama, Mixtral, Gemma, Qwen, GPT-OSS, and more).
The plugin connects to Groq’s OpenAI-compatible Chat Completions API. Bring your own API key from the Groq console.
Supported capabilities:
- Text generation (chat) with the open models hosted on Groq
- Multimodal (image) input for vision-capable models, such as the Llama 4 family
- Function calling and JSON / structured output
External services
This plugin connects to the Groq API to provide text generation with the open models Groq serves. It is required for the plugin’s core purpose: it registers Groq as a provider for the WordPress AI Client so that AI features can generate responses.
The plugin sends a request to Groq’s API (https://api.groq.com/openai/v1) each time a consuming AI feature generates content through the Groq provider. Each request includes your Groq API key (for authentication) and the input you submit for generation — such as the prompt text, any chat messages, and any image input you provide for vision-capable models. No request is sent unless an AI feature actively triggers a generation, and no data is sent until you have configured a Groq API key. The plugin does not send any data on its own.
This service is provided by Groq. Please review their terms and privacy policy:
- Terms of Use: https://groq.com/terms-of-use
- Privacy Policy: https://groq.com/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 Groq-specific implementation that the PHP AI Client uses.
-
Where do I get an API key?
-
Create an API key in the Groq 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 Groq” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AI Provider for Groq” 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 Groq text generation support to the WordPress AI Client.
