Need Clarification on Using GenAI Activities in Enterprise VM – API Access, Pricing, and Best LLM Model

Hi Team,
We are currently using a UiPath Enterprise License in a client VM. I would like to start using Generative AI (GenAI) activities such as:
Generate Content, Summarize Text, Detect Object etc… provided via the UiPath.IntegrationService.Activities package.

I’ve already installed the package and explored some of these capabilities using the free trial on my local machine. Now I want to implement the same in the client VM, and I have a few questions:

  1. What do we need to purchase to use these LLM models?
    In the activity configurations, I see the following available models:
    gpt-4o-2024-11-20 (OpenAI)
    gemini-2.0-flash-001 (Google)
    claude-3-5-sonnet (Anthropic)

Do we need to buy APIs directly from OpenAI, Google, or Anthropic and bring our own keys (BYOK)?
Or does UiPath offer any pre-integrated billing for these models?

  1. What are the pricing details?
    What’s the approximate cost or token usage for each of the above models (e.g., GPT-4o vs Claude 3.5 vs Gemini Flash)?
    Does UiPath charge anything additional on top of the model API usage?

  2. Which LLM is best suited for enterprise automation?
    Looking for a recommendation on the most accurate and scalable model for:
    Summarizing large documents
    Generating content
    Text comparison / Semantic similarity
    Extracting structured data from unstructured content

You will require AI Units for this. More details here: AI Center - AI Units FAQ

No need to buy, subscribe anything individually. Everything gets taken care by UiPath. AI units consumption will be the only billing you will need.

Refer this:

You will have to try out which LLM best suiting your requirement.

1 Like

Hi @lavanya.achanta

You need AI Units for Enterprise License

Activities - About the UiPath GenAI Activities package

GenAI Activities consume either AI Units or Platform Units per execution, including design time and runtime executions, based on your licensing plan.

Once you have AI Units you can play around with the models which suits your requirement.

Also check out- https://youtu.be/1VI3CGDsung?si=wxdLcxFhNIfE97LS

Hope this helps :slight_smile:

2 Likes

Thank you so much for the quick response.

Thank you so much @AJ_Ask