Magento 2 AI Review TranslatorMagento 2 AI Review Translator
Live Demo
Buy Now
Support
Live Demo
Buy Now
Support
  • Getting Started

    • Introduction
    • Key Features
    • How It Works
  • Installation

    • Requirements
    • Install the Module
    • Install the AI Packages
    • Enable & Compile
    • Verify the Installation
    • Content Security Policy
    • Translating the Interface
  • Setup

    • Enable the Module
    • Activate Your Licence
    • Select an LLM Provider
    • Validate & Load Models
    • First Translation
  • Configuration

    • Overview
    • General Settings
    • Limits & Timeouts
    • Store Views & Languages
    • Admin Menu
    • Access Control
  • LLM Providers

    • Provider Overview
    • How Validation Works
    • Choosing a Model
    • Switching Providers
  • Ollama (Self-Hosted)

    • Install Ollama
    • Connect to Magento
    • Timeouts & Batch Size
    • Troubleshooting
  • Translating Reviews

    • Translation Basics
    • What Is Sent to the Model
    • Fallback Behaviour
    • Automatic Translation
    • The Queue Consumer
    • Running the Consumer
    • Bulk CLI Command
    • Batch Size
    • CLI Output & Exit Codes
  • Storefront

    • On the Storefront
    • The Toggle
    • Styling
  • Developers

    • GraphQL API
    • Querying from Code
    • Data Model
    • Useful SQL
  • Help

    • Setup Problems
    • Translation Problems
    • Queue Problems
    • Storefront Problems
    • FAQ

Select an LLM Provider

Stores → Configuration → Webkul → AI Review Translation → General Settings → LLM Provider

The LLM Provider dropdown listing all nine providers

Pick one

Nine options: OpenAI, Gemini, Anthropic, Ollama, OpenRouter, Mistral AI, Cerebras, DeepSeek, Cohere.

The fields below the dropdown change with your choice:

ChoiceFields you get
Any hosted providerLLM API Key, LLM Model, LLM Max Token
OllamaIs Authorized, Ollama Endpoint, LLM Model, LLM Max Token, Ollama Request Timeout

For which key each provider needs and where to get it, see Provider Overview. For self-hosting, see Install Ollama.

Missing AI packages

Select a cloud provider without the Symfony AI packages installed and a warning appears right here, listing exactly what to composer require. Translation fails until you install them — see Install the AI Packages.

Enter the API key

Paste your key into LLM API Key. It is stored using Magento's encrypted config backend and rendered as a password field with a show/hide toggle.

Config path: aireviewtranslator/general/llm_api_key

One key field, not one per provider

There is a single LLM API Key per scope. Switching provider means replacing the key and validating again.

Ollama needs no key unless you put it behind a bearer-token proxy — see Connect Ollama to Magento.

Next: Validate the Key & Load Models.

Prev
Activate Your Licence
Next
Validate & Load Models