cl
Cloud.ru (formerly SberCloud) is a Russian enterprise cloud platform providing AI infrastructure and model inference services. It supports a range of large language models including Qwen, LLaMA, and other models hosted on Russian infrastructure.
With the Cloud.ru integration in AACFlow, you can:
- Run AI Inference: Send prompts to LLM models hosted on Cloud.ru and receive AI-generated responses
This integration enables AI-powered automation using Russian cloud infrastructure, making it ideal for organizations with data residency requirements.
Usage Instructions
Integrate Cloud.ru into the workflow to run AI model inference. Requires a Cloud.ru API bearer token from your Cloud.ru account. Refer to the Cloud.ru documentation for available model names.
Tools
cloudru_inference
Run inference on an AI model
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
bearerToken | string | Yes | Cloud.ru API bearer token |
model | string | Yes | AI model name (e.g., qwen2.5-72b) |
prompt | string | Yes | Prompt text |
maxTokens | number | No | Maximum tokens in the response |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | API success status |
result | string | AI model response |
error | string | Error message if any |
Links
- Official API: https://cloud.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/cloudru.ts

