---
title: "Get AI Parameters"
method: GET
path: "/streaming/ai/info"
tags: ["AI"]
---

# Get AI Parameters

`GET /streaming/ai/info`

The method for revealing basic information and advanced underlying settings that are used when performing AI-tasks.

  


Parameter sections:
- "language_support" – AI Translation: check if a language pair is supported or not for AI translation.
- this list will expand as new AI methods are added.

  


**`language_support`**

There are many languages available for transcription. But not all languages can be automatically translated to and from with good quality. In order to determine the availability of translation from the audio language to the desired subtitle language, you can use this type of "language_support".

AI models are constantly improving, so this method can be used for dynamic determination. 

Example:

```
curl -L 'https://api.gcore.com/streaming/ai/info?type=language_support&audio_language=eng&subtitles_language=fre'

{ "supported": true }
```

Today we provide the following capabilities as below.

These are the 100 languages for which we support only transcription and translation to English.
The iso639-2b codes for these are: ```afr, sqi, amh, ara, hye, asm, aze, bak, eus, bel, ben, bos, bre, bul, mya, cat, zho, hrv, ces, dan, nld, eng, est, fao, fin, fra, glg, kat, deu, guj, hat, hau, haw, heb, hin, hun, isl, ind, ita, jpn, jav, kan, kaz, khm, kor, lao, lat, lav, lin, lit, ltz, mkd, mlg, msa, mal, mlt, mri, mar, ell, mon, nep, nor, nno, oci, pan, fas, pol, por, pus, ron, rus, san, srp, sna, snd, sin, slk, slv, som, spa, sun, swa, swe, tgl, tgk, tam, tat, tel, tha, bod, tur, tuk, ukr, urd, uzb, vie, cym, yid, yor```.


These are the 77 languages for which we support translation to other languages and translation to: ```afr, amh, ara, hye, asm, aze, eus, bel, ben, bos, bul, mya, cat, zho, hrv, ces, dan, nld, eng, est, fin, fra, glg, kat, deu, guj, heb, hin, hun, isl, ind, ita, jpn, jav, kan, kaz, khm, kor, lao, lav, lit, mkd, mal, mlt, mar, ell, mon, nep, nno, pan, fas, pol, por, pus, ron, rus, srp, sna, snd, slk, slv, som, spa, swa, swe, tgl, tgk, tam, tel, tha, tur, ukr, urd, vie, cym, yor```.

## Query parameters

- `type` 'language_support', required
- `audio_language` string
- `subtitles_language` string

## Response `200`

Result of AI task execution

- AiResponseInfoLanguage
  - `supported` boolean — Is the given language pair supported for transcription and translation?

## Other responses

- `400` — Bad Request. One or more parameters were specified incorrectly, check the request
- `422` — This is advanced functionality; to enable it, contact your manager or the Support Team.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
