Hybrid AI Translator for TranslatePress registers a new automatic translation engine inside the TranslatePress Multilingual plugin. When a visitor opens a translated URL, this engine automatically translates the page content and TranslatePress caches the result in its own database, so future visits are instant.
The architecture is designed to support multiple translation providers chained together with automatic fallback. The Free plugin ships with Google Translate (Unofficial) only. A separate Pro add-on extends the chain with AI-based providers (ChatGPT-compatible / Groq / OpenRouter / DeepSeek / LM Studio / Ollama) and a Tone-and-Style control. The Free plugin is fully functional on its own and does not require Pro.
translate.googleapis.com). It sends only the strings TranslatePress asks it to translate.This plugin connects to one external service to function:
Google Translate (Unofficial) — https://translate.googleapis.com/translate_a/single
* What is sent: the source text strings TranslatePress needs translated, plus the source/target language codes.
* When: only when TranslatePress requests a translation for a string that is not yet cached.
* Why: to receive the translated text.
* Provider: Google. Terms: https://policies.google.com/terms. Privacy: https://policies.google.com/privacy.
You can change the endpoint URL in the plugin settings if you self-host a compatible service.
A separate Pro add-on adds AI-based translation providers (OpenAI-compatible: ChatGPT, Groq, OpenRouter, DeepSeek, LM Studio, Ollama) with custom Tone-and-Style control. The Pro add-on is sold separately at mojibur.com/hybrid-ai-translator-for-translatepress-pro. The Free plugin is complete on its own — Pro is optional.