aji Billing

Prev Next

Billing Units

Reveal uses a distinct billing system for aji that is based on “Units” to keep track of content sent to GenAI (LLM) for analysis. There are three factors that contribute to billing calculations:

  • Definition: An individual Definition in your aji Workflow. Each individual aji Workflow has 1 Definition.

  • Document Unit: A single document in your dataset (currently, documents are sent to the LLM in their entirety and not broken up into parts).

  • aji Unit: A document unit and Definition combination, sent together to the LLM for analysis. aji Units are used for billing purposes.

    • Example: If you’re performing reviews on one document in one aji Workflow, that Workflow has one Definition. There would be one document-definition combo, which uses 1 aji Unit.

Unit Allocation

To allow control over how units are spent, aji Units must be directly assigned to projects before they can be used in Calibration Reviews, GenAI Reviews, and Hybrid GenAI Reviews.

aji Units can only be assigned by Instance Admins through the Allocations screen. More information on how to assign aji Units can be found in our aji Unit Allocation – Instance Admin article.

Example Billing Scenarios

Disclaimer

The following calculations are provided for illustrative purposes only. They are not representative of any specific contracted subscription terms, rates, or allowances. For subscription-specific details, refer to the applicable contract or reach out to your Customer Success Manager.

Calibration Review / GenAI Review

Calibration Review and GenAI Review are billed the same, by multiplying the number of Definitions by the total number of documents in the review.

Single GenAI Review

In the below example, you’re performing a GenAI Review on 3,000 documents in a single aji Workflow.

  • Number of Documents to Review: 3,000

  • Number of Definitions: 1

Value

Example Calculation

Estimated aji Unit Total

Units = [Number of Documents] × [Number of Definitions]

Units = 3,000 × 1

Units = 3,000 aji Units

Multiple Calibration Reviews across aji Workflows

In the below example, you have 2 definitions across 2 aji Workflows, and you want to calibrate both those definitions. In one workflow, you want to calibrate with 25 documents, and in your second workflow, you want to calibrate with 40.

  • Workflow 1

    • Number of Documents to Calibrate: 25

    • Number of Definitions: 1

  • Workflow 2

    • Number of Documents to Calibrate: 40

    • Number of Definitions: 1

Value

Example Calculation – Workflow 1

Estimated aji Unit Total - Workflow 1

Units = [Number of Documents] × [Number of Definitions]

Units = 25 × 1

Units = 25 aji Units

Value

Example Calculation – Workflow 2

Estimated aji Unit Total – Workflow 2

Units = [Number of Documents] × [Number of Definitions]

Units = 40 × 1

Units = 40 aji Units

Value

Example Calculation – Total aji Unit Consumption

Estimated aji Unit Total – Combined Consumption

Units = [Workflow 1 total] + [Workflow 2 total]

Units = 25 + 40

Units = 65 aji Units

Hybrid GenAI Review

In Hybrid GenAI Review, you need to take into consideration how many rounds you’ve set, and your stopping condition.

Hybrid GenAI Review – Round Stopping Condition

In the below example, you’re going to perform a Hybrid GenAI Review for 10 rounds. Each round you want GenAI to review 25 documents.

  • Number of Documents to Review per Round: 25

  • Number of Definitions: 1

  • Maximum Number of Rounds: 10

Value

Example Calculation

Estimated aji Unit Total

Units = [Number of Documents] × [Number of Definitions] × [Number of Rounds]

Units = 25 × 1 × 10

Units = 250 aji Units

Hybrid GenAI Review – Advanced Stopping Condition

In the below example, you’re going to perform a Hybrid GenAI Review for a maximum of 15 rounds, and you chose an advanced stopping condition of 70% recall. Each round you want GenAI to review 40 documents.

  • Number of Documents to Review per Round: 40

  • Number of Definitions: 1

  • Maximum Number of Rounds: 15

Value

Example Calculation

Estimated aji Unit Total*

Units ≤ [Number of Documents] × [Number of Definitions] × [Number of Rounds]

Units ≤ 40 × 1 × 15

Units ≤ 600 aji Units

*Since you’ve set up an advanced stopping condition, at most you will use 600 aji Units, but you might use less if the Hybrid GenAI Review stops early (meets the 70% recall value).