> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-bradley-turek-pfilter-operators-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Credit Usage Stats Report — AI Fields

## Intro

The Credit Usage Stats report contains multiple AI-related identifiers within fields such as `skuGroup`, `skuId`, and `entityType`. This article outlines each AI-specific field and explains its role in the report.

***

## skuGroup

The `skuGroup` field categorizes usage by product area. The following values are AI-related.

| Value      | Meaning                                                                                                                     |
| ---------- | --------------------------------------------------------------------------------------------------------------------------- |
| `jupyter`  | Usage related to creating and using Jupyter Workspaces.                                                                     |
| `ai-agent` | Includes all usage from AI Chat and AI Content Builder. Any activity across these products is grouped under this skuGroup.  |
| `ai-pro`   | Covers any AI model usage — whether in Playground or AI Models — including both customer-provided and Domo-provided models. |

## skuId

The `skuId` field identifies the specific product or model generating usage. AI-related SKUs are grouped below by category.

**AI Agent SKUs**

| Value                      | Meaning                                                                        |
| -------------------------- | ------------------------------------------------------------------------------ |
| `ai-agent-chat`            | Usage from AI Chat interactions and requests.                                  |
| `ai-agent-content-builder` | Usage from AI Content Builder, including dashboard and app content generation. |

**AI Pro model processing SKUs**

| Value                                                           | Meaning                                                             |
| --------------------------------------------------------------- | ------------------------------------------------------------------- |
| `ai-pro-model-processing-customer-provided`                     | Processing usage for customer-provided AI models.                   |
| `ai-pro-model-processing-llm-domo-embed-text-cohere-v1-input`   | Processing usage for the Domo-provided Cohere text embedding model. |
| `ai-pro-model-processing-llm-domogpt-anthropic-medium-v1-input` | Processing usage for the Domo-provided DomoGPT Medium model.        |
| `ai-pro-model-processing-llm-openai-gpt-4-input`                | Processing usage for the Domo-provided OpenAI GPT-4 model.          |

<Note>**Note:** The specific SKUs available may vary depending on your instance configuration and model availability. The values above are representative examples.</Note>

**AI Pro operations SKUs**

| Value              | Meaning                                                             |
| ------------------ | ------------------------------------------------------------------- |
| `ai-pro-operation` | Tracks AI operational usage, such as running or managing AI models. |

**Data Science/AutoML SKUs**

| Value                                    | Meaning                                                               |
| ---------------------------------------- | --------------------------------------------------------------------- |
| `executions-datascience-automl-training` | Usage from AutoML training executions or Data Science model training. |

## entityType

The `entityType` field indicates the Domo object or surface that generated the AI usage.

| Value                    | Meaning                                                                                                                            |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `AI Agent`               | Indicates usage from AI Chat or AI Content Builder.                                                                                |
| `DATAFLOW`               | Represents a dataflow that includes or executes an AI model (for example, Text Generation, Classification, or Sentiment Analysis). |
| `DATA_SCIENCE_NOTEBOOK`  | A Jupyter Workspace.                                                                                                               |
| `DATA_SOURCE`            | A data source used for an AI operation (for example, a source associated with the `ai-pro` skuGroup).                              |
| `DataSet`                | A dataset associated with AI usage.                                                                                                |
| `ODYSSEY_WORKFLOW_MODEL` | Indicates that a Workflow utilized an AI model (for example, for prediction or automation).                                        |
| `RYUU_APP`               | Refers to usage within a Pro Code App (a custom-built Domo application).                                                           |
| `USER`                   | Direct user-initiated usage, such as AI Chat, Content Agent, or calls made directly to the AI API.                                 |
