# 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, add
```

## 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
```

2. When 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.”
3. In Models, move with ↑/↓ to browse available models. Select one model and press Enter to continue.
4. In Billing Type, select Pay Per Use (PPU) or Trial, then press Enter.

<figure><img src="/files/ZRXnT7frpHkMKyujJ63C" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/RWTmVHAWCpY4J1Rb9NWu" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/3QEIuFoC9Mg3UHF7FINR" alt=""><figcaption></figcaption></figure>

8. 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.

<figure><img src="/files/SGjPMkHOxkceZihWzLNn" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/bUQ5pf6rYXoSDWVbhVfD" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}

1. This command supports [global flags.](/guidance-for-individual/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details.
2. Each project can only have one LLM configuration. If an LLM already exists in your project, you must delete it before creating a new one.
   {% endhint %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-llm/create.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.
