cl
Cloud.ru (ранее SberCloud) это русский enterprise cloud platform providing AI infrastructure и model inference services. It supports a range of large language models including Qwen, LLaMA, и other models hosted on Russian infrastructure.
С помощью Cloud.ru интеграции в AACFlow можно:
- Run AI Inference: Отправить prompts to LLM models hosted on Cloud.ru и receive AI-generated responses
Эта интеграция позволяет AI-powered automation using Russian cloud infrastructure, making it ideal для organizations с data residency requirements.
Инструкции по использованию
Интегрируйте Cloud.ru в рабочий процесс для запуска вывода AI моделей. Требуется a Cloud.ru API bearer token from your Cloud.ru account. Refer to the Cloud.ru documentation для available model names.
Инструменты
cloudru_inference
Run inference on an AI model
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
bearerToken | string | Да | Cloud.ru API bearer token |
model | string | Да | AI model name (e.g., qwen2.5-72b) |
prompt | string | Да | Prompt text |
maxTokens | number | Нет | Maximum tokens in the response |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
success | boolean | API success status |
result | string | AI model response |
error | string | Error message if any |
Ссылки
- Official API: https://cloud.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/cloudru.ts

