Title: Presswell Alt Text Generator
Author: Presswell
Published: <strong>April 29, 2026</strong>
Last modified: April 30, 2026

---

Search plugins

![](https://ps.w.org/presswell-alt-text-generator/assets/banner-772x250.jpg?rev=
3518854)

![](https://ps.w.org/presswell-alt-text-generator/assets/icon-256x256.png?rev=3518854)

# Presswell Alt Text Generator

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

[Download](https://downloads.wordpress.org/plugin/presswell-alt-text-generator.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/presswell-alt-text-generator/#description)
 * [Reviews](https://wordpress.org/plugins/presswell-alt-text-generator/#reviews)
 *  [Installation](https://wordpress.org/plugins/presswell-alt-text-generator/#installation)
 * [Development](https://wordpress.org/plugins/presswell-alt-text-generator/#developers)

 [Support](https://wordpress.org/support/plugin/presswell-alt-text-generator/)

## Description

Presswell Alt Text Generator helps teams reduce accessibility backlog by generating
descriptive alt text for new and existing images. Connect a provider, choose a model,
and run generation workflows directly inside wp-admin.

**Features**

 * Supports OpenAI, Anthropic Claude, and Google Gemini multimodal models
 * Generates alt text for individual images in the Media Library and media modal
 * Processes missing-alt backlogs in batches with a dedicated bulk queue
 * Handles provider rate limits with automatic cooldown locks
 * Adds a Media Library column with quick generate/regenerate actions
 * Provides a customizable prompt seed for output consistency

**_Media Library Tools_**

Inline actions let you generate or regenerate alt text directly from each image 
row. When an image has no alt text, the column displays a “Generate Alt Text” link
that triggers the AJAX workflow and replaces itself with the result.

**_Bulk Generator_**

The Bulk page counts images missing alt text, allows regeneration preferences, and
runs batches while surfacing progress, failures, and rate-limit pauses.

#### Documentation

**Filters**

 * `pwatg_available_services` — Modify the available AI providers
 * `pwatg_available_models` — Modify the available models for each provider
 * `pwatg_provider_registry` — Map provider slugs to custom service classes

**WP-CLI**

If WP-CLI is available, you can run single-image generation, bulk generation, and
missing-alt counts from the command line:

 * `wp pwatg generate <attachment-id>`
 * `wp pwatg bulk-generate`
 * `wp pwatg count-missing`
 * `wp pwatg network-bulk-generate`

Optional CLI flags:

 * `wp pwatg generate <attachment-id> --force`
 * `wp pwatg bulk-generate --force`
 * `wp pwatg bulk-generate --limit=<int>`
 * `wp pwatg bulk-generate --missing-only`
 * `wp pwatg network-bulk-generate --force`
 * `wp pwatg network-bulk-generate --limit=<int>`
 * `wp pwatg network-bulk-generate --missing-only`
 * `wp pwatg network-bulk-generate --sites=<id,id,...>`

### Privacy

This plugin sends image-derived payloads to the AI provider you choose when generating
alt text (OpenAI, Anthropic, or Google Gemini). API keys are stored in WordPress
options on your site and used only for outbound provider requests initiated by your
server.

### External Services

This plugin connects to external AI services only when you use alt text generation
features or test provider connectivity. Only the provider selected in plugin settings
is contacted for a given request. This plugin sends the follow data:

 * API key (in Authorization header)
 * Selected model name
 * Prompt text (including your prompt seed and filename context)
    - For alt-text generation: image MIME type and image binary content encoded 
      as base64
    - For Test Connection: a short text prompt (“Reply with: OK”)

#### OpenAI API

 * Terms: https://openai.com/policies/terms-of-use
 * Privacy: https://openai.com/policies/privacy-policy

#### Anthropic API

 * Terms: https://www.anthropic.com/legal/commercial-terms
 * Privacy: https://www.anthropic.com/privacy

#### Google Gemini API

 * Terms: https://ai.google.dev/terms
 * Privacy: https://policies.google.com/privacy

## Screenshots

 * [[
 * Settings screen with provider, model, prompt, and API key controls.
 * [[
 * Bulk generator queue with progress and retry status.
 * [[
 * Alt text generation controls on media edit screen.
 * [[
 * Alt text generation controls in media modal.

## Installation

Install via the WordPress plugin installer, or manually upload the plugin directory
to `wp-content/plugins/`.

**Configuration**

 1. Activate the plugin.
 2. Visit _Settings -> Alt Text Generator_ to enter your API key and choose a model.
 3. (Optional) Enable auto-generate-on-upload if you want every new image to receive
    alt text automatically.
 4. Use the Bulk tool under _Media -> Alt Text Bulk Generator_ or inline Media Library
    actions.

## FAQ

### Which providers are supported?

OpenAI (GPT-4.1, GPT-4o), Anthropic Claude (3.5 Haiku/Sonnet, 3 Opus), and Google
Gemini (2.0 Flash, 1.5 Flash/Pro). You can extend the provider registry to add more.

### Where are API keys stored?

Keys are stored in the site options table. They are used only when calling the selected
provider from your server.

### Can I regenerate specific images without affecting others?

Yes. Use the inline “Regenerate Alt Text” link in the Media Library or media modal
to update a single attachment without affecting the rest of the queue, or run `wp
pwatg generate <attachment-id> --force`.

### Can I run generation from WP-CLI?

Yes. Use `wp pwatg generate <attachment-id>` for one image, `wp pwatg bulk-generate`
for a batch run, and `wp pwatg count-missing` to check remaining backlog.

### Can I run bulk generation network-wide on Multisite?

Yes. Use `wp pwatg network-bulk-generate` to process all sites in the network, or
pass `--sites=<id,id,...>` to target specific site IDs.

### How does rate limiting work?

If a provider responds with a retry-after header, the plugin sets a transient lock
and pauses both single and bulk runs until the cooldown expires.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Presswell Alt Text Generator” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Presswell ](https://profiles.wordpress.org/presswell/)
 *   [ benplum ](https://profiles.wordpress.org/benplum/)

[Translate “Presswell Alt Text Generator” into your language.](https://translate.wordpress.org/projects/wp-plugins/presswell-alt-text-generator)

### Interested in development?

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

## Changelog

#### 1.0.0

 * First public release with provider integrations, Media Library tools, and bulk
   generator.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 week ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.1 or higher **
 *  Tested up to **6.9.4**
 * Tags
 * [accessibility](https://wordpress.org/plugins/tags/accessibility/)[AI](https://wordpress.org/plugins/tags/ai/)
   [Alt Text](https://wordpress.org/plugins/tags/alt-text/)[image seo](https://wordpress.org/plugins/tags/image-seo/)
   [media library](https://wordpress.org/plugins/tags/media-library/)
 *  [Advanced View](https://wordpress.org/plugins/presswell-alt-text-generator/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/presswell-alt-text-generator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/presswell-alt-text-generator/reviews/)

## Contributors

 *   [ Presswell ](https://profiles.wordpress.org/presswell/)
 *   [ benplum ](https://profiles.wordpress.org/benplum/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/presswell-alt-text-generator/)