All Products
Search
Document Center

Alibaba Cloud Model Studio:Model Studio application overview

Last Updated:Mar 15, 2026

LLMs excel at text understanding and generation but lack access to private data, real-time information, and multi-step planning. Model Studio fills these gaps with agent applications (flexible, conversational) and workflow applications (structured, deterministic), adding capabilities like knowledge retrieval, and workflow orchestration. (Agent orchestration has been replaced by workflow applications.)

New to AI? Start with agent applications. Switch to workflows when you need deterministic control over each step.

Important

Agent application

An agent application (labeled Assistant in console) is a conversational AI that completes tasks through dialogue, autonomous decision-making, and tool use.

Use agent applications in the following scenarios:

  • You need chat-based, natural-language interactions.

  • Behavior is shaped primarily through prompts.

  • You want to connect knowledge bases or call external tools (official or custom plug-ins) without designing a pipeline.

Agent applications require no code: define prompts, attach a knowledge base, enable plug-ins -- the model handles the rest. The simple setup and conversational interface make them ideal for beginners building single-function apps.

For setup instructions, see Agent application.

Workflow application

A workflow application (labeled Workflow in console) is a procedural AI that breaks tasks into subtasks represented as nodes, giving you explicit control over each step.

Use workflow applications in the following scenarios:

  • The process must be fixed and repeatable, with defined inputs and outputs for each step.

  • The task involves branching logic, text conversion, or integration with external services like Function Compute.

  • Deterministic control matters more than prompt flexibility.

Workflow applications require no code: drag nodes onto a canvas, configure them, and connect them to build flows.

For setup instructions, see Workflow application.

Feature comparison

Feature

Agent application

Workflow application

Creation method

No-code

No-code

Interaction model

Conversational

Procedural

Prompt dependency

High -- prompts define behavior, branching, and planning

Low -- node configuration defines behavior

Knowledge base

Supported

Supported

Tools

Supported (official and custom plug-ins)

Supported (plug-in node, API node)

Text conversion

Limited -- via prompt instructions only

Supported (text conversion node, script conversion node)

External service integration

Supported (custom plug-ins)

Supported (Function Compute node)

Branching

Limited -- depends on prompt instructions

Supported (logical branching, intent recognition)

Automatic planning

Limited -- depends on prompt instructions

Supported (agent group node)

Agent applications offer faster prototyping through conversation and prompt tuning. Workflows provide deterministic control for production pipelines requiring repeatable, auditable steps.

Access restrictions for International Edition

The following restrictions apply to International Edition users:

All features listed above are in preview. Use them with caution in production environments.

Application Development tab in the Model Studio console