Page cover

topup

The llm topup command allows you to add additional coins (credits) to an existing Large Language Model (LLM) in your project. This operation increases your available credit balance for continued LLM usage.

Usage

cldkctl llm topup [flags]

Aliases

topup, tp

Steps

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

  1. Run the following command in your terminal:

cldkctl llm topup
  1. A terminal user interface (TUI) will appear, showing the current LLM configuration and available coin balance.

  2. Fill in the required fields, including Team, Models, Current Coin, and Amount of Topup.

  1. After providing the necessary input, confirm the process by selecting Confirm or cancel it by choosing Cancel.

  1. Once completed successfully, a message “✓ LLM topup coin successfully!” will appear in your terminal.

Flags

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

Flag
Description

-h, --help

Help for the llm topup command.

Last updated