YandexGPT
Generate and process text using YandexGPT — Yandex's large language model
ya
YandexGPT is a large language model developed by Yandex, designed for a wide range of natural language processing tasks including text generation, summarization, classification, and question answering. It is optimized for the Russian language and available through Yandex Cloud infrastructure.
With the YandexGPT integration in AACFlow, you can:
- Generate text: Create coherent, context-aware text responses for chatbots, content, and automation
- Summarize content: Condense long articles, documents, or conversations into concise summaries
- Classify text: Categorize user input, documents, or messages by topic, sentiment, or intent
- Answer questions: Build knowledge-base Q&A systems with retrieval-augmented capabilities
- Translate text: Leverage multilingual capabilities for cross-language communication
- Process structured data: Extract entities, generate structured outputs, and parse documents
This integration brings YandexGPT's Russian-optimized NLP capabilities into your AACFlow automation workflows.
Usage Instructions
Integrate YandexGPT into the workflow. Can generate text, summarize, classify, and answer questions. Requires Yandex Cloud API key and folder ID.
Tools
yandexgpt_complete
Generate text completion using YandexGPT
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
modelUri | string | Yes | YandexGPT model URI |
messages | array | Yes | Array of message objects (role + text) |
temperature | number | No | Generation temperature (0-1) |
maxTokens | number | No | Maximum tokens to generate |
apiKey | string | Yes | Yandex Cloud API key |
folderId | string | Yes | Yandex Cloud folder ID |
Output
| Parameter | Type | Description |
|---|---|---|
result | object | Generated completion object |
alternatives | array | Alternative completions |
yandexgpt_embed
Generate text embeddings
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Text to embed |
modelUri | string | Yes | Embedding model URI |
apiKey | string | Yes | Yandex Cloud API key |
folderId | string | Yes | Yandex Cloud folder ID |
Output
| Parameter | Type | Description |
|---|---|---|
embedding | array | Vector embedding array |
dimension | number | Embedding dimension |

