Title: SummarAIze
Author: James Wilson
Published: <strong>August 12, 2024</strong>
Last modified: April 18, 2026

---

Search plugins

![](https://ps.w.org/summaraize/assets/banner-772x250.png?rev=3322822)

![](https://ps.w.org/summaraize/assets/icon.svg?rev=3322822)

# SummarAIze

 By [James Wilson](https://profiles.wordpress.org/jwilson529/)

[Download](https://downloads.wordpress.org/plugin/summaraize.1.4.0.zip)

 * [Details](https://srd.wordpress.org/plugins/summaraize/#description)
 * [Reviews](https://srd.wordpress.org/plugins/summaraize/#reviews)
 *  [Installation](https://srd.wordpress.org/plugins/summaraize/#installation)
 * [Development](https://srd.wordpress.org/plugins/summaraize/#developers)

 [Support](https://wordpress.org/support/plugin/summaraize/)

## Description

SummarAIze is a free WordPress plugin that generates editable key takeaways for 
posts and pages using your own OpenAI or Google Gemini API key.

This plugin does not bundle AI credits or route requests through a hosted SummarAIze
service. You connect your own provider account, choose the model, and control the
cost.

SummarAIze is built for publishers who want a lightweight summary workflow:

 * Bring your own OpenAI or Google Gemini API key
 * Generate the top 5 key takeaways for posts and pages
 * Edit and reorder takeaway points before publishing
 * Track whether summaries are missing, current, stale, or manually edited
 * Generate missing summaries in bulk and optionally auto-generate on first publish
 * Display summaries above content, below content, or in a popup
 * Customize output with shortcode attributes for title, mode, list type, and popup
   button styling
 * Use the plugin for free, with API usage billed only by your chosen provider

### Privacy

SummarAIze sends post content to the AI provider you configure so it can generate
takeaways. The plugin does not proxy requests through a third-party SummarAIze service.

 * OpenAI: [Terms of Use](https://openai.com/terms), [Privacy Policy](https://openai.com/privacy)
 * Google Gemini: [Terms of Service](https://policies.google.com/terms), [Privacy Policy](https://policies.google.com/privacy)

### Shortcode

Basic usage:

    ```
    [summaraize]
    ```

Supported attributes:

 * `id` – Display takeaways for a specific post ID. Defaults to the current post.
 * `view` – `above`, `below`, or `popup`. Defaults to `above`.
 * `mode` – `light` or `dark`. Defaults to `light`.
 * `title` – Custom heading for the takeaway box.
 * `button_style` – Popup button style when `view="popup"`.
 * `button_color` – Popup button color when `view="popup"`.
 * `list_type` – `ordered` or `unordered`. Defaults to `unordered`.SummarAIze is
   designed as a free, bring-your-own-key summary plugin for WordPress publishers
   who want control over provider choice and API spend.

## Screenshots

 * [[
 * Configure whether takeaways appear above or below content.
 * [[
 * Show the front-end takeaway box in dark mode.
 * [[
 * Generate and refine takeaways in the classic editor meta box.
 * [[
 * Render the summary in a popup layout.
 * [[
 * Configure providers, API keys, and display defaults.
 * [[
 * Reorder takeaway points before publishing.

## Installation

 1. Upload the `summaraize` folder to `/wp-content/plugins/`, or install the plugin
    through Plugins > Add New in WordPress.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Go to Settings > SummarAIze.
 4. Select OpenAI or Google Gemini and enter your API key.
 5. Open a post or page, generate takeaways, then edit or reorder them before publishing.
 6. Optionally use bulk actions or publish-time automation to keep summaries current
    across your site.

## FAQ

### Do I need an API key?

Yes. You’ll need an API key from either OpenAI or Google Gemini. Both offer free
tiers, though high usage may require a paid account.

### Does SummarAIze include AI credits or a hosted API service?

No. SummarAIze is a free plugin. You bring your own provider account and pay OpenAI
or Google directly for any API usage.

### Can I customize the summaries?

Absolutely. You can edit the generated key takeaways in the editor and use shortcodes
to change the display.

### Can I generate summaries in bulk?

Yes. SummarAIze adds bulk actions to supported post type list screens so you can
generate missing summaries or explicitly regenerate existing ones.

### Will auto-generation overwrite my edited summaries?

No. The publish-time automation mode only generates a summary when one is missing.
Manual edits are treated as user-managed.

### How much does SummarAIze cost?

The plugin is free and open-source. API usage with OpenAI or Gemini may incur charges
based on your provider plan.

### How do I switch between OpenAI and Gemini?

Go to Settings > SummarAIze, select your provider, and enter your API key. Switching
is instant.

### Is my data safe?

SummarAIze sends post content to the AI provider you configure for summary generation.
No hosted SummarAIze relay is involved.

## Reviews

![](https://secure.gravatar.com/avatar/cf08a33f6e051f64b5bfda68599bfd20df2769fd70c375076f846b1a039c37b4?
s=60&d=retro&r=g)

### 󠀁[Works very well!](https://wordpress.org/support/topic/works-very-well-746/)󠁿

 [Gerald Drißner](https://profiles.wordpress.org/geralddrissner/) June 19, 2025 
1 reply

Really great plugin, works as expected, saves a lot of time! I hope the author continues
to develop his projects as there is a lot of potential. Highly recommended!

 [ Read all 1 review ](https://wordpress.org/support/plugin/summaraize/reviews/)

## Contributors & Developers

“SummarAIze” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ James Wilson ](https://profiles.wordpress.org/jwilson529/)

[Translate “SummarAIze” into your language.](https://translate.wordpress.org/projects/wp-plugins/summaraize)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/summaraize/), check
out the [SVN repository](https://plugins.svn.wordpress.org/summaraize/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/summaraize/) by 
[RSS](https://plugins.trac.wordpress.org/log/summaraize/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.0

 * Added summary lifecycle tracking for missing, current, stale, and manually edited
   summaries.
 * Added bulk generation and regeneration actions in supported post type list screens.
 * Added optional auto-generate-on-publish for posts that do not already have a 
   summary.
 * Added summary provenance details in the editor so users can see provider, model,
   and generation time.

#### 1.3.0

 * Expanded OpenAI support to newer GPT-5 and reasoning-capable models.
 * Improved parsing and fallback handling for AI-generated takeaway points.
 * Increased API timeout tolerance for more complex model responses.
 * Proper cleanup of plugin settings and metadata on uninstall.

#### 1.2.6

 * Ensured summaries stay in the same language as the source content for both Gemini
   and OpenAI.

#### 1.2.5

 * Centralized OpenAI endpoints and default model into constants for easier updates.
 * Updated docs to reflect configurable OpenAI model and endpoint values.

#### 1.2.4

 * Fixed autosave in the settings page for the post types section.
 * Fixed spinner message placement in the settings page for the post types section.

#### 1.2.3

 * Improved compatibility with WordPress 6.7.
 * Enhanced sanitization of key takeaway input.
 * Fixed link rendering in summary points.

#### 1.2.1

 * Updated URL for Google Gemini.

#### 1.2.0

 * **Major Feature:** Added full support for the Google Gemini API.
 * Updated documentation and settings to support Gemini.
 * Improved error handling for API failures.
 * General performance and code cleanup.

#### 1.1.16

 * Fixed meta box saving behavior.
 * Improved key point UI.
 * Minor bug fixes and polish.

#### 1.1.11

 * Added drag-and-drop ordering for key points.
 * Auto-removal of empty entries.
 * Optimized save handling.

#### 1.1.0

 * Initial dynamic Assistant integration with OpenAI API.

#### 1.0.0

 * Initial public release.

## Meta

 *  Version **1.4.0**
 *  Last updated **7 hours ago**
 *  Active installations **40+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/summaraize/)
 * Tags
 * [AI](https://srd.wordpress.org/plugins/tags/ai/)[Gemini](https://srd.wordpress.org/plugins/tags/gemini/)
   [openai](https://srd.wordpress.org/plugins/tags/openai/)[summary](https://srd.wordpress.org/plugins/tags/summary/)
   [tldr](https://srd.wordpress.org/plugins/tags/tldr/)
 *  [Advanced View](https://srd.wordpress.org/plugins/summaraize/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/summaraize/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/summaraize/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/summaraize/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/summaraize/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/summaraize/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/summaraize/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/summaraize/reviews/)

## Contributors

 *   [ James Wilson ](https://profiles.wordpress.org/jwilson529/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/summaraize/)