Page cover

usage

The llm usage command displays the coin usage for Large Language Model (LLM) operations in your project. This command provides detailed information such as total coins used, remaining coins, usage per key, model, and token.

Usage

cldkctl llm usage [flags]

Aliases

usage, u

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl llm usage
  1. The terminal displays the detailed coin usage report for your project, including daily spend, total usage, and token details.

Column
Description

LLM Coin Usage

Daily Spend

The amount of coins spent within the current day.

Teams

The name of the team associated with the project.

Team ID

The unique identifier of the team.

Total Spend

The total number of coins used in the project.

Total Token

The total number of tokens processed by all operations.

LLM Usage Keys

API Key

The key identifier associated with LLM operations.

Key Alias

The alias name assigned to the key.

Key Name

The label given to identify the key.

Total Spend

The total number of coins spent by this key.

LLM Usage Model

Model

The name of the LLM model used.

Total Spend

The total coins spent for operations on this model.

LLM Usage Token

Model

The LLM model name associated with the token usage.

Token

The identifier of the token used in the request.

Total Input Token

The total number of input tokens consumed.

Total Output Token

The total number of output tokens generated.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the llm usage command.

Last updated