Installation
From the WordPress Dashboard (Recommended)
This is the easiest way to install AI Image Renamer — no technical knowledge needed.
- Log in to your WordPress admin area
- Go to Plugins → Add New
- Search for "AI Image Renamer"
- Click "Install Now", then "Activate"
- Navigate to Media → AI Image Renamer
- Paste your Groq API key (see how to get one below)
- Click "Test Connection" to make sure everything works
- Hit "Save Changes" — you're done!
Manual Upload
If you prefer to install the plugin manually:
- Download the plugin ZIP file from WordPress.org or GitHub
- In your WordPress admin, go to Plugins → Add New → Upload Plugin
- Select the ZIP file and click "Install Now"
- Click "Activate Plugin"
- Then follow steps 5–8 from above to configure it
For Developers
If you manage your site's plugins through the command line:
bash
cd wp-content/plugins/
git clone https://github.com/thaikolja/wp-ai-image-renamer.git ai-image-renamer
cd ai-image-renamer
composer install --no-dev --optimize-autoloaderThen activate the plugin from Plugins → Installed Plugins in your WordPress admin.
Getting a Groq API Key
The plugin uses Groq to analyze your images. You'll need a free API key to get started:
- Go to console.groq.com
- Create a free account — it takes less than a minute
- Click "Create API Key"
- Copy the key — it starts with
gsk_ - Paste it into the plugin's settings page
No credit card needed
Groq's free plan is generous enough for most websites. You won't be asked for payment information.
Checking That It Works
After you've entered your API key and saved the settings:
- Go to Media → AI Image Renamer
- Click the "Test Connection" button
- You should see a green success message
- Now try uploading any image — its filename will be automatically renamed!
If the test fails, double-check that your API key is correct and that your server can make outgoing HTTP requests.