ImageCraft is a Bring Your Own Key (BYOK) plugin that generates alt text for WordPress images using Anthropic Claude, OpenAI GPT-4, or Google Gemini. You provide your own API key and pay only for direct API usage — no middleman service, no subscriptions, no per-image credits.
What makes this plugin different?
Most alt text plugins in the directory either route requests through their own paid service or support only a single AI provider. ImageCraft takes a different approach by combining multi-provider BYOK with SEO and WooCommerce awareness:
Additional Features
Typical API Costs
You pay only for API usage to your chosen provider:
* Anthropic Claude: ~$0.0008 per image
* OpenAI GPT-4: ~$0.01 per image
* Google Gemini: ~$0.001 per image
Privacy & Security
This plugin connects to third-party AI services to generate alt text for your images. No data is sent automatically — requests are only made when you explicitly trigger alt text generation (manually, via batch processing, or if you enable auto-generate on upload).
Data sent: When alt text generation is triggered, the plugin sends the image (base64-encoded) along with a text prompt to your chosen AI provider. No personal user data is sent. Your API key is included in the request header for authentication.
Used to generate alt text via the Claude vision API.
https://api.anthropic.com/v1/messagesUsed to generate alt text via the OpenAI chat completions API.
https://api.openai.com/v1/chat/completionsUsed to generate alt text via the Google Gemini API.
https://generativelanguage.googleapis.com/v1beta/models/The uncompiled source code for all JavaScript and CSS assets is included in the resources/ directory of this plugin. It is also available on GitHub:
https://github.com/softminal/imagecraft-ai-alt-text-file-renamer-image-seo
To build from source:
npm install to install dependenciesnpm run dev for development (Vite dev server on port 4000)npm run prod to build production assets into assets/