# Translation Services

VNTranslator supports various machine translation (MT) and AI/LLM services.

<figure><img src="/files/2T7z21nwcZCuJYsXLGJ1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** Some translation services are only available in the **Pro version**.
{% endhint %}

## Online Translation Services

### Free Online Services

<table><thead><tr><th width="285.20001220703125">Translation Service</th><th>Notes</th></tr></thead><tbody><tr><td>Google Lite</td><td>Mobile version of Google Translate</td></tr><tr><td>Google Web</td><td>Full-site</td></tr><tr><td>Google Web G2</td><td>Alternative / New Method</td></tr><tr><td>DeepL Web</td><td>Full-site (may not work well)</td></tr><tr><td>DeepL Web G2</td><td>Alternative / New Method</td></tr><tr><td>Bing </td><td>-</td></tr><tr><td>Papago </td><td>-</td></tr><tr><td>Baidu</td><td>-</td></tr><tr><td>Yandex</td><td>-</td></tr><tr><td><del>IBM Watson</del> </td><td>-</td></tr><tr><td>ModernMT</td><td>-</td></tr><tr><td>Reverso</td><td>-</td></tr><tr><td>ChatGPT Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">ChatGPT</a></td></tr><tr><td>Gemini Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">Gemini</a></td></tr><tr><td>Claude Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">Claude</a></td></tr><tr><td>Mistral Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">Mistral</a></td></tr><tr><td>DeepSeek Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">DeepSeek</a></td></tr><tr><td>Grok Web</td><td>Web-based access to <a href="/pages/q3F3xrWhZ70ERkZtWBUd">Grok</a></td></tr></tbody></table>

### API-Based Services (Requires API Key)

<table><thead><tr><th width="285.20001220703125">Translation Service</th><th>Link</th></tr></thead><tbody><tr><td>DeepL API Free</td><td><a href="https://www.deepl.com/en/products/api">https://www.deepl.com/en/products/api</a></td></tr><tr><td>DeepL API Pro</td><td><a href="https://www.deepl.com/en/products/api">https://www.deepl.com/en/products/api</a></td></tr><tr><td>OpenAI API</td><td><a href="https://platform.openai.com/api-keys">https://platform.openai.com/api-keys</a></td></tr><tr><td>OpenAI Translate (legacy)</td><td><a href="https://platform.openai.com/api-keys">https://platform.openai.com/api-keys</a></td></tr><tr><td>OpenAI Conversation (legacy)</td><td><a href="https://platform.openai.com/api-keys">https://platform.openai.com/api-keys</a></td></tr><tr><td>Gemini API</td><td><a href="https://aistudio.google.com/apikey">https://aistudio.google.com/apikey</a></td></tr><tr><td>GeminiAI (legacy)</td><td><a href="https://aistudio.google.com/apikey">https://aistudio.google.com/apikey</a></td></tr><tr><td>Claude API</td><td><a href="https://console.anthropic.com/settings/keys">https://console.anthropic.com/settings/keys</a></td></tr><tr><td>Mistral API</td><td><a href="https://admin.mistral.ai/organization/api-keys">https://admin.mistral.ai/organization/api-keys</a></td></tr><tr><td>DeepSeek API</td><td><a href="https://platform.deepseek.com/api_keys">https://platform.deepseek.com/api_keys</a></td></tr><tr><td>OpenRouter API</td><td><a href="https://openrouter.ai/settings/keys">https://openrouter.ai/settings/keys</a></td></tr></tbody></table>

***

## Offline Translation Services

Translation services that work without an internet connection. Local installation required.

<table><thead><tr><th width="285.2000732421875">Translation Service</th><th>Requirements</th></tr></thead><tbody><tr><td>LM Studio</td><td>Install <a href="/pages/GIJCtNboCaKxWCfJh2JT">LM Studio</a> locally before use</td></tr><tr><td>Google Gemma 3 [LM Studio]</td><td>Install <a href="/pages/GIJCtNboCaKxWCfJh2JT">LM Studio</a> locally before use</td></tr><tr><td>TranslateGemma [LM Studio]</td><td>Install <a href="/pages/GIJCtNboCaKxWCfJh2JT">LM Studio</a> locally before use</td></tr><tr><td>GPT4All</td><td>Install GPT4All locally before use</td></tr><tr><td>LibreTranslate</td><td>Install LibreTranslate locally before use</td></tr></tbody></table>

***

## **Custom** MT

This feature allows customization and integration with third-party machine translation services. Supports advanced methods including web scraping, HTTP GET, and HTTP POST requests.

{% content-ref url="/pages/fL9kcNzjbByGeixa7s5v" %}
[Custom MT](/advanced/custom-mt.md)
{% endcontent-ref %}

## Troubleshooting

{% content-ref url="/pages/8Nwlooi0sEwXPnZ770Qo" %}
[Machine Translation (MT)](/help/troubleshooting/machine-translation-mt.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vntranslator.com/features/translation-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
