For the complete documentation index, see llms.txt. This page is also available as Markdown.

Languages

LNG001: Get Languages

get
Responses
200

OK

application/json
languagesobjectOptional

Represents language pairs as an object where the language code serves as the key, and the corresponding human-readable language is the associated value.

Example: {"en-us":"English (US)","en-gb":"English (GB)"}
defaultstringOptional

Represents the language set as the default.

Example: en-us
get/i1/languages/

Last updated

Was this helpful?