Title: Internick &#8211; Smart Alt Generator
Author: internick2017
Published: <strong>16 Qershor, 2026</strong>
Last modified: 5 Korrik, 2026

---

Kërkoni te shtojca

![](https://ps.w.org/internick-smart-alt-generator/assets/banner-772x250.png?rev
=3573867)

![](https://ps.w.org/internick-smart-alt-generator/assets/icon-256x256.png?rev=3573867)

# Internick – Smart Alt Generator

 Nga [internick2017](https://profiles.wordpress.org/internick2017/)

[Shkarkim](https://downloads.wordpress.org/plugin/internick-smart-alt-generator.1.2.1.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/internick-smart-alt-generator/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/internick-smart-alt-generator/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/internick-smart-alt-generator/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/internick-smart-alt-generator/#developers)

 [Asistencë](https://wordpress.org/support/plugin/internick-smart-alt-generator/)

## Përshkrim

Internick – Smart Alt Generator uses artificial intelligence to create descriptive,

SEO-friendly alt text for your WordPress images — improving accessibility (WCAG)
and search rankings.

Features:

 * Alt Text Audit: scan your whole library for missing, empty, duplicate, overly
   long, or placeholder alt text, with a health score and per-image generate, edit,
   or ignore actions
 * Native WordPress 7.0 AI Connectors support — no separate API key needed
 * Bulk generator — process every image missing alt text at once
 * Auto-generate on upload
 * REST API endpoint for external tools and automation
 * Generates alt text in your site’s language

On WordPress 6.x the plugin uses your OpenAI API key. On WordPress 7.0+ it
 uses
your configured AI Connectors automatically.

### External services

This plugin connects to the OpenAI API to generate alt text for your images. It 
is
 required for AI generation on WordPress 6.x sites that do not have the native
WordPress 7.0 AI Connectors configured.

When you click “Generate” (in the block editor, the Media Library, or the Bulk
 
generator) or “Test Connection” on the settings page, the plugin sends the image(
as a base64 data URI) and a short text instruction to OpenAI’s Chat Completions 
endpoint (https://api.openai.com/v1/chat/completions), authenticated with the API
key you configure. The “Test Connection” button sends only a minimal “Hi” message
with no image, to verify the key works. Nothing is sent unless you trigger one of
these actions.

This service is provided by OpenAI. By using the OpenAI path you agree to their 
terms:

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

On WordPress 7.0+ with AI Connectors configured, generation uses your site’s
 configured
AI provider through WordPress core instead, and this plugin makes no direct external
calls.

### Development

The full, unminified source code — including the React/JavaScript sources under

src/ and the build tooling — is publicly available at:

https://github.com/internick2017/smart-alt-generator

Build the compiled assets in `build/` with `npm install && npm run build`.

## Foto ekrani

[⌊Settings — configure your AI provider, model, language, and auto-generate on upload.⌉⌊
Settings — configure your AI provider, model, language, and auto-generate on upload
.⌉[

Settings — configure your AI provider, model, language, and auto-generate on upload.

[⌊Bulk generator — process every image missing alt text with live progress and a
per-image result log.⌉⌊Bulk generator — process every image missing alt text with
live progress and a per-image result log.⌉[

Bulk generator — process every image missing alt text with live progress and a per-
image result log.

[⌊Alt Text Audit — score your media library's alt text, see every issue flagged,
and fix each one with AI, manual edit, or ignore.⌉⌊Alt Text Audit — score your media
library's alt text, see every issue flagged, and fix each one with AI, manual edit,
or ignore.⌉[

Alt Text Audit — score your media library’s alt text, see every issue flagged, and
fix each one with AI, manual edit, or ignore.

## Instalim

 1. Upload the plugin to `/wp-content/plugins/internick-smart-alt-generator`.
 2. Activate it through the Plugins screen.
 3. (WP 6.x only) Go to Settings -> AI Alt Text and enter your OpenAI API key.
 4. Go to Media -> Bulk Alt Text to process existing images.

## PBR

### Do I need an OpenAI account?

Only on WordPress 6.x. On 7.0+ the plugin uses your AI Connectors configuration.

### How much does generation cost?

With gpt-4o-mini, roughly $0.001 per image.

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Internick – Smart Alt Generator” është software me burim të hapur. Në këtë shtojcë
kanë dhënë ndihmesë personat vijues.

Kontribues

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

[Përkthejeni “Internick – Smart Alt Generator” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/internick-smart-alt-generator)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/internick-smart-alt-generator/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/internick-smart-alt-generator/),
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/internick-smart-alt-generator/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/internick-smart-alt-generator/).

## Regjistër ndryshimesh

#### 1.2.1

 * New: the plugin now speaks Spanish (es_ES) and Brazilian Portuguese (pt_BR) —
   admin pages, editor button, and notices.
 * New: a small, dismissible request for a review after 10 successful generations(
   only on the plugin’s own screens, never elsewhere).

#### 1.2.0

 * New: Alt Text Audit dashboard (Media -> Alt Text Audit) that scores your
    library’s
   alt text and flags missing, empty, duplicate, too-long, and placeholder values,
   with per-image generate / edit / ignore actions and a filter-aware “Generate 
   all shown” bulk action.

#### 1.1.3

 * Fixed the Settings and Bulk Alt Text admin screens showing up blank: the script
   
   loader checked the wrong admin-page hook, so the React interface never loaded.

#### 1.1.2

 * Hardened REST API permissions: per-attachment capability check on generation,
   
   and the connection test is now restricted to administrators.
 * Documented the OpenAI external service and the public source repository.
 * Renamed internal code prefixes for uniqueness (fresh install — no migration needed).

#### 1.1.1

 * React-powered Settings page with live Test Connection button.
 * React-powered Bulk Generator with pause/resume and per-image result log.
 * Fixed WP 7.0 AI Connectors integration: uses the correct AiClient API
    (wp_ai_client()
   never existed; replaced with AiClient::prompt() fluent API).
 * Plugin renamed to Internick – Smart Alt Generator (slug: internick-smart-alt-
   generator).

#### 1.1.0

 * AI Alt Text panel moved to the Content tab in the Gutenberg block editor.
 * Block editor script loading fixed for WordPress < 6.6.
 * REST API endpoints for settings (GET/POST /smart-alt/v1/settings) and
    connection
   test (GET /smart-alt/v1/test).
 * Alt text field now fills correctly in the Media Library modal.

#### 1.0.1

 * Images are now sent to the AI as base64 data URIs instead of public URLs, so
   
   generation works on localhost, behind authentication, and on firewalled sites.
 * The Media Library button now shows the result (or the error message) inline.

#### 1.0.0

 * Initial release: settings, media button, bulk generator, REST API.

## Të tjera

 *  Version **1.2.1**
 *  Përditësuar së fundi më **3 ditë më parë**
 *  Instalime aktive **Më pak se 10**
 *  Version WordPress-i ** 6.4 ose më i madh **
 *  E provuar deri me **7.0**
 *  Version PHP-je ** 8.1 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/internick-smart-alt-generator/)
 * Etiketa
 * [accessibility](https://sq.wordpress.org/plugins/tags/accessibility/)[AI](https://sq.wordpress.org/plugins/tags/ai/)
   [Alt Text](https://sq.wordpress.org/plugins/tags/alt-text/)[seo](https://sq.wordpress.org/plugins/tags/seo/)
   [wcag](https://sq.wordpress.org/plugins/tags/wcag/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/internick-smart-alt-generator/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/internick-smart-alt-generator/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/internick-smart-alt-generator/)