create-keys

The llm create-keys command creates a new LLM (Large Language Model) key in your project. This command allows you to add new keys by specifying the model, key alias, budget, and duration.

Usage

cldkctl llm create-keys [flags]

Aliases

create-keys, add-keys

Steps

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

  1. Run the following command in your terminal:

cldkctl llm create-keys
  1. A terminal user interface (TUI) will appear, prompting you to enter several fields.

  2. Enter a name for the key.

  3. Select a model from the available options.

  4. Specify the maximum budget for the key.

  5. Provide the expiration date in the format YYYY-MM-DD.

  1. Confirm the key creation by selecting Confirm, or cancel by choosing Cancel.

  1. Once completed successfully, a message “✓ LLM Keys created 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 create-keys command.

Last updated