---
title: "YandexGPT (language model) (CS)"
source: "https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)"
wiki: "systems-analysis.info/int"
article: "YandexGPT_(language_model)_(CS)"
language: "cs"
categories:
  - "Category:Czech"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
revision_id: 8513
wiki_created_at: 2026-09-07T01:18:29Z
wiki_modified_at: 2026-09-07T01:18:29Z
downloaded_at: 2026-09-07T23:25:47Z
---

# YandexGPT (language model) (CS)

**YandexGPT (Yet another GPT)** — rodina velkých jazykových modelů vyvinutých společností Yandex, poprvé představená v květnu 2023.<sup>[\[1\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-rbc-may17-1)</sup> Sítě YandexGPT jsou využívány ve vestavěném asistentovi Alice, ve Vyhledávání a dalších službách, a jsou také dostupné prostřednictvím veřejného API platformy Yandex Cloud.<sup>[\[2\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-cloud-api-2)</sup>

**YaLM‑100B** (2022) — předchozí výzkumný model se 100 miliardami parametrů a otevřeným kódem; sloužil jako „důkaz konceptu", avšak YandexGPT byl vyvíjen samostatně pro komerční využití.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-github-yalm-3)</sup>

## Historie vydání

| Datum         | Vydání                    | Klíčové vlastnosti                                                                                                                                                         |
|---------------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Čvn 2022      | YaLM‑100B                 | 100 B parametrů, 1,7 TB dat; Apache 2.0.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-github-yalm-3)</sup>                      |
| 17\. kvě 2023 | YandexGPT 1.0             | Integrace do aplikace Alice.<sup>[\[1\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-rbc-may17-1)</sup>                                    |
| 7\. zář 2023  | YandexGPT 2               | +67 % kvality dle interních testů.<sup>[\[4\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-rbc-sep8-4)</sup>                               |
| 28\. bře 2024 | YandexGPT 3 Pro / Lite    | Nová podniková linie API.<sup>[\[5\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-rbc-mar28-5)</sup>                                       |
| 24\. říj 2024 | YandexGPT 4 Pro / Lite    | Kontext 32 000 tokenů; skryté uvažování (chain‑of‑thought).<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-habr-gpt4-6)</sup>     |
| 25\. úno 2025 | YandexGPT 5 Pro           | Parita s GPT‑4o v 64 % úloh.<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-adindex-5pro-7)</sup>                                 |
| 31\. bře 2025 | YandexGPT 5 Lite Instruct | Model s 8 miliardami parametrů ve volném přístupu; formát Llama.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-hf-5lite-8)</sup> |

Hlavní verze

## Architektura a trénování

- Základní architektura: transformer optimalizovaný pro ruský jazyk.
- YandexGPT 5 Lite: kompatibilní s Llama; pre‑training ≈ 15 bilionů tokenů, následný fine‑tuning ≈ 320 miliard.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-hf-5lite-8)</sup>

### Kontext a limity

- Architektonický limit kontextu — 32 000 tokenů (verze 4/5).<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-habr-gpt4-6)</sup>
- Veřejné API omezuje jeden požadavek (prompt + completion) na 7 400 tokenů.<sup>[\[9\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-langchain-7400-9)</sup>
- Maximální velikost \*\*odpovědi\*\* — 2 000 tokenů dle sekce „Quotas and limits".<sup>[\[10\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-cloud-limits-10)</sup>

## Aktuální modely (červen 2025)

| Model            | Parametry | Kontext | Licence                 | Poznámky                                                                                                                                    |
|------------------|-----------|---------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| YandexGPT 5 Pro  | neuvedeno | 32 000  | proprietární            | Přístup přes API a Alice Pro.<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-adindex-5pro-7)</sup> |
| YandexGPT 5 Lite | 8 mld     | 32 000  | Yandex GPT‑Lite License | Otevřený; kompatibilní s Llama.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-hf-5lite-8)</sup>   |
| YaLM‑100B        | 100 mld   | 2 048   | Apache 2.0              | Původní projekt.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-github-yalm-3)</sup>               |

## Benchmarky

- Interní testy: 5 Pro dosáhl parity s GPT‑4o v 64 % úloh; převaha nad 4 Pro — 67 %.<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-adindex-5pro-7)</sup>
- ru‑LLM Arena: YandexGPT si udržuje vedení podle ELO ratingu mezi ruskojazyčnými modely.<sup>[\[11\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-llmarena-11)</sup>

## Fine‑tuning

Pro 5 Lite je oficiálně podporována metoda LoRA; příklad spuštění je zveřejněn v model card.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-hf-5lite-8)</sup>

## Režimy API

