AI Gateway
AI Gateway is where your agency connects its own AI provider and saves reusable model setups, called presets. Custom translators run on these presets, which means translations are produced by your own model instead of the built-in OnlyMonster engine.
AI Gateway is currently in Beta.
How It Works
There are four steps between an empty setup and a working custom translation:
AI Tools → AI Gateway — add an OpenRouter API key.
AI Tools → AI Gateway — create a preset: select a model and set its parameters.
AI Tools → Translate → Translators — create a custom translator and select the preset.
AI Tools → Translate → Accounts — connect the translator to your accounts.
Steps 1 and 2 are covered in this article. For steps 3 and 4, see Custom Translators and Connecting Translators to Accounts.
Where to Find It
Open AI Tools → AI Gateway — the same sidebar section as Translate.
The module contains two lists: API Keys and All Presets.
Before You Start
Provider
OpenRouter only
Configuration level
Organization: presets are shared across all accounts
API key limit
Up to 5 keys per organization
Preset limit
Unlimited
Where presets are used
Custom translators in AI Translate
Step 1. Add an API Key
Click New API Key.
Follow the OpenRouter link and create a key on the provider's side.
Paste the key into the Paste Your API key field. OpenRouter keys start with
sk-or-.Enter a name in the Enter Key Name field — this is how you will recognize the key in lists.
Click Add.
The key is validated with the provider before it is saved. An invalid key is not saved, and an error message is displayed.
Step 2. Create a Preset
A preset combines a model, an API key and a set of parameters. At least one valid API key is required.
Click New Preset.
Preset Name — the name of the preset. It is displayed when you create a translator.
API Key — select a saved key or add a new one with + New API Key.
Model — select a model.
Adjust the values in Model Settings if needed.
Click Create Preset.
The Create Preset button stays inactive until all required fields are filled in.
Choosing a Model
The model list is loaded directly from OpenRouter and has two tabs:
Featured — a short curated list
All — the full list with search
Each model displays its input and output token price, the provider name and the context size, when the provider returns this data.
Model Settings
Model settings control how the model produces its response. Basic parameters are shown immediately; the rest are available under Show Advanced. Fields are pre-filled with OnlyMonster defaults. Clear a field to fall back to the provider's own default.
Temperature
How predictable the output is. A lower value keeps translations closer to the original; a higher value makes them freer and more varied
0.7
0.0 – 2.0
Max Tokens
The maximum length of the model's response. A value that is too low will cut off long messages
800
1 and above (maximum = model context minus the prompt)
Top P
How wide a range of words the model considers at each step: 1.0 means all options, lower values keep only the most likely ones. It affects variety the same way Temperature does, so it is usually best to change only one of them
0.7
0.0 – 1.0
Advanced parameters (Show Advanced):
Frequency Penalty
Penalizes repeated words: the more often a word has already appeared, the less likely the model is to use it again
0
-2.0 – 2.0
Presence Penalty
Penalizes words that have already been mentioned, regardless of how often. Pushes the model towards new wording
0
-2.0 – 2.0
Top K
Limits the choice to a fixed number of the most likely words at each step. 0 means no limit
40
integer, 0 and above
Min P
Filters out words that are far less likely than the most likely option. 0.0 means no limit
0.05
0.0 – 1.0
Repetition Penalty
A general penalty for repetition across the whole text. Values above 1.0 strengthen the penalty, values below weaken it
1.05
0.0 – 2.0
Stop Sequences
Strings that make the model stop generating
empty
list of strings
Reasoning is not available: it is always off. A notice at the bottom of Model Settings confirms this — Reasoning off by default for supported models.
Editing and Deleting
Editing a preset. After you save, all new requests use the updated settings. Requests that are already running finish with the previous ones.
Deleting a key or a preset. Both actions require confirmation.
If you delete an API key, the presets that use it are not deleted. They switch to the invalid key status and stop working. To restore them, open the preset, select another valid key, and save. Translators running on such a preset stop translating until the preset is fixed.
Permissions
View AI Gateway
Opens the module and both lists
Edit API Keys
Add and delete API keys
Edit Presets
Create, edit and delete presets
Edit API Keys and Edit Presets only work together with View AI Gateway, and they are independent of each other — a member can be granted just one of them. Without an edit permission, the lists are visible but all actions stay inactive.
Last updated
Was this helpful?