# 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

{% hint style="info" %}
This command supports [global flags.](/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description               |
| ---------- | ------------------------- |
| -h, --help | Help for the llm command. |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-llm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
