
Panel UI in page/post
SlyTranslate brings practical AI translation to WordPress. It is built for teams that need translation directly in editing workflows and also want the same workflows available through REST and MCP automation.
Why this plugin?
Use SlyTranslate when you need one consistent translation workflow for:
Internal flow (short):
wp_ai_client_prompt()./wp-abilities/v1/) and MCP discovery.direct_api_url supports OpenAI-compatible endpoints for model-specific payload needs.Abilities:
Ability
Purpose
ai-translate/get-languages
List languages exposed by the active language plugin
ai-translate/get-translation-status
Show translation status for a content item, including source_language and single_entry_mode
ai-translate/set-post-language
Change the language assignment of an existing content item (only exposed when supported, e.g. Polylang)
ai-translate/get-untranslated
Find content still missing a target translation
ai-translate/translate-text
Translate arbitrary text
ai-translate/translate-blocks
Translate serialized Gutenberg blocks
ai-translate/translate-content
Create or update one translated post/page/CPT entry (call get-translation-status first; optional source_language + overwrite)
ai-translate/translate-content-bulk
Bulk-translate multiple entries (supports optional source_language and overwrite)
ai-translate/get-progress
Return live progress for a running translation
ai-translate/cancel-translation
Cancel a running translation
ai-translate/get-available-models
List models from configured connectors
ai-translate/save-additional-prompt
Save per-user additional instructions
ai-translate/configure
Read or update persistent plugin settings
Requirements:
Supported plugins:
Supported model profiles:
Any LLM available through a WordPress AI connector works out of the box — no special configuration needed. The following model families additionally have dedicated built-in profiles that tune prompt style, chunking, and retry behavior for better results:
chat_template_kwargs support through direct_api_url