Skip to content

Languages and Models

NtGitG edited this page Jun 12, 2026 · 1 revision

Languages & Models

Quick reference for what you can pick in the GUI.

Translation languages

These are the languages you can set as default (what you read) or target (what you write).

Code Language
auto Auto-detect (source only)
en English
fr French
de German
nl Dutch
cs Czech
es Spanish
it Italian
pt Portuguese
ru Russian
pl Polish
tr Turkish
ar Arabic
he Hebrew
zh Chinese
ja Japanese
ko Korean
hi Hindi
bn Bengali
ur Urdu
vi Vietnamese
id Indonesian

Note — Auto language detection (Lingua) recognizes a wide range of languages for incoming chat. The list above is what MineGlot can translate to/from in the GUI.

Source of truth: core/model/SupportedLanguage.java.

AI models

Pick a provider, then a model, in the GUI.

OpenAI

Model ID Display
gpt-4o GPT-4o
gpt-4o-mini GPT-4o-mini
gpt-4-turbo GPT-4-Turbo
gpt-4 GPT-4
gpt-3.5-turbo GPT-3.5t

Anthropic Claude

Model ID Display
claude-3-opus-20240229 Claude-Opus
claude-3-sonnet-20240229 Claude-Sonnet

Tipgpt-4o-mini and claude-3-sonnet are good cost/speed picks for chat. Larger models (gpt-4o, claude-3-opus) can be more accurate on tricky sentences.

Providers change model availability over time. If a model stops working, pick another in the GUI.

Source of truth: core/model/AIModel.java.

Clone this wiki locally