Title: Cover Artist
Author: hooshd
Published: <strong>1 มิถุนายน 2026</strong>
Last modified: 1 มิถุนายน 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/cover-artist.svg)

# Cover Artist

 By [hooshd](https://profiles.wordpress.org/hooshd/)

[Download](https://downloads.wordpress.org/plugin/cover-artist.1.7.zip)

 * [Details](https://th.wordpress.org/plugins/cover-artist/#description)
 * [Reviews](https://th.wordpress.org/plugins/cover-artist/#reviews)
 *  [Installation](https://th.wordpress.org/plugins/cover-artist/#installation)
 * [Development](https://th.wordpress.org/plugins/cover-artist/#developers)

 [Support](https://wordpress.org/support/plugin/cover-artist/)

## Description

Cover Artist helps editors create cover art and inline art for posts using AI services
they configure with their own API keys. It can review article context, create an
image prompt, call a selected AI image service, download the resulting image, compress
it, and attach it to the post in the WordPress media library.

The plugin currently supports multiple AI image backends (including OpenAI and Google
Gemini) and integrates directly with the WordPress media library so that generated
artwork is treated just like any other image in your site.

Current defaults use OpenAI’s Responses API for text generation with GPT-5.4 Nano,
GPT-5.4 Mini, and GPT-5.5 available in settings, the Responses image generation 
tool for OpenAI image generation, and a stable-first Gemini text set with the latest
Gemini image models.

When generating with OpenAI, the media modal now exposes configurable image quality
plus preset or custom sizes that follow GPT Image size constraints. The default 
cover-art request uses a 3:2 size at medium quality, while inline image workflows
can switch to smaller or custom dimensions.

**Key features**

 * Generate AI-powered cover art directly from the post editor.
 * NEW: Quick Inline Image Button in block editor (Paragraph/Heading/Image blocks)
   for instant inline image generation and insertion.
 * Block toolbar, inserter, and slash command support for rapid access.
 * Smart context gathering from nearby blocks for better prompts.
 * Editor notices for errors and API key status (no more alerts).
 * Engine/orientation/art style preferences persist via localStorage.
 * Button disables if API keys missing.
 * Create inline art for use inside post content.
 * Generate reviewable editorial draft plans and draft posts from your own brief.
 * Optionally use an existing editable post as style inspiration when creating a
   draft plan.
 * Use inferred descriptions from your article or write your own prompts.
 * Choose from different visual styles when generating art.
 * Automatically save generated images to the media library.
 * Works anywhere the standard media modal is available in the editor.

### External Services

This plugin connects to third-party AI services only when you configure provider
API keys and actively use an AI generation feature. Data is sent to the selected
service as described below.

#### OpenAI API

**What it’s used for:** Generating AI-powered images, analyzing article content 
to create image prompts, and generating alt text and filenames for images.

**What data is sent:** Article titles, content excerpts, user-provided prompts, 
and image generation parameters are sent to OpenAI’s servers when you request to
generate an image or when the plugin analyzes your content.

**When data is sent:** Only when you actively trigger image generation, content 
analysis, or draft-planning features.

**Service provider:** OpenAI
 **Service URL:** https://openai.com/ **Terms of Service:**
https://openai.com/policies/terms-of-use **Privacy Policy:** https://openai.com/
policies/privacy-policy

#### Google Generative AI (Gemini)

**What it’s used for:** Generating AI-powered images, analyzing article content 
to create image prompts, and generating alt text and filenames for images.

**What data is sent:** Article titles, content excerpts, user-provided prompts, 
and image generation parameters are sent to Google’s servers when you request to
generate an image or when the plugin analyzes your content.

**When data is sent:** Only when you actively trigger image generation, content 
analysis, or draft-planning features and Google Gemini is selected or used as a 
fallback.

**Service provider:** Google LLC
 **Service URL:** https://ai.google.dev/gemini-
api **Terms of Service:** https://policies.google.com/terms **Privacy Policy:** 
https://policies.google.com/privacy

**User consent:** By saving an API key and using a generation feature, you consent
to sending the relevant prompt, post context, and generation settings to the selected
provider.

## Blocks

This plugin provides 1 block.

 *   Cover Artist

## Installation

 1. Download the latest version of the plugin from WordPress.org once published.
 2. Upload the `cover-artist` folder to the `wp-content/plugins/` directory of your
    WordPress installation.
 3. In the WordPress admin area, go to **Plugins  Installed Plugins** and activate **
    Cover Artist**.

## FAQ

### Do I need an API key?

Yes. In the current version you must provide at least one supported image API key(
for example OpenAI or Google Gemini) in the plugin settings page.

### Where do I configure the plugin?

After activating the plugin, open **Cover Artist** in the WordPress admin menu and
enter your API keys and preferred defaults.

### Where do the images get saved?

All generated images are stored in the standard WordPress media library and can 
be reused anywhere on your site.

### Can I use the plugin in the block editor (Gutenberg)?

Cover Artist works in the standard editor wherever the media modal is available.
This generally includes both the classic editor and block-based workflows that open
the media library modal.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ hooshd ](https://profiles.wordpress.org/hooshd/)

[Translate “Cover Artist” into your language.](https://translate.wordpress.org/projects/wp-plugins/cover-artist)

### Interested in development?

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

## Changelog

#### 1.7 – 11 May 2026

 * Refreshed OpenAI text model options to GPT-5.4 Nano, GPT-5.4 Mini, and GPT-5.5.
 * Moved OpenAI image generation onto the Responses image generation tool.
 * Replaced deprecated Gemini text options with a stable-first set and updated the
   default Gemini image model to Gemini 3.1 Flash Image Preview.
 * Automatically migrate legacy saved model IDs to supported values and show an 
   admin notice when a stored setting changes.
 * Added configurable OpenAI image quality plus preset and custom image sizes, with
   validation against GPT Image size constraints.

#### 1.6 – 11 Dec 2025

 * Added comprehensive external services documentation for WordPress.org compliance.
 * Documented OpenAI and Google Generative AI service usage, data transmission, 
   and privacy policies.

#### 1.5 – 29 Nov 2025

 * Quick Inline Image Button for block editor: toolbar, inserter, slash command,
   inline image insertion, editor notices, context gathering, and preference persistence.
 * Image compression.

#### 1.4 – 27 Nov 2025

#### 1.3.2 – 27 Nov 2025

 * More bug fixes.

#### 1.3.1 – 26 Nov 2025

 * Persist the selected image engine in the Cover Artist modal so you keep your 
   last choice.
 * Fall back to Google Gemini when generating filenames/alt text if OpenAI text 
   API is unavailable.

#### 1.3 – 24 November 2025

 * Added Google Nano Banana support and updated OpenAI specs.

#### 1.2 – 9 July 2024

 * Updated image queries to better handle numbers.

#### 1.1 – 30 June 2024

 * First public release.

## Meta

 *  Version **1.7**
 *  Last updated **4 วัน ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/cover-artist/)
 * Tags
 * [AI](https://th.wordpress.org/plugins/tags/ai/)[images](https://th.wordpress.org/plugins/tags/images/)
   [media library](https://th.wordpress.org/plugins/tags/media-library/)[posts](https://th.wordpress.org/plugins/tags/posts/)
 *  [Advanced View](https://th.wordpress.org/plugins/cover-artist/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/cover-artist/reviews/)

## Contributors

 *   [ hooshd ](https://profiles.wordpress.org/hooshd/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cover-artist/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://hooshmand.net/)