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

Validate the Key & Load Models

LLM Model stays read-only until you validate. That is deliberate: the module fills the dropdown from the provider, so you cannot select a model your key has no access to.

Validate

Click Validate Key and Load Models, below the fields.

General settings with a provider selected and a key entered

A green Validated badge means the key works and the model list has loaded:

The Validated badge after a successful key check

Pick a model

The dropdown now lists the chat-capable models your key can use:

The model dropdown after validation

Guidance on which to pick is in Choosing a Model.

Save

Save Config, then:

php bin/magento cache:flush

If validation fails

MessageMeaning
Invalid API KeyKey is empty, or the provider rejected it.
Unable to validate API key due to a network error.Magento cannot reach the provider.
Unable to validate API key for <provider>The bridge package for that provider is missing.
Provider is required.No provider selected.
Ollama endpoint is required.Ollama chosen with an empty endpoint.

More detail — including why the button is a real API call and why a rate-limit error still passes — is in How Validation Works, and fixes are in Setup Problems.

Next: First Translation.

Prev
Select an LLM Provider
Next
First Translation