Skip to content

Cloud Model Assets ​

This task combines a meta-model, cloud deployment point, cloud model, compute plan, and output protocol into a deployable model asset.

Target Outcome ​

End Users can select the model in quick deployment and obtain the correct API definition after deployment.

Applicable Roles ​

  • Platform Operator

Before You Start ​

  • Meta-model, cloud account, cloud region, runtime image, and inference framework are prepared.
  • Cloud-model identifier, compatible compute plan, and output protocol are confirmed.

Procedure ​

Add a Model Asset ​

  1. Go to Deploy Assets > Model Library.
  2. Select Add Model to start the three-step workflow.

Review model assets

  1. Step 1 - Meta-Model and Listed Version:
    • Filter by author, type, or keyword and select the target meta-model.
    • Review modalities, currently available capability metadata, token limits, compatible protocols, model family, author, subtype, and description.
    • Enter the listed version, such as 1.0.0, and an optional version description.
    • Select Next.

Select a meta-model and listed version

  1. Step 2 - Deployment Configuration:
    • Add a cloud deployment point that binds one cloud platform and region.

Add a cloud deployment point

  • Assign the cloud model under the intended cloud account and save it.

Assign the cloud model

  • Select a compatible model framework and compute plan, then save it.

Select a compute plan

  • Configure request URL placeholders, method, headers, request parameters, output fields, and localized code examples. Use placeholders instead of real credentials.

Configure model outputs

  • Select Next.
  1. Step 3 - Confirm Configuration: review meta-model information, capability and access constraints, cloud model, compute plan, and output configuration. Select Submit, or return to a previous step to correct the configuration.

Confirm the model configuration

Parameters - Meta-Model and Listed Version (Step 1) ​

FieldTypeExampleDescription
Meta-ModelSingle selectQwen3-8b with identifier qwen/qwen3-8bRequired; canonical base-model definition
Listed VersionText1.0.0Required; asset version exposed to deployment
Version DescriptionRich text-Optional version-change description

Parameters - Deployment Configuration (Step 2) ​

FieldTypeExampleDescription
Cloud Deployment PointListAlibaba Cloud - China East 2Required; binds one cloud platform and region
Cloud AccountSelectaliyun-devRequired; cloud account used by the deployment
Cloud ModelSelectQwen3-8BRequired; cloud model mapped under the account
Model FrameworkSingle selectQwen3-8B / vllm / v1.0Required; framework and runtime version
Compute PlanSingle selectNVIDIA T4 x 1 / 4 vCPU / 15 GBRequired; accelerator, count, CPU, and memory
Request URLURL{request_url}Required; generated after deployment
Request MethodSelectPOSTRequired; HTTP method
Content-Type HeaderTextapplication/jsonRequired; request content type
Authorization HeaderTextBearer {api_key}Required; placeholder authentication value
max_tokensNumber1024Required when used by the selected protocol
messagesArray[{"role":"user","content":"hello"}]Required conversation request content

Completion Checklist ​

Purpose: These are the exit criteria for this task. If any check fails, follow the troubleshooting section before continuing.

CheckPass Criteria
1Meta-model, deployment point, cloud model, and compute plan are compatible.
2Output protocol and examples contain placeholders rather than real credentials.
3End Users can see and select the asset in quick deployment.

Troubleshooting ​

SymptomCheck First
Deployment point has no model or planCloud-account synchronization, region, model availability, and plan compatibility
End User cannot see the model assetAsset state, tenant authorization, business-region authorization, and publication scope

User Manual ​

Review complete fields, validation rules, and troubleshooting for Model Assets