UiPath Documentation
agents
latest
false
Agents ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

会話型エージェントのライセンス

会話型エージェントは、ユーザーベースと消費量ベースのハイブリッド ライセンス モデルを使用します。このページでは、ライセンスの仕組み、消費量に影響する要因について説明し、デプロイを計画するのに役立つシナリオを示します。

価格モデルの概要

UiPath offers two licensing plans for conversational agents. Both use a consumption-based model where usage is measured in exchanges.

What counts as an exchange

An exchange includes:

  • ユーザーのプロンプト
  • エージェントの応答
  • その間に実行されたツールの呼び出し

Exchanges are not counted when the user's prompt contains eight characters or fewer and no tool calls are executed.

フレックス ライセンス

フレックス ライセンスでは、エージェント ユニットを消費に使用します。

ユーザー ライセンスユースケースCost per exchange
Express User (旧 Automation Express および Autopilot Express)内部での広範なロールアウト、Q&A チャットボット50 free exchanges/user/year, then 1 Agent Unit
Cloud Basic User不定期のニーズを持つカジュアル ユーザー50 free exchanges/user/month, then 1 Agent Unit
Attended / Citizen Developer / Automation Developer大量のニーズを持つパワー ユーザー無制限*

ユニファイド プライシング

ユニファイド プライシングでは、プラットフォーム ユニットを消費に使用します。

ユーザー ライセンスユースケースCost per exchange
Express内部での広範なロールアウト、Q&A チャットボット50 free exchanges/user/year, then Conversational Agent Rate
ベーシック不定期のニーズを持つカジュアル ユーザー50 free exchanges/user/month, then Conversational Agent Rate
Plus / Pro大量のニーズを持つパワー ユーザー無制限1

1 Subject to fair use policy: 500 exchanges per user per day.

The per-exchange rate varies by the LLM model tier configured for the agent:

モデルのティア消費数
標準モデル0.2 プラットフォーム ユニット (会話型エージェント料金)
基本モデル0.16 プラットフォーム ユニット (会話エージェント料金 × 0.8)

Autopilot for Everyone

Autopilot for Everyone は、会話型エージェント料金でアクションごとに課金されます (ユニファイド プライシングのアクションあたり 0.2 プラットフォーム ユニット)。

外部ユーザー (ライセンスなし)

匿名アクセス認証の場合は次のとおりです。

  • ユーザー ライセンスは不要です。
  • 外部アプリケーション トークン (管理ポータルで作成) が必要です。
  • Each exchange consumes from the tenant's unit pool starting with the first exchange.
  • iFrame の埋め込みを使用して認証サーバーとともにデプロイします。

設計時の付与数

Development and debugging of agents consumes from your design time entitlement. This is a daily LLM call allotment separate from user license free exchanges. Design time usage does not count against user free exchange allotments.

Exchange consumption by user license

This table shows how consumption works at different exchange volumes:

ユーザー ライセンスExchanges 1-50Exchanges 51+
Express / Automation ExpressFreeテナント プールから消費
Basic / Cloud Basic User無料 (毎月)テナント プールから消費
Plus / Pro / Attended / Citizen Dev無制限*無制限*
外部 (ライセンスなし)プールから消費プールから消費

ツールの消費量

While some tool costs are included in the base exchange, certain tools have additional consumption requirements. Tools are billed per activity executed, not per connector configured.

ツールフレックス (エージェント ユニット/その他のユニット)ユニファイド (プラットフォーム ユニット)
ファイルを分析ファイルあたり 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 ロボット ユニット0.2 PU
Windows RPA (Unattended)Unattended ロボットが必要Unattended ロボットが必要
自律型エージェント (入れ子)入れ子になったエージェントの消費入れ子になったエージェントの消費

シナリオ

次のシナリオは、ライセンスが実際にどのように機能するかを示しています。

シナリオ 1: 簡単な Q&A アシスタント

エージェントの設定
  • ツール: コンテキスト グラウンディングのセマンティック検索のみ
  • その他のツールはなし
消費量の計算

Because this example uses only Context Grounding semantic search, there is no additional tool cost per exchange.

注:

Free exchanges are not pooled across users. Each user has their own individual free allotment. If User A performs 20 exchanges and User B performs 80 exchanges, User A still has 30 free exchanges remaining while User B has exceeded their 50 free exchanges and their additional 30 exchanges consume from the tenant pool.

例: さまざまなライセンスの種類での使用量

  • User A (Express): 20 exchanges sent this month → 20 free used, 30 remaining in their yearly allotment
  • User B (Basic): 100 exchanges sent this month → 50 free used, 50 consume from tenant pool
  • User C (Plus): 500 exchanges sent this month → all free (unlimited*)
  • Total tenant pool consumption: Only User B's 50 exchanges exceeding their free tier

Automation Cloud のユーザー アカウントを維持することなく純粋な消費量ベースのモデルが必要なユーザーは、匿名アクセスを使用して iFrame の埋め込みによって会話型エージェントをデプロイします。これにより、無料利用枠なしですぐにユニットの消費が開始されます。

シナリオ 2: 複数のツールを使用するセルフサービス アシスタント

エージェントの設定
  • コンテキスト グラウンディングのセマンティック検索
  • Analyze Files ツール
  • Integration Service のコネクタ
  • 2 つのコネクタ アクティビティが実行される API ワークフロー
消費量の計算

追加のツール コスト

操作の種類消費量 (フレックス)消費量 (ユニファイド)
セマンティック検索含む含む
ファイルの分析ファイルあたり 1 AUファイルあたり 0.2 PU
IS のコネクタ含む含む
API ワークフロー (2 つのアクティビティを実行)10 件の IS API 呼び出し0.04 PU

例: さまざまなライセンスの種類とツールでの 1 か月の使用量

ユーザー (User)ライセンスExchangesフレックスでの消費量ユニファイドでの消費量
AExpress30 件 (20 件の Q&A、10 件のファイルの分析)30 free exchanges, 10 AU for file analysis30 free exchanges, 2 PU for file analysis
Bベーシック75 件 (50 件の Q&A、15 件のファイルの分析、10 件の API ワークフロー)50 free, 25 exchanges from pool + 15 AU tools + 100 IS API calls50 free, 5 PU exchanges + 3.4 PU tools = 8.4 PU
CPlus200 件 (複数のツールが混在)Exchanges free*, tool consumption appliesExchanges free*, tool consumption applies

独自のモデルを使用する (プレビュー)

Conversational agents support LLM Configurations so you can use your own LLM subscriptions. This feature is in preview. During the preview period, there is no charge per exchange, however additional consumption based on tool usage still applies.

消費を管理する

管理者による制御

管理者は、以下の方法によってテナント レベルで消費を管理できます。

  • 管理ポータルから使用状況を監視する
  • 消費量のしきい値のクォータを設定する
  • 使用状況をエージェント別に確認する

次のステップ

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得