-
Notifications
You must be signed in to change notification settings - Fork 0
Languages and Models
NtGitG edited this page Jun 12, 2026
·
1 revision
Quick reference for what you can pick in the GUI.
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.
Pick a provider, then a model, in the GUI.
| 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 |
| Model ID | Display |
|---|---|
claude-3-opus-20240229 |
Claude-Opus |
claude-3-sonnet-20240229 |
Claude-Sonnet |
Tip —
gpt-4o-miniandclaude-3-sonnetare 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.