> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/russian/pre-basic/providers/a-li-yun-bai-lian.md).

# Alibaba Cloud Bailian

1. Войти [Alibaba Cloud Bailian](https://bailian.console.aliyun.com/?tab=model#/api-key)Если у вас нет аккаунта Alibaba Cloud, нужно зарегистрироваться.
2. Нажмите в правом верхнем углу `Создать мой API-ключ` кнопку.

<figure><img src="/files/26910d4eddfb527ffdb0acc18e02a5e6af0207db" alt=""><figcaption><p>Создание API-ключа в Alibaba Cloud Bailian</p></figcaption></figure>

3. Во всплывающем окне выберите пространство по умолчанию (или можете задать своё); при желании можно добавить описание.

<figure><img src="/files/076e2985633f850ca5755fe9817ca22a49a8d2bf" alt=""><figcaption><p>Всплывающее окно создания API-ключа в Alibaba Cloud Bailian</p></figcaption></figure>

4. Нажмите в правом нижнем углу `ОК` кнопку.
5. Затем вы должны увидеть, что в списке добавилась новая строка; нажмите справа на `Просмотреть` кнопку.

   <figure><img src="/files/e8e820e69ba3c5b47ab3598f65e3f7df3a3550af" alt=""><figcaption><p>Просмотр API-ключа в Alibaba Cloud Bailian</p></figcaption></figure>
6. Нажмите `Скопировать` кнопку.

   <figure><img src="/files/63fb298e3d46b6329263c7520ad0ea74604f3692" alt=""><figcaption><p>Копирование API-ключа в Alibaba Cloud Bailian</p></figcaption></figure>
7. Перейдите в Cherry Studio, в `Настройки` → `Сервисы моделей` → `Alibaba Cloud Bailian` найдите `Ключ API` , вставьте сюда скопированный API-ключ.

   <figure><img src="/files/6b8c51962439389f48656507dc66b7a2e9e1d7b2" alt=""><figcaption><p>Ввод API-ключа в Alibaba Cloud Bailian</p></figcaption></figure>
8. Можно по [Сервисы моделей](/docs/russian/pre-basic/settings/providers.md) описанию в нём настроить соответствующие параметры, и затем можно будет пользоваться.

{% hint style="info" %}
Если вы обнаружили, что в списке моделей нет моделей Alibaba Cloud Bailian, проверьте, что уже согласно [Сервисы моделей](/docs/russian/pre-basic/settings/providers.md) описанию в нём добавили модели и включили этого провайдера.
{% endhint %}

***

### 💡 Получить помощь и отправить отзыв

Если вы в процессе настройки или использования столкнётесь с любыми вопросами, багами или предложениями по улучшению функций, пожалуйста, обратитесь к [Обратная связь и предложения](/docs/russian/question-contact/suggestions.md) официальным каналам, указанным там.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/russian/pre-basic/providers/a-li-yun-bai-lian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