- Synchronní — rychlé odpovědi (Lite).
- Asynchronní — výpočetně náročné úlohy (Pro).<sup>[\[2\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-cloud-api-2)</sup>

## Multimodalita

Rodina YandexGPT zůstává textová; multimodální služby („Neuro", „YandexArt", „Yandex Vision") se vyvíjejí samostatně.<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_note-habr-gpt4-6)</sup>

## Odkazy

- YandexGPT v Yandex Cloud — stránka služby
- Váhy YandexGPT‑5 Lite na Hugging Face
- Repozitář YaLM‑100B na GitHubu

## Literatura

- Matkin, N. et al. (2024). *Comparative Analysis of Encoder-Based NER and Large Language Models for Skill Extraction from Russian Job Vacancies*. arXiv:2407.19816.
- Tsanda, A.; Bruches, E. (2024). *Russian-Language Multimodal Dataset for Automatic Summarization of Scientific Papers*. arXiv:2405.07886.
- Goloburda, M. et al. (2025). *Qorǵau: Evaluating LLM Safety in Kazakh-Russian Bilingual Contexts*. arXiv:2502.13640.
- Togmanov, M. et al. (2025). *KazMMLU: Evaluating Language Models on Kazakh, Russian, and Regional Knowledge of Kazakhstan*. arXiv:2502.12829.
- Noels, S. et al. (2025). *What Large Language Models Do Not Talk About: An Empirical Study of Moderation and Censorship Practices*. arXiv:2504.03803.

## Poznámky

1.  <span id="cite_note-rbc-may17-1">↑ <sup>[1.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-rbc-may17_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-rbc-may17_1-1)</sup> «“Яндекс” добавил в “Алису” аналог ChatGPT». *РБК*. <a href="https://www.rbc.ru/technology_and_media/17/05/2023/6464aa4e9a79473a1f0464c1" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-cloud-api-2">↑ <sup>[2.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-cloud-api_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-cloud-api_2-1)</sup> «Getting started with YandexGPT (Quickstart)». *Yandex Cloud Docs*. <a href="https://cloud.yandex.com/en/docs/yandexgpt/quickstart" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-github-yalm-3">↑ <sup>[3.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-github-yalm_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-github-yalm_3-1)</sup> <sup>[3.2](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-github-yalm_3-2)</sup> «yandex/YaLM‑100B: Pretrained language model with 100B». *GitHub*. <a href="https://github.com/yandex/YaLM-100B" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-rbc-sep8-4">[↑](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-rbc-sep8_4-0) «Как “Яндекс” решил зарабатывать на своём аналоге ChatGPT». *РБК*. <a href="https://www.rbc.ru/technology_and_media/08/09/2023/64f9ff099a79472ad0e24715" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-rbc-mar28-5">[↑](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-rbc-mar28_5-0) «“Яндекс” представил третье поколение нейросетей YandexGPT». *РБК*. <a href="https://www.rbc.ru/rbcfreenews/660563e29a794766b508c1f9" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-habr-gpt4-6">↑ <sup>[6.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-habr-gpt4_6-0)</sup> <sup>[6.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-habr-gpt4_6-1)</sup> <sup>[6.2](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-habr-gpt4_6-2)</sup> «Более мощное семейство моделей YandexGPT 4». *Habr*. <a href="https://habr.com/ru/companies/yandex/articles/852968/" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-adindex-5pro-7">↑ <sup>[7.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-adindex-5pro_7-0)</sup> <sup>[7.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-adindex-5pro_7-1)</sup> <sup>[7.2](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-adindex-5pro_7-2)</sup> «“Яндекс” внедрил YandexGPT 5 Pro в чат с “Алисой Про”». *AdIndex*. <a href="https://adindex.ru/news/digital/2025/02/25/331154.phtml" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-hf-5lite-8">↑ <sup>[8.0](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-hf-5lite_8-0)</sup> <sup>[8.1](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-hf-5lite_8-1)</sup> <sup>[8.2](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-hf-5lite_8-2)</sup> <sup>[8.3](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-hf-5lite_8-3)</sup> «yandex/YandexGPT‑5‑Lite‑8B‑pretrain». *Hugging Face*. <a href="https://huggingface.co/yandex/YandexGPT-5-Lite-8B-pretrain" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-langchain-7400-9">[↑](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-langchain-7400_9-0) «ChatYandexGPT API Reference (max_tokens = 7400)». *LangChain Docs*. <a href="https://python.langchain.com/api_reference/community/chat_models/langchain_community.chat_models.yandex.ChatYandexGPT.html" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-cloud-limits-10">[↑](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-cloud-limits_10-0) «Yandex Cloud service quotas and limits → Foundation Models». *Yandex Cloud Docs*. <a href="https://cloud.yandex.com/en/docs/overview/concepts/quotas-limits" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-llmarena-11">[↑](https://systems-analysis.info/int/YandexGPT_(language_model)_(CS)#cite_ref-llmarena_11-0) «llmarena/llmarena — российская краудсорсинговая платформа оценки LLM». *GitHub*. <a href="https://github.com/llmarena/llmarena" class="external autonumber" rel="nofollow">[11]</a></span>
