AI Alt Text
Generate alt text for images using AI. Supports multiple AI providers including OpenAI, Claude, Gemini, Ollama, Azure OpenAI, and Grok.
by Per Soderlind · github.com/soderlind/ai-alt-text · website
★ 1stars
60release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/soderlind/ai-alt-text/releases/download/1.0.3/ai-alt-text.zipAlso on Packagist as soderlind/ai-alt-text:
composer require soderlind/ai-alt-textFrom the readme
AI Alt Text
Generate alt text for images using AI. Supports multiple AI providers including OpenAI, Claude, Gemini, Ollama, Azure OpenAI, and Grok.
Features
- Bulk Update: Update alt text for multiple images at once from the media library
- Block Editor Integration: Generate alt text directly from the image block in the editor
- Multiple AI Providers: Choose from OpenAI (GPT-4o), Anthropic Claude, Google Gemini, Azure OpenAI, Ollama (local), or Grok
- Language Detection: Automatically uses WordPress language settings for generated alt text
- Flexible Configuration: Configure via constants, environment variables, or the admin settings page
Requirements
- WordPress 6.8 or higher
- PHP 8.3 or higher
- API key for your chosen AI provider (except Ollama which runs locally)
Installation
- Quick Install
- Download ai-alt-text.zip
- Upload via Plugins Add New Upload Plugin
- Activate the plugin.
- Go to Settings → AI Alt Text to configure your AI provider
- Composer Install
- Updates
Plugin updates are handled automatically via GitHub. No need to manually download and install updates.
Configuration
Via Admin Settings
Navigate to Settings → AI Alt Text a
Read the full README on GitHub →