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-keysSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl llm create-keysA terminal user interface (TUI) will appear, prompting you to enter several fields.
Enter a name for the key.
Select a model from the available options.
Specify the maximum budget for the key.
Provide the expiration date in the format YYYY-MM-DD.

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

Once completed successfully, a message “✓ LLM Keys created successfully!” will appear in your terminal.

Flags
-h, --help
Help for the llm create-keys command.
Last updated