<aside>

Description

The Custom OpenAI Translation Engine uses your own OpenAI API credentials for context aware translations with tone and formality control. This engine leverages OpenAI's advanced language models for high quality, customizable translation output.

</aside>

Prerequisites


Step 1 — Get an OpenAI API Key

  1. Go to https://platform.openai.com/api-keys
  2. Click + Create new secret key
  3. Give it a name (e.g. "SimpleT Translation")
  4. Click Create secret key
  5. Copy the key immediately — it will not be shown again

⚠️ Make sure your OpenAI account has billing set up and sufficient credits.


Step 2 — Create the Engine in SimpleT

  1. Go to Translation Engines in the sidebar
  2. Click New Engine
  3. Fill in the fields:
Field Value
Name Any name (e.g. "OpenAI GPT-4")
Translation Engine Open AI / Chat GPT
API Key Paste the key from Step 1
Languages Select all languages this engine should support
Batch Size Number of strings to translate per request (recommended: 10)
Priority Order in which this engine is used (1 = highest)
Context Instruction (Optional) Custom instructions for the AI (see below)
  1. Click Create

Step 3 — Context Instruction (Optional)

The Context Instruction field lets you control how the AI translates. Examples:


Step 4 — Test the Engine

  1. Open the engine → click Test Translation
  2. If successful, the response shows the original and translated text
  3. If it fails, verify your API key has credits and the selected languages are supported by OpenAI

Notes

custom-open-ai-translation-engine.png

<aside>

Quick View

End User Documentation