REST: List models
Статья создана
Обновлена 24 декабря 2025 г.
Lists the currently available models, and provides basic information about each one such as the owner and availability.
HTTP request
GET https://ai.api.cloud.yandex.net/v1/models
Response
HTTP Code: 200
OK
Response schema: application/json
{
"object": "string",
"data": [
{
"id": "string",
"created": "integer",
"object": "string",
"owned_by": "string"
}
]
}
|
Field |
Description |
|
object |
enum Required field.
|
|
data[] |
unknown Required field. Describes an Yandex Cloud AI Studio model offering that can be used with the API. |