Queries the model configuration details of a cloud computer.
Operation description
You can query the model configuration details currently bound to a specified cloud computer in the Wuying Agent Management Center, including model groups, model provider lists, and associated model information. After you enable the risk information mode, you can also identify differences between the end user's actual configuration and the configuration delivered by the administrator.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:GetRuntimeModelConfig |
get |
*全部资源
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RuntimeType |
string |
Yes |
The Agent runtime type. Valid values:
|
CloudDesktop |
| RuntimeId |
string |
Yes |
The Agent runtime ID. The ID mappings are as follows: JVS Computer: JVS Computer ID, in the format of jvs-xxxx. OpenClaw: Cloud computer ID, in the format of ecd-xxxx. Hermes Agent: Hermes Agent ID, in the format of jvs-xxxx. |
ecd-xxxx |
| AgentPlatform |
string |
No |
The Agent platform. Valid values:
|
ENTERPRISE |
| AgentProvider |
string |
Yes |
The Agent provider. Valid values:
|
OpenClaw |
| IncludeRiskInfo |
boolean |
No |
Specifies whether to include risk information. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The query result. |
||
| Data |
object |
The returned result object. |
|
| ModelTemplateId |
string |
The configured model group ID. |
mt-xxxx |
| ModelTemplateName |
string |
The model group name. |
model-template-001 |
| DefaultModel |
string |
The default model (format: providerName/llmCode). |
bailian/qwen3.6-plus |
| ModelTemplateRefType |
string |
The model template association type (returned only when an association exists). Valid values:
|
Runtime |
| ResourceGroupId |
string |
The resource group ID to which the runtime belongs. The value is null if the runtime is not associated with a resource group. |
rg-xxxxx |
| ModelProviderList |
array<object> |
The list of model providers. |
|
|
array<object> |
|||
| ModelProviderTemplateId |
string |
The model provider template ID. |
mpt-xxxx |
| ProviderName |
string |
The model provider name. |
bailian |
| Name |
string |
The model provider template name. |
百炼 |
| LlmInfoList |
array<object> |
The list of model information. |
|
|
array<object> |
|||
| LlmCode |
string |
The model code. |
qwen3.6-plus |
| Name |
string |
The model name. |
Qwen3.6-Plus |
| Description |
string |
The model description. |
Qwen3.6原生视觉语言系列Plus模型,展现出与当前顶尖前沿模型相媲美的卓越性能,模型效果相较3.5系列显著提升。模型在Agentic coding、前端编程、Vibe coding等代码能力、多模态万物识别、OCR、物体定位等能力上显著增强。 |
| PublishedTime |
string |
The publish time in ISO 8601 format. |
2026-03-04T06:25:17.000+00:00 |
| Features |
array |
The list of model features, such as function-calling, web-search, and structured-outputs. |
|
|
string |
The model feature. |
function-calling |
|
| InferenceMetadata |
object |
The inference metadata, including request and response modalities. |
|
| RequestModality |
array |
The list of request modalities, such as Text, Image, and Audio. |
|
|
string |
The request modality. |
Text |
|
| ResponseModality |
array |
The list of response modalities, such as Text, Image, and Audio. |
|
|
string |
The response modality. |
Text |
|
| RiskType |
string |
The model risk type. This parameter is returned only when the request parameter IncludeRiskInfo is set to true. Valid values:
|
Normal |
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
Examples
Success response
JSON format
{
"Data": {
"ModelTemplateId": "mt-xxxx",
"ModelTemplateName": "model-template-001",
"DefaultModel": "bailian/qwen3.6-plus",
"ModelTemplateRefType": "",
"ResourceGroupId": "",
"ModelProviderList": [
{
"ModelProviderTemplateId": "mpt-xxxx",
"ProviderName": "bailian",
"Name": "百炼",
"LlmInfoList": [
{
"LlmCode": "qwen3.6-plus",
"Name": "Qwen3.6-Plus",
"Description": "Qwen3.6原生视觉语言系列Plus模型,展现出与当前顶尖前沿模型相媲美的卓越性能,模型效果相较3.5系列显著提升。模型在Agentic coding、前端编程、Vibe coding等代码能力、多模态万物识别、OCR、物体定位等能力上显著增强。",
"PublishedTime": "2026-03-04T06:25:17.000+00:00",
"Features": [
"function-calling"
],
"InferenceMetadata": {
"RequestModality": [
"Text"
],
"ResponseModality": [
"Text"
]
},
"RiskType": "Normal"
}
]
}
]
},
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.