Page cover

cldkctl llm

The llm command is used to manage Large Language Model (LLM) services within your Cloudeka project. It allows you to create, list, edit, and delete LLM instances, as well as manage their keys, alerts, and usage. This command is particularly useful for configuring and monitoring AI model resources deployed under your project.

Usage

cldkctl llm [flags]
cldkctl llm [command]

Available commands

Command
Description

create

Create a new large language model (LLM) instance

create-alert

Create a new LLM alert notification

create-keys

Create new access keys for the LLM

delete

Delete an existing LLM instance

delete-alert

Delete a previously configured LLM alert

delete-keys

Delete existing LLM access keys

detail

View detailed information about an LLM service

detail-alert

View detailed information about an alert

edit-alert

Edit an existing LLM alert configuration

edit-keys

Update LLM access keys

edit-model

Modify the configuration or parameters of an existing LLM model

list-alert

List all active alert configurations for LLMs

list-keys

List all available LLM access keys

topup

Add credits or coins to an existing LLM

usage

Show credit or coin usage details for an LLM

Flags

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

Flag
Description

-h, --help

Help for the llm command.

Last updated