All Products
Search
Document Center

App Streaming:GetRuntimeModelConfig

Last Updated:Jun 17, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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 :

    cloud computer.

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 :

    Enterprise Edition.

  • ENTERPRISE_JVS :

    Enterprise Edition JVS Computer or Enterprise Edition Hermes Agent.

ENTERPRISE

AgentProvider

string

Yes

The Agent provider.

Valid values:

  • OpenClaw :

    OpenClaw

OpenClaw

IncludeRiskInfo

boolean

No

Specifies whether to include risk information.

Valid values:

  • true :

    yes.

  • false :

    no.

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 :

    Runtime dimension.

  • ResourceGroup :

    resource group dimension.

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:

  • UserAdded :

    a model added by the user but not configured by the administrator.

  • UserRemoved :

    a model configured by the administrator but removed by the user.

  • Normal :

    consistent with the administrator configuration (no risk).

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.