Lists the available models.
Try it now
Test
RAM authorization
Request syntax
GET /api/v1/instances/{instanceId}/listModelCatalog HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
No |
The ID of the instance. |
hgprecn-cn-i7m2ucpyu005 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| maxResults |
integer |
No |
The number of entries per page. Default: 20. Maximum: 100. |
50 |
| nextToken |
string |
No |
Pagination token from a previous response. Use this to retrieve the next page. |
uat-assembly-cut-3d-bbig |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| requestId |
string |
The request ID. |
819A7F0F-2951-540F-BD94-6A41ECF0281F |
| nextToken |
string |
Pagination token for the next page. Not returned when all results are retrieved. |
None |
| maxResults |
integer |
The number of entries on the current page. |
50 |
| modelList |
array<object> |
The available models. |
|
|
object |
|||
| modelType |
string |
The model type. |
qwen3.5-plus |
| taskType |
string |
The model task type. |
chat/completions |
| provider |
string |
The model provider. For example, |
bailian |
| defaultParams |
string |
The default parameters for the model. |
{"timeout": 600, "max_retries": 10, "max_retry_delay": 8, "initial_retry_delay": 0.5} |
| paramsExample |
string |
Example parameters. |
{ "extra_body": { "translation_options": { "source_lang": "en", "domains": "The sentence is from Alibaba Cloud IT domain. ", "terms": [ { "source": "instance", "target": "instance" }, { "source": "cluster", "target": "cluster" } ], "tm_list": [ { "source": "You can view the kernel version information of the cluster in the following ways:", "target": "Vous pouvez consulter les informations de version du noyau du cluster comme suit :" } ] } } } |
| extra |
string |
Additional parameters. |
{\"deepThink\":false,\"onlineSearch\":true} |
| serviceDeployRegion |
string |
The service 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\": \"en\",\n \"domains\": \"The sentence is from Alibaba Cloud IT domain. \", \n \"terms\": [\n {\n \"source\": \"instance\",\n \"target\": \"instance\"\n },\n {\n \"source\": \"cluster\",\n \"target\": \"cluster\"\n }\n ],\n \"tm_list\": [\n {\n \"source\": \"You can view the kernel version information of the cluster in the following ways:\",\n \"target\": \"Vous pouvez consulter les informations de version du noyau du cluster comme suit :\"\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.