create
The llm create command adds a new LLM configuration to your project. It launches an interactive prompt (TUI) that collects required details such as team alias, model, billing type, provider token, top-up amount, and intended purpose of use.
Usage
cldkctl llm create [flags]Aliases
create, addSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl llm createWhen the Team Alias field appears, type your team alias. Press Enter to submit the value. If you press Enter without typing anything, the prompt will show “this field cannot be empty.”
In Models, move with ↑/↓ to browse available models. Select one model and press Enter to continue.
In Billing Type, select Pay Per Use (PPU) or Trial, then press Enter.

When prompted for Token for <provider/model>, paste your provider token and press Enter.

Enter the Amount of Topup and press Enter.
In Purpose Of Use, select the option that best fits your intended use case, then press Enter.

At the confirmation prompt Create this LLM configuration?, press y to confirm or n to cancel, or press Enter while Confirm is selected. Use ←/→ to toggle between Confirm and Cancel.

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

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