Skip to content

Commit 9c282c2

Browse files
Lucas MathisJanEbbing
authored andcommitted
Move beta languauges into main languauge list
1 parent f48637c commit 9c282c2

8 files changed

Lines changed: 186 additions & 120 deletions

File tree

api-reference/document.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ These examples are for demonstration purposes only. In production code, the auth
163163
Note: Not all combinations of input file and translation file extensions are permitted. See <a href="/api-reference/document#document-format-conversions">Document format conversions</a> for the permitted combinations.
164164
</ParamField>
165165
<ParamField body="enable_beta_languages" type="boolean">
166-
Enables 81 additional beta languages. See the <a href="/docs/getting-started/supported-languages#beta-languages">full list</a>.
167-
168-
<p><strong>Note:</strong> Set to <code>true</code> (or <code>1</code> in url-encoded requests) to enable beta languages. Any request with the <code>enable_beta_languages</code> parameter enabled will use <code>quality_optimized</code> models. Requests combining <code>enable_beta_languages: true</code> and <code>model_type: latency_optimized</code> will be rejected. Beta languages do not support formality or glossaries.</p>
166+
No languages are currently in beta. This parameter has no effect on translations but is maintained for backward compatibility.
169167
</ParamField>
170168

171169
### Step 2: check the document status and wait for translation to complete

api-reference/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ paths:
450450
$ref: '#/components/schemas/OutlineDetectionOption'
451451
enable_beta_languages:
452452
description: |-
453-
Enables 81 additional beta languages. See the [full list](/docs/getting-started/supported-languages#beta-languages). **Note:** Any request with the `enable_beta_languages` parameter enabled will use `quality_optimized` models. Requests combining `enable_beta_languages: true` and `model_type: latency_optimized` will be rejected. Beta languages do not support formality or glossaries.
453+
No languages are currently in beta. This parameter is maintained for backward compatibility and has no effect.
454454
type: boolean
455455
default: false
456456
non_splitting_tags:
@@ -515,7 +515,7 @@ paths:
515515
$ref: '#/components/schemas/OutlineDetectionOptionStr'
516516
enable_beta_languages:
517517
description: |-
518-
Enables 81 additional beta languages. See the [full list](/docs/getting-started/supported-languages#beta-languages). **Note:** Any request with the `enable_beta_languages` parameter enabled will use `quality_optimized` models. Requests combining `enable_beta_languages: true` and `model_type: latency_optimized` will be rejected. Beta languages do not support formality or glossaries.
518+
No languages are currently in Beta. This parameter is maintained for backward compatibility and has no effect. Previously enabled 81 languages that are now part of the standard language list. See the [full list](/docs/getting-started/supported-languages).
519519
type: boolean
520520
default: false
521521
non_splitting_tags:
@@ -662,7 +662,7 @@ paths:
662662
$ref: '#/components/schemas/GlossaryId'
663663
enable_beta_languages:
664664
description: |-
665-
Enables 81 additional beta languages. See the [full list](/docs/getting-started/supported-languages#beta-languages). **Note:** Any request with the `enable_beta_languages` parameter enabled will use `quality_optimized` models. Requests combining `enable_beta_languages: true` and `model_type: latency_optimized` will be rejected. Beta languages do not support formality or glossaries.
665+
No languages are currently in Beta. This parameter is maintained for backward compatibility and has no effect. Previously enabled 81 languages that are now part of the standard language list. See the [full list](/docs/getting-started/supported-languages).
666666
type: boolean
667667
default: false
668668
responses:

api-reference/translate.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ Note that we do not include examples for our client libraries in every single se
184184
The language into which the text should be translated. You can find supported target languages <a href="/docs/getting-started/supported-languages#translation-target-languages">here</a>.
185185
</ParamField>
186186
<ParamField body="enable_beta_languages" type="boolean">
187-
Enables 81 additional beta languages. See the <a href="/docs/getting-started/supported-languages#beta-languages">full list</a>.
188-
189-
<p><strong>Note:</strong> Set to <code>true</code> (or <code>1</code> in url-encoded requests) to enable beta languages. Any request with the <code>enable_beta_languages</code> parameter enabled will use <code>quality_optimized</code> models. Requests combining <code>enable_beta_languages: true</code> and <code>model_type: latency_optimized</code> will be rejected. Beta languages do not support formality or glossaries.</p>
187+
No languages are currently in beta. This parameter is maintained for backward compatibility and has no effect.
190188
</ParamField>
191189
<ParamField body="context" type="string">
192190
The <code>context</code> parameter makes it possible to include additional context that can influence a translation but is not translated itself. This additional context can potentially improve translation quality when translating short, low-context source texts such as product names on an e-commerce website, article headlines on a news website, or UI elements.

docs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
"docs/learning-how-tos/examples-and-guides/placeholder-tags",
6969
"docs/learning-how-tos/examples-and-guides/first-things-to-try-with-the-deepl-api",
7070
"docs/learning-how-tos/examples-and-guides/glossaries-in-the-real-world",
71-
"docs/learning-how-tos/examples-and-guides/deepl-mcp-server-how-to-build-and-use-translation-in-llm-applications",
72-
"docs/learning-how-tos/examples-and-guides/enable-beta-languages"
71+
"docs/learning-how-tos/examples-and-guides/deepl-mcp-server-how-to-build-and-use-translation-in-llm-applications"
7372
]
7473
}
7574
]

0 commit comments

Comments
 (0)