Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex SpeechSense
  • Getting started
    • API authentication
      • Overview
        • Overview
        • List
        • ListModels
  • Audit Trails events
  • Access management
  • Pricing policy
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Response
  • Model
  1. API reference
  2. REST
  3. Assistants
  4. ListModels

Talk Analytics API, REST: Assistants.ListModels

Written by
Yandex Cloud
Updated at September 26, 2025
  • HTTP request
  • Response
  • Model

Rpc for listing available assistant models

HTTP requestHTTP request

POST https://rest-api.speechsense.yandexcloud.net/speechsense/v1/assistants/listModels

ResponseResponse

HTTP Code: 200 - OK

{
  "models": [
    {
      "id": "string",
      "name": "string",
      "description": "string"
    }
  ]
}

Field

Description

models[]

Model

ModelModel

Field

Description

id

string

Model id

name

string

Model name

description

string

Model description

Was the article helpful?

Previous
List
Next
Overview
© 2025 Direct Cursus Technology L.L.C.