Talk Analytics API, REST: Assistants.ListModels
Written by
Updated at September 26, 2025
Rpc for listing available assistant models
HTTP request
POST https://rest-api.speechsense.yandexcloud.net/speechsense/v1/assistants/listModels
Response
HTTP Code: 200 - OK
{
"models": [
{
"id": "string",
"name": "string",
"description": "string"
}
]
}
|
Field |
Description |
|
models[] |
Model
|
Field |
Description |
|
id |
string Model id |
|
name |
string Model name |
|
description |
string Model description |