mt
MTS CoType is an enterprise AI platform from MTS (Russia's largest telecom operator) providing LLM-powered chat completions with OpenAI-compatible API. It offers access to various AI models on Russian cloud infrastructure.
With the MTS CoType integration in AACFlow, you can:
- Chat Completion: Send messages to AI models and receive generated responses
This integration is suitable for organizations requiring AI capabilities on Russian-hosted infrastructure with enterprise-grade support from MTS.
Usage Instructions
Integrate MTS CoType into the workflow for AI chat completions. Requires a MTS CoType bearer token from your account at cotype.mts.ru. Messages must be provided as a JSON array with role/content pairs.
Tools
mts_cotype_chat
Send messages to an AI model
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
bearerToken | string | Yes | MTS CoType bearer token |
model | string | Yes | AI model name (e.g., gpt-4o-mini) |
messages | string | Yes | Messages JSON array (e.g., [{"role":"user","content":"Hello"}]) |
temperature | number | No | Temperature (0–2, controls randomness) |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | API success status |
result | string | AI response text |
error | string | Error message if any |
Links
- Official API: https://cotype.mts.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/mts_cotype.ts

