Lists models.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hologram:ListModelCatalog |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/instances/{instanceId}/listModelCatalog HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
No |
The instance ID. |
hgprecn-cn-i7m2ucpyu005 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| maxResults |
integer |
No |
The number of entries per page. Default value: 20 Maximum value: 100 |
50 |
| nextToken |
string |
No |
The pagination token. Set this parameter to the value of NextToken that is returned from the previous API call. |
uat-assembly-cut-3d-bbig |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
819A7F0F-2951-540F-BD94-6A41ECF0281F |
| nextToken |
string |
The pagination token. Set this parameter to the value of NextToken that is returned from the previous API call. |
None |
| maxResults |
integer |
maxResults |
50 |
| modelList |
array<object> |
The list of models. |
|
|
object |
|||
| modelType |
string |
The model name. |
qwen3.5-plus |
| taskType |
string |
The model purpose. |
chat/completions |
| provider |
string |
The underlying model provider. |
bailian |
| defaultParams |
string |
The default parameters. |
{"timeout": 600, "max_retries": 10, "max_retry_delay": 8, "initial_retry_delay": 0.5} |
| paramsExample |
string |
The parameter examples. |
{ "extra_body": { "translation_options": { "source_lang": "zh", "domains": "The sentence is from Ali Cloud IT domain. ", "terms": [ { "source": "生物传感器", "target": "biological sensor" }, { "source": "身体健康状况", "target": "health status of the body" } ], "tm_list": [ { "source": "您可以通过如下方式查看集群的内核版本信息:", "target": "You can use one of the following methods to query the engine version of a cluster:" } ] } } } |
| extra |
string |
The additional parameters. |
{\"deepThink\":false,\"onlineSearch\":true} |
| serviceDeployRegion |
string |
The deployment region. |
cn-beijing |
Examples
Success response
JSON format
{
"requestId": "819A7F0F-2951-540F-BD94-6A41ECF0281F",
"nextToken": "None",
"maxResults": 50,
"modelList": [
{
"modelType": "qwen3.5-plus\n",
"taskType": "chat/completions",
"provider": "bailian",
"defaultParams": "{\"timeout\": 600, \"max_retries\": 10, \"max_retry_delay\": 8, \"initial_retry_delay\": 0.5}",
"paramsExample": "{\n \"extra_body\": {\n \"translation_options\": {\n \"source_lang\": \"zh\",\n \"domains\": \"The sentence is from Ali Cloud IT domain. \", \n \"terms\": [\n {\n \"source\": \"生物传感器\",\n \"target\": \"biological sensor\"\n },\n {\n \"source\": \"身体健康状况\",\n \"target\": \"health status of the body\"\n }\n ],\n \"tm_list\": [\n {\n \"source\": \"您可以通过如下方式查看集群的内核版本信息:\",\n \"target\": \"You can use one of the following methods to query the engine version of a cluster:\"\n }\n ]\n }\n }\n}",
"extra": "{\\\"deepThink\\\":false,\\\"onlineSearch\\\":true}",
"serviceDeployRegion": "cn-beijing"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.