---
title: "YandexGPT (modèle de langage)"
source: "https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)"
wiki: "systems-analysis.info/int"
article: "YandexGPT_(modèle_de_langage)"
language: "fr"
categories:
  - "Category:French"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
revision_id: 8536
wiki_created_at: 2026-09-07T01:18:48Z
wiki_modified_at: 2026-09-07T01:18:48Z
downloaded_at: 2026-09-07T23:25:56Z
---

# YandexGPT (modèle de langage)

**YandexGPT (Yet another GPT)** est une famille de [grands modèles de langage](https://systems-analysis.info/int/Grands_mod%C3%A8les_de_langage "Grands modèles de langage") (LLM) développée par Yandex et présentée pour la première fois en mai 2023.<sup>[\[1\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-rbc-may17-1)</sup> Les réseaux YandexGPT sont utilisés dans l'assistant intégré Alice, dans le moteur de recherche Yandex et d'autres services, et sont également accessibles via l'API publique de la plateforme Yandex Cloud.<sup>[\[2\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-cloud-api-2)</sup>

**YaLM-100B** (2022) est un modèle de recherche précédent de 100 milliards de paramètres et open source ; il a servi de « preuve de concept », mais YandexGPT a été créé séparément pour une application commerciale.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-github-yalm-3)</sup>

## Historique des versions

| Date          | Version                   | Caractéristiques clés                                                                                                                                                            |
|---------------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Juin 2022     | YaLM-100B                 | 100 milliards de paramètres, 1,7 To de données ; Apache 2.0.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-github-yalm-3)</sup>     |
| 17 mai 2023   | YandexGPT 1.0             | Intégration dans « Alice ».<sup>[\[1\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-rbc-may17-1)</sup>                                        |
| 7 sept. 2023  | YandexGPT 2               | +67 % de qualité selon les tests internes.<sup>[\[4\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-rbc-sep8-4)</sup>                          |
| 28 mars 2024  | YandexGPT 3 Pro / Lite    | Nouvelle gamme d'API pour les entreprises.<sup>[\[5\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-rbc-mar28-5)</sup>                         |
| 24 oct. 2024  | YandexGPT 4 Pro / Lite    | Contexte de 32 000 tokens ; raisonnement caché (chain-of-thought).<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-habr-gpt4-6)</sup> |
| 25 févr. 2025 | YandexGPT 5 Pro           | Parité avec GPT-4o dans 64 % des tâches.<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-adindex-5pro-7)</sup>                        |
| 31 mars 2025  | YandexGPT 5 Lite Instruct | Modèle de 8 milliards de paramètres en accès libre ; format Llama.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-hf-5lite-8)</sup>  |

Versions principales

## Architecture et entraînement

- Architecture de base : transformer, optimisée pour la langue russe.
- YandexGPT 5 Lite : compatible Llama ; pré-entraînement ≈ 15 billions de tokens, fine-tuning ultérieur ≈ 320 milliards.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-hf-5lite-8)</sup>

### Contexte et limites

