# Multilingual Text Translation (EXPERIMENTAL) Perform text translation to and from any core languages. Endpoint: POST /text/translation Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `text` (string, required) The text content with UTF-8 text representation - `target` (string, required) Two letter language code for the target language to translate the source text into. - `ishtml` (boolean) A boolean flag that should be set to true if text is in HTML markup. - `random` (number) Controls the amount of randomness in the generated text. Lowering this will result in the output to be more deterministic. - `model` (string) The generative model to use. Enum: "gpt4-o", "gpt4-o-mini", "gpt4", "gpt4-t", "o1", "o1-mini"