- 基本情報
- Studio Web での UiPath Agents
- UiPath のコード化されたエージェント
- Build with Coding Agents
会話型エージェントは、ユーザーベースと消費量ベースのハイブリッド ライセンス モデルを使用します。このページでは、ライセンスの仕組み、消費量に影響する要因について説明し、デプロイを計画するのに役立つシナリオを示します。
価格モデルの概要
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-50 | Exchanges 51+ |
|---|---|---|
| Express / Automation Express | Free | テナント プールから消費 |
| 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 |
| クロスプラットフォーム RPA | 1 ロボット ユニット | 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 | フレックスでの消費量 | ユニファイドでの消費量 |
|---|---|---|---|---|
| A | Express | 30 件 (20 件の Q&A、10 件のファイルの分析) | 30 free exchanges, 10 AU for file analysis | 30 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 calls | 50 free, 5 PU exchanges + 3.4 PU tools = 8.4 PU |
| C | Plus | 200 件 (複数のツールが混在) | Exchanges free*, tool consumption applies | Exchanges 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.
消費を管理する
管理者による制御
管理者は、以下の方法によってテナント レベルで消費を管理できます。
- 管理ポータルから使用状況を監視する
- 消費量のしきい値のクォータを設定する
- 使用状況をエージェント別に確認する
次のステップ
- デプロイ: エージェントをデプロイする
- 制限事項とよくある質問: 現在の制限事項とトラブルシューティング