Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js-sdk/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To help translators understand context, you can add screenshots. Capture them in

## Automatic Context Collection

The SDK automatically collects additional context about the layout of the keys on the page. This context allows the AI Translator to provide you with better results, utilizing ChatGPT under the hood.
The SDK automatically collects additional context about the layout of the keys on the page. This context allows the AI Translator to provide you with better results, using large language models under the hood.

### What data are collected and when?

Expand Down
2 changes: 1 addition & 1 deletion js-sdk_versioned_docs/version-5.x.x/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To help translators understand the exact context of the translation, you can now

## Automatic Context Collection

The SDK automatically collects additional context about the layout of the keys on the page. This context allows the Tolgee Translator to provide you with better results, utilizing ChatGPT under the hood.
The SDK automatically collects additional context about the layout of the keys on the page. This context allows the Tolgee Translator to provide you with better results, using large language models under the hood.

### What data are collected and when?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Number of machine translations that you can use is limited by credits which are
## Supported Machine Translation Providers
Currently, we support the following machine translation providers:

- Tolgee AI translation with context based on ChatGPT translation
- Tolgee AI translation with context (powered by LLMs — see [AI Translator](/platform/translation_process/ai_translator))
- Google Translate integration
- Amazon Translate (AWS)
- DeepL integration
Expand Down
8 changes: 6 additions & 2 deletions platform/translation_process/ai_translator.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
id: ai_translator
title: AI Translator
description: AI Translator is based on ChatGPT and can translate with included Tolgee Context, key description, project description, language notes and results from TM.
description: Tolgee AI Translator is powered by large language models and can translate with included Tolgee Context, key description, project description, language notes and results from TM.
image: /img/og-images/machine-translation.png
---

import { ScreenshotWrapper } from '../shared/_ScreenshotWrapper';

AI Translator is based on ChatGPT and can translate with included screenshots, [Tolgee Context](/js-sdk#automatic-context-collection),
Tolgee AI Translator is powered by large language models (LLMs) and can translate with included screenshots, [Tolgee Context](/js-sdk#automatic-context-collection),
key description, project description, language notes and results from the translation memory.

On Tolgee Cloud, the AI Translator natively uses Anthropic Claude and OpenAI (ChatGPT) models. You can also configure your own
[LLM providers](/platform/projects_and_organizations/llm-providers) — both on Tolgee Cloud (per organization) and when self-hosting — including OpenAI,
Azure OpenAI, Anthropic Claude, Google AI (Gemini), or any OpenAI-compatible API such as LM Studio.

## AI Translator with context

:::info
Expand Down
Loading