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.
Nutzungsanleitung
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
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
bearerToken | string | Ja | MTS CoType bearer token |
model | string | Ja | AI model name (e.g., gpt-4o-mini) |
messages | string | Ja | Messages JSON array (e.g., [{"role":"user","content":"Hello"}]) |
temperature | number | Nein | Temperature (0–2, controls randomness) |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
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

