UI
NetSuite Unknown
2026-08-25

AI Units Consumption Now Visible on the Billing Information Page

Administrators can now monitor account-level AI Units provisioned and consumed via Setup > Company > View Billing Information > Billing Components tab. No API or scripting surface is exposed.

Affects:Administrator RoleBilling Information Page

What changed

NetSuite added an AI Units row to the Billing Components tab on the Billing Information page (Setup > Company > View Billing Information). The row shows two values:

  • Provisioned — the number of AI Units allocated to the account.
  • Used — the current consumption against that allocation.

This is a read-only, admin-only UI addition. Only users with the Administrator role can access the page.

What is NOT documented

The source is notably thin on technical detail. It does not clarify:

  • Which NetSuite features consume AI Units (e.g., SuiteAnalytics AI, AI-assisted field mapping, Text Enhance, etc.).
  • Whether AI Units map to a specific SuiteScript governance model or are billed separately.
  • Whether there is a SuiteScript or REST API to query current AI Unit usage programmatically (e.g., via N/runtime or /services/rest/record/v1/).
  • What happens when the provisioned AI Units are exhausted — whether features degrade, throw errors, or simply stop.
  • The billing cycle or reset cadence for the “Used” counter.

Oracle refers readers to an AI Units FAQ for further context, but that document is not included here.

What to do

  1. If you are an Administrator, navigate to Setup > Company > View Billing Information > Billing Components and confirm your account's AI Units allocation and current consumption.
  2. If your account relies on any AI-powered NetSuite features, establish a periodic check of this page (or delegate via a saved search / workflow alert if a record becomes available) to avoid unexpected exhaustion.
  3. Review the AI Units FAQ referenced by Oracle for details on which features consume units and how billing works.
  4. If you need programmatic access to AI usage data (e.g., for dashboards or alerts), check whether a billingcomponent or similar record type is exposed via SuiteScript or REST. As of this writing, no such API is documented in this source.