- Limite architecturale du contexte — 32 000 tokens (versions 4/5).<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-habr-gpt4-6)</sup>
- L'API publique limite une seule requête (prompt + complétion) à 7 400 tokens.<sup>[\[9\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-langchain-7400-9)</sup>
- La taille maximale de la \*\*réponse\*\* est de 2 000 tokens, selon la section « Quotas and limits ».<sup>[\[10\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-cloud-limits-10)</sup>

## Modèles actuels (juin 2025)

| Modèle           | Paramètres    | Contexte | Licence                 | Remarques                                                                                                                                        |
|------------------|---------------|----------|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| YandexGPT 5 Pro  | n/d           | 32 000   | propriétaire            | Accès via API et « Alice Pro ».<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-adindex-5pro-7)</sup> |
| YandexGPT 5 Lite | 8 milliards   | 32 000   | Yandex GPT-Lite License | Open source ; compatible Llama.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-hf-5lite-8)</sup>     |
| YaLM-100B        | 100 milliards | 2 048    | Apache 2.0              | Projet initial.<sup>[\[3\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-github-yalm-3)</sup>                  |

## Benchmarks

- Tests internes : le 5 Pro a atteint la parité avec GPT-4o dans 64 % des tâches ; supériorité de 67 % par rapport au 4 Pro.<sup>[\[7\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-adindex-5pro-7)</sup>
- ru-LLM Arena : YandexGPT maintient la première place au classement ELO parmi les modèles russophones.<sup>[\[11\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-llmarena-11)</sup>

## Fine-tuning

Pour le 5 Lite, la méthode LoRA est officiellement prise en charge ; un exemple de mise en œuvre est publié dans la model card.<sup>[\[8\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-hf-5lite-8)</sup>

## Modes de l'API

- Synchrone — réponses rapides (Lite).
- Asynchrone — tâches gourmandes en ressources (Pro).<sup>[\[2\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-cloud-api-2)</sup>

## Multimodalité

La famille YandexGPT reste textuelle ; les services multimodaux (« Neuro », « YandexArt », « Yandex Vision ») sont développés séparément.<sup>[\[6\]](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_note-habr-gpt4-6)</sup>

## Publications

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

## Liens externes

- <a href="https://cloud.yandex.ru/services/yandexgpt" class="external text" rel="nofollow">YandexGPT sur Yandex Cloud</a> — page du service
- <a href="https://huggingface.co/yandex/YandexGPT-5-Lite-8B-pretrain" class="external text" rel="nofollow">Poids de YandexGPT-5 Lite sur Hugging Face</a>
- <a href="https://github.com/yandex/YaLM-100B" class="external text" rel="nofollow">Dépôt de YaLM-100B sur GitHub</a>

## Références

1.  <span id="cite_note-rbc-may17-1">↑ <sup>[1.0](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-rbc-may17_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-rbc-may17_1-1)</sup> « Yandex a ajouté un analogue de ChatGPT à Alice ». *RBC*. <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_(mod%C3%A8le_de_langage)#cite_ref-cloud-api_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#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_(mod%C3%A8le_de_langage)#cite_ref-github-yalm_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-github-yalm_3-1)</sup> <sup>[3.2](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#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_(mod%C3%A8le_de_langage)#cite_ref-rbc-sep8_4-0) « Comment Yandex a décidé de monétiser son analogue de ChatGPT ». *RBC*. <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_(mod%C3%A8le_de_langage)#cite_ref-rbc-mar28_5-0) « Yandex a présenté la troisième génération de réseaux neuronaux YandexGPT ». *RBC*. <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_(mod%C3%A8le_de_langage)#cite_ref-habr-gpt4_6-0)</sup> <sup>[6.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-habr-gpt4_6-1)</sup> <sup>[6.2](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-habr-gpt4_6-2)</sup> « Une famille de modèles YandexGPT 4 plus puissante ». *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_(mod%C3%A8le_de_langage)#cite_ref-adindex-5pro_7-0)</sup> <sup>[7.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-adindex-5pro_7-1)</sup> <sup>[7.2](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-adindex-5pro_7-2)</sup> « Yandex a intégré YandexGPT 5 Pro dans le chat avec “Alice 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_(mod%C3%A8le_de_langage)#cite_ref-hf-5lite_8-0)</sup> <sup>[8.1](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-hf-5lite_8-1)</sup> <sup>[8.2](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#cite_ref-hf-5lite_8-2)</sup> <sup>[8.3](https://systems-analysis.info/int/YandexGPT_(mod%C3%A8le_de_langage)#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_(mod%C3%A8le_de_langage)#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_(mod%C3%A8le_de_langage)#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_(mod%C3%A8le_de_langage)#cite_ref-llmarena_11-0) « llmarena/llmarena — plateforme russe de crowdsourcing pour l'évaluation des LLM ». *GitHub*. <a href="https://github.com/llmarena/llmarena" class="external autonumber" rel="nofollow">[11]</a></span>
