Configure translation service
After creating all the needed menus and adding language relations between them you need to configure the desired translation service that should be used for the ai based translations.

Supported Services:
OpenAI
OpenRouter
Fields:
Service: Select the provider used for translation.
Model
For OpenAI: Select a model from the list
For OpenRouter: Enter the model name manually
API Key: Enter your API key to authenticate requests.
How to create and API-Key and why is it needed?
An API key is a personal access token that allows your website to connect to translation services like OpenAI, OpenRouter, or DeepL. It is needed to authenticate your account, securely send content for translation, and track usage.
To create an API key, sign up with your chosen provider, log in to your account, and go to the API key section in the dashboard. There you can generate a new key and copy it into this tool.
Keep your API key secure and do not share it publicly. Make sure your account has active billing or credits, otherwise translations may not work.
Learn more:
OpenRouter: https://openrouter.ai/keys
Important: Keep your API key secure
Do not expose it in frontend code or public repositories
Ensure sufficient quota/credits are available for translation requests
Last updated