UiPath Documentation
agents
latest
false
智能体用户指南
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

对话智能体许可

适用于对话智能体的混合许可模型,包括消耗因素、可用计划和部署规划场景。

对话智能体使用基于用户和消耗量的混合许可模型。此页面说明许可如何运作、影响消耗量的因素,并介绍了场景,以帮助您规划部署。

定价模型概述

UiPath 为对话智能体提供两种许可计划。两者都使用基于消耗量的模型,按照交易次数来衡量使用量。

什么构成交易

交换包括:

  • 用户的提示词。
  • 智能体的响应。
  • 两者之间执行的任何工具调用。

Exchanges do not draw from the monthly limit when the user's prompt contains eight characters or fewer and no tool calls are executed.

AI 和智能体使用情况池

All Enterprise licensed users receive a monthly AI and Agentic usage pool, shared across UiPath AI and Agentic products and usable for conversational agents. The pool replaces the previous per-user entitlement of 50 free exchanges per month.

When you use the AI and Agentic usage pool for conversational agents, usage is drawn from the pool per exchange, based on the cost of that exchange. The pool capacity varies by user license, as shown in the following tables.

有关每月限额、充值以及按单位付费回退工作原理的详细信息,请参阅“AI 和代理使用池”

备注:

The AI and Agentic usage pool is available on the Unified Pricing and Flex licensing plans, and is not available on Community. Feature availability also depends on the cloud platform that you use; for details, refer to the Feature availability page.

Flex 许可

Flex licensing uses Agent Units for consumption. When the monthly limit and any top-up are spent, conversational agents continue by drawing from Agent Units, at 1 Agent Unit per exchange.

用户许可证AI 和智能体使用情况池
Express 用户(原名 Automation Express 和 Autopilot Express)No monthly limit; 50 free exchanges per user per year, then 1 Agent Unit per exchange
Cloud Basic UserBasic Usage Pool
Attended - Named UserBasic x7.5
Citizen DeveloperBasic x7.5
Automation DeveloperBasic x20
统一定价

Unified Pricing uses Platform Units for consumption. When the monthly limit and any top-up are spent, conversational agents continue by drawing from Platform Units at the Conversational Agent Rate.

用户许可证AI 和智能体使用情况池
Basic 用户Basic Usage Pool
Plus 用户Basic x7.5
Pro 用户Basic x20
应用程序测试者Basic x7.5
应用测试者开发者Basic x20

The rate at which the fallback draws varies by the LLM model tier configured for the agent:

模型层消耗率
标准模型0.2 Platform Units(也被称为“对话智能体费率”)
基础模型0.16 Platform Units(对话智能体费率 × 0.8)

Autopilot for Everyone

Autopilot for Everyone also draws from the monthly AI and Agentic usage pool. Once the monthly limit and any top-up are spent, it is charged per action at the Conversational Agent Rate (0.2 Platform Units per action on Unified Pricing). For details, refer to Autopilot for Everyone licensing.

外部用户(无许可证)

  • 不需要用户许可证。
  • 需要外部应用程序令牌(在管理门户中创建)。
  • 从第一次交换开始,每次交换都从租户的单元池中消耗。
  • 通过 iFrame 嵌入和身份验证服务器进行部署。

设计时权限

Development and debugging of agents draws from the same monthly AI and Agentic usage pool as published agent exchanges. Design time usage is no longer measured as a separate daily LLM call allotment, because the monthly limit is shared across all AI and Agentic products and activities.

按用户许可证划分的 Exchange 消耗量

The following table shows how consumption works within and beyond the monthly limit:

用户许可证Within the monthly limitAfter the monthly limit is spent
Express 用户50 free exchanges per user per yearConsumes from the tenant pool
All other licensed usersDraws from the monthly limit, sized by licenseAny administrator-granted top-up, then the tenant pool
External user (no license)不适用Consumes from the tenant pool from the first exchange

工具消耗量

虽然某些工具包含在基础交换中,但某些工具有额外的消耗要求。工具按执行的活动计费,而不是按配置的连接器计费。

工具Flex(智能体/其他单元)Unified (Platform Unit)
分析文件每个文件 1 个 AU每个文件 0.2 个 PU
IXP 工具每页 1 个 AU每页 0.2 个 PU
MCP 工具包括包括
上下文锚定(语义搜索)包括包括
上下文锚定 (DeepRAG)每 ~20 页 1 个 AU每 ~20 页 0.2 个 PU
Integration Service 活动包括包括
API 工作流每执行一个活动调用 5 次 IS API每执行一个活动消耗 0.02 个 PU
跨平台 RPA1 个 Robot Unit0.2 个 PU
Windows RPA (Unattended)需要 Unattended Robot需要 Unattended Robot
自主智能体(嵌套)嵌套智能体的消耗量嵌套智能体的消耗量

场景

以下场景说明了许可在实践中如何运行。

场景 1:简单的问答助手

智能体配置
  • 工具:仅上下文锚定语义搜索
  • 无需其他工具
消耗量计算

由于此示例仅使用上下文锚定语义搜索,因此每次交换不会产生额外的工具成本。

备注:

Monthly limits are not pooled across users. Each user has their own monthly limit, consumable only by them. If User A uses a fifth of their limit while User B exhausts theirs, User A still has four fifths remaining, and User B's further exchanges draw from a top-up if an administrator granted one, and then from the tenant pool.

示例:不同许可证类型的使用量:

  • User A (Basic User): around 20 exchanges this month, so roughly 40% of the monthly limit used
  • User B (Basic User): around 100 exchanges this month, so the monthly limit is exhausted after roughly 50 and the remainder draws from the tenant pool
  • User C (Pro User): around 500 exchanges this month, so roughly half of the monthly limit used
  • Total tenant pool consumption: only User B's exchanges beyond their monthly limit

对于希望采用纯消耗式模型且无需维护 Automation Cloud 用户帐户的客户,应通过 iFrame 嵌入,使用匿名访问权限部署对话智能体。这会立即开始消耗单元,无免费配额。

场景 2:有多个工具的自助服务助手

智能体配置
  • 上下文锚定语义搜索
  • “分析文件”工具
  • Integration Service 连接器
  • 已执行两个连接器活动的 API 工作流
消耗量计算

其他工具成本

交互类型消耗量 (Flex)消耗量 (Unified)
语义搜索包括包括
文件分析每个文件 1 个 AU每个文件 0.2 个 PU
IS 连接器包括包括
API 工作流(已执行 2 个活动)10 次 IS API 调用0.04 个 PU

示例:不同许可证类型和工具的月度使用量:

用户许可证交换Flex 消耗量Unified 消耗量
A快速30(问答消耗 20 个,文件分析消耗 10 个)30 次免费交换,文件分析消耗 10 个 AU30 次免费交换,文件分析消耗 2 个 PU
B基本75(问答消耗 50 个,文件分析消耗 15 个,API 工作流消耗 10 个)Exchanges draw from the monthly limit, then 1 AU each; 15 AU tools + 100 IS API callsExchanges draw from the monthly limit, then 0.2 PU each; 3.4 PU tools
CPlus200(混合工具)Exchanges draw from the monthly limit, tool consumption appliesExchanges draw from the monthly limit, tool consumption applies

自带模型(预览版)

对话智能体支持LLM 配置,因此您可以使用自己的 LLM 订阅。此功能处于预览阶段。在预览期间,每次交换不收取任何费用,但基于工具使用情况的额外消耗仍然适用。

管理消耗量

管理员控件

管理员可以在租户级别管理消耗量:

  • 通过管理门户监控使用量。
  • 为消耗阈值设置配额。
  • 审核各个智能体的使用量。

后续步骤

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新