Write SEO-optimized descriptions, short descriptions, meta titles and meta descriptions for any product — using any OpenAI-compatible AI provider, right inside the Magento Open Source/Adobe Commerce admin.
Works with any OpenAI-compatible provider · All generation happens server-side · API key stored encrypted, never exposed to the browser
A single button on the product edit page triggers the AI. No page reload required.
Review generated content before applying. Choose which fields to update individually.
Switch between OpenAI, OpenRouter, Groq, DeepSeek, Gemini, or any self-hosted endpoint.
Verify your API key and model directly on the config page — no guessing.
Professional, Casual, Luxury, Technical, Playful, Minimalist, Persuasive, Storytelling.
Paragraphs + list, paragraphs only, list-focused, or structured with H3 headings.
Generate content in any language. The AI translates and rewrites fully — no mixed languages.
Keys are stored using Magento's built-in Encrypted backend model.
Separate permissions for generating content and managing configuration.
Descriptions are wrapped correctly whether or not PageBuilder is enabled on the store.
The AI is instructed to use only facts present in the product data — no invented specs.
Word count limits, max tokens, temperature, custom instructions, and per-field toggles.
All providers use the standard /chat/completions API. Switch anytime without reinstalling.
https://api.openai.com/v1https://openrouter.ai/api/v1https://api.groq.com/openai/v1https://api.deepseek.com/v1https://generativelanguage.googleapis.com/v1beta/openaiAny OpenAI-compatible URLRequires the module to be available via Composer. Get it from the Adobe Commerce Marketplace.
Recommended
composer require bahrami/module-ai-content-generator php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Download the zip from the Marketplace and extract to Magento root
mkdir -p app/code/Bahrami/AiContentGenerator # Copy module files into that directory, then: php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Requirements: Magento 2.4.4+ · PHP 8.1, 8.2, or 8.3 · An API key from any supported provider
Go to Stores > Configuration > Bahrami > AI Content Generator. Set your provider, API key, writing style, and per-field toggles. Click Test API Connection to confirm.
Open any product in the Magento Open Source/Adobe Commerce admin. Click the Generate AI Content button in the product toolbar.
A modal shows all generated fields side by side. Select which ones to apply — or apply all at once.
Fields are populated instantly in the product form. Save as usual. Done.