for your WooCommerce store
Powered by OpenAI and 17 more providers — cached, asynchronous, fully encrypted.
ai-review-summarizer folder to
/wp-content/plugins/.
The plugin connects to third-party AI services to generate summaries. You need an API key from at least one provider.
Key Models: GPT-4.1 Nano, GPT-4.1 Mini, GPT-4o, GPT-4o-mini. Industry leader with broad multimodal capabilities.
Key Models: Gemini 2.5 Flash, Gemini 2.5 Pro, Gemini 2.5 Ultra. Generous free tier, strong multimodal.
Key Models: Claude Sonnet 4, Claude Opus 4, Claude Haiku 3.5. Best-in-class reasoning, safety & code generation.
Key Models: DeepSeek-V3, DeepSeek-R1. Open-weight reasoning models, extremely cost-effective.
Key Models: Mistral Large 2, Mistral Small 3, Codestral. EU-hosted, strong multilingual & code generation.
Key Models: Grok-4. Fast, real-time knowledge via X platform integration.
Key Models: Command R+, Command R7B. Enterprise RAG & tool-use specialist.
Key Models: Kimi K2.5, K2.6. Moonshot AI — exceptional long-context handling.
Key Models: MiniMax-M2.5, M3. Strong performance in Asian languages & long context.
Key Models: GLM-5.1, GLM-4.5-Air. Zhipu AI — strong Chinese/English bilingual performance.
Key Models: Llama 4 Scout, Llama 3.3 70B, Mixtral. LPU inference — fastest tokens/sec available.
Key Models: Sonar, Sonar Pro, Sonar Reasoning. Web-aware search-augmented generation.
Key Models: 300+ models across all providers. Single API, unified billing, model routing.
Key Models: Llama 4, DeepSeek-V3, Mixtral, Qwen3. Open-source inference platform with fine-tuning.
Key Models: Llama 4, Mistral, Gemma 3 & thousands more. Serverless Inference API.
Key Models: GPT-4o, GPT-4.1, models from Microsoft. Enterprise compliance, private networking & RBAC.
Key Models: Qwen3, Qwen2.5-VL, Qwen2.5-Coder. Alibaba Cloud — strong vision & Asian languages.
Key Models: Claude, Llama, Titan & more. Configurable AWS datacentre regions worldwide.
Key Models: Llama 3.3, Mistral, Phi-4, Gemma 3. Run locally — zero API cost, full data privacy.
Each provider has their own sign-up process. Generally:
After entering a valid API key and saving, the plugin fetches available models from your provider's API. Models are cached for 24 hours to avoid unnecessary API calls.
Select the model that best fits your needs:
Append your own guidance to the system prompt to fine-tune how summaries are written. This is appended after the built-in prompt, so you can override or extend behaviour.
Be concise (2–3 sentences), neutral tone,
emphasise pros and cons.
Write in a friendly, enthusiastic tone for
first-time buyers.
Return 3 bullet points listing strengths
and 2 bullet points listing
weaknesses.
If reviews vary wildly in sentiment, state
so explicitly.
Choose from preset tone-of-voice templates that shape how the AI writes your summaries:
Balanced, objective, informative. Suitable for large e‑commerce retailers. Avoids marketing language and emotional wording.
Warm, approachable, conversational. Reads like helpful buying advice from someone who has read all the reviews.
Polished, sophisticated language. Feels carefully curated rather than generated. Suitable for luxury brands.
Engaging style that highlights the product's strongest recurring strengths while remaining truthful to the reviews.
Choose where the AI summary appears on your product pages:
| Option | Hooks Used |
|---|---|
| After Product Summary and within the Reviews tab |
woocommerce_single_product_summary
+ woocommerce_product_tabs
|
| After Product Summary |
woocommerce_single_product_summary
|
| Before 'Add To Cart' button |
woocommerce_before_add_to_cart_button
|
| Within the 'Reviews' tab |
woocommerce_product_tabs
|
| (Hide) | Disables automatic display entirely. |
Choose from a curated set of SVG icons and set a custom accent colour to match your store's branding:
Toggle between Light and Dark widget themes so the summary box integrates seamlessly with any store design.
Schedule summary generation for an entire product category at once:
The plugin uses Action Scheduler to process products in staggered batches - 20 products per batch with a 2-minute interval between batches - ensuring your server and API rate limits are respected.
Control how long a cached summary remains valid before regeneration:
sanitize_callback that validates
every field.
manage_options capability.
esc_html(),
esc_attr(), and
wp_kses().
defined('ABSPATH') || exit;.
wp_options. They are masked
(••••••••) in the admin UI and never
transmitted to the front-end.