AI Provider for Groq

설명

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“AI Provider for Groq”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “AI Provider for Groq”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release. Adds Groq text generation support to the WordPress AI Client